Searched refs:this_minor (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c2325 char *minor_name, *this_minor = NULL; local
2481 * replica (fd->this_minor) will not produce a match for the
2484 if (devid_get_minor_name(fd, &this_minor) != 0) {
2485 if (this_minor != NULL)
2486 devid_str_free(this_minor);
2490 MIN_NM_TYPE(this_minor, ttype);
2493 * Note: the device associated with 'this_minor' is an
2504 devidstr = devid_str_encode(did, this_minor);
2507 this_minor);
2510 devidstr, this_minor);
[all...]

Completed in 26 milliseconds