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

/opensolaris-onvv-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c377 /* EDD extensions for devicepath not present */
414 bd->devicepath.scsi.target);
420 bd->devicepath.scsi.target, bd->devicepath.scsi.lun_lo);
441 bd->devicepath.ata.chan);
469 bd->devicepath.ata.chan);
482 bd->devicepath.usb.usb_serial_id);
/opensolaris-onvv-gate/usr/src/uts/i86pc/sys/
H A Dbiosdisk.h103 device_path_t devicepath; member in struct:int13_fn48_result
/opensolaris-onvv-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 127 milliseconds