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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dbiosdisk.h103 device_path_t devicepath; member in struct:int13_fn48_result
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5539 char devicepath[MAXPATHLEN]; local
5597 devicepath[0] = '\0';
5602 sprintf(devicepath, "%s%s", devfs_path, minor_name);
5604 if ((strstr(devicepath, SCSI_VHCI) == NULL)) {
5634 calloc(1, strlen(devicepath) +1)) == NULL) {
5648 strcpy(l2->physical_path, devicepath);

Completed in 54 milliseconds