Home
last modified time | relevance | path

Searched refs:mplisth (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c4354 struct mplist_struct *mplistp = NULL, *mplisth = NULL; in get_multipath_disk() local
4370 if ((err = devid_get_all(devid, root, SSD_DRVR_NAME, &mplisth)) != 0) { in get_multipath_disk()
4375 if (mplisth == NULL) { in get_multipath_disk()
4386 for (mplistp = mplisth; mplistp != NULL; in get_multipath_disk()
4421 mplist_free(mplisth); in get_multipath_disk()