Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/biosdev/
H A Dbiosdev.c414 bd->devicepath.scsi.target); in match_edd()
420 bd->devicepath.scsi.target, bd->devicepath.scsi.lun_lo); in match_edd()
441 bd->devicepath.ata.chan); in match_edd()
469 bd->devicepath.ata.chan); in match_edd()
482 bd->devicepath.usb.usb_serial_id); in match_edd()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dbiosdisk.h103 device_path_t devicepath; member
/titanic_41/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5539 char devicepath[MAXPATHLEN]; in devices_get_all() local
5597 devicepath[0] = '\0'; in devices_get_all()
5602 sprintf(devicepath, "%s%s", devfs_path, minor_name); in devices_get_all()
5604 if ((strstr(devicepath, SCSI_VHCI) == NULL)) { in devices_get_all()
5634 calloc(1, strlen(devicepath) +1)) == NULL) { in devices_get_all()
5648 strcpy(l2->physical_path, devicepath); in devices_get_all()