Searched defs:new_devpath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c128 static int new_devpath(alias_t *ap, char *devpath);
506 * devpath. Do not add it again. new_devpath will
509 if (new_devpath(ap, devlink_path) != 0) {
612 * Do not add it again. new_devpath will
615 if (new_devpath(ap, zvdsk) != 0) {
1332 if (new_devpath(ap, devlink_path) != 0) {
1725 if (new_devpath(aliasp, devlink_path) != 0) {
1742 new_devpath(alias_t *ap, char *devpath) function

Completed in 48 milliseconds