1lsm_capability_get(3) Libstoragemgmt C API Manual lsm_capability_get(3)
2
3
4
6 lsm_capability_get - Retrieves the support status of specified capabil‐
7 ity.
8
10 lsm_capability_value_type lsm_capability_get (lsm_storage_capabilities
11 *cap, lsm_capability_type t);
12
14 cap Pointer of lsm_storage_capabilities to release.
15
16 t lsm_capability_type. Capability to query. Check the docu‐
17 ment of desired function for detail.
18
20 1.0
21
23 Retrieves the support status of specified capability.
24
26 lsm_capability_value_type. Possible values are:
27 * LSM_CAP_SUPPORTED
28 Capability is supported.
29 * LSM_CAP_UNSUPPORTED
30 Capability is unsupported or invalid lsm_storage_capabilities
31 pointer or invalid lsm_capability_type.
32
33
34
35April 2019 lsm_capability_get lsm_capability_get(3)