Searched refs:DM_USE_MOUNT (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | libdiskmgt.h | 396 #define DM_USE_MOUNT "mount" macro
|
H A D | entry.c | 893 (void) build_usage_string(dname, DM_USE_MOUNT, "swap", msg, in dm_inuse() 999 if ((strcmp(by, DM_USE_MOUNT) == 0 && in dm_inuse() 1076 if (strcmp(what, DM_USE_MOUNT) == 0) { in dm_get_usage_string()
|
H A D | inuse_mnt.c | 108 libdiskmgt_add_str(attrs, DM_USED_BY, DM_USE_MOUNT, errp); in inuse_mnt()
|
/titanic_41/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_discovery.c | 2237 if (string_case_compare(usage, DM_USE_MOUNT) == 0) { in get_slice_usage_msg()
|