Searched refs:curroot (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | metagetroot.c | 77 void *curroot; in meta_get_current_root_dev() local 81 if ((curroot = meta_get_current_root(ep)) == NULL) in meta_get_current_root_dev() 83 if ((rootnp = metaname(&sp, curroot, UNKNOWN, ep)) == NULL) in meta_get_current_root_dev()
|
H A D | meta_mirror.c | 302 char *curroot; in meta_check_primary_mirror() local 310 if ((curroot = meta_get_current_root(ep)) == NULL) in meta_check_primary_mirror() 320 temproot = meta_canonicalize(sp, curroot); in meta_check_primary_mirror() 322 curroot = Strdup(temproot); in meta_check_primary_mirror() 337 if ((rootnp = metaname(&sp, curroot, LOGICAL_DEVICE, ep)) == NULL) in meta_check_primary_mirror()
|
/titanic_41/usr/src/cmd/lvm/util/ |
H A D | metaroot.c | 245 char *curroot; in validate_root_device() local 249 if ((curroot = meta_get_current_root(ep)) == NULL) { in validate_root_device() 253 if ((rootnp = metaname(&sp, curroot, UNKNOWN, ep)) == NULL) { in validate_root_device() 328 char *curroot; in main() local 418 if ((curroot = meta_get_current_root(ep)) == NULL) { in main() 427 currootnp = metaname(&sp, curroot, UNKNOWN, ep); in main()
|