Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c1275 if ((strlen(lun.lp_pathname) + strlen("/devices")) > in SUN_IMA_GetLuProperties()
1284 if ((strstr(lun.lp_pathname, "st@") != NULL) || in SUN_IMA_GetLuProperties()
1285 (strstr(lun.lp_pathname, "tape@") != NULL)) { in SUN_IMA_GetLuProperties()
1286 (void) strlcat(lun.lp_pathname, ":n", MAXPATHLEN); in SUN_IMA_GetLuProperties()
1287 } else if ((strstr(lun.lp_pathname, "sd@") != NULL) || in SUN_IMA_GetLuProperties()
1288 (strstr(lun.lp_pathname, "ssd@") != NULL) || in SUN_IMA_GetLuProperties()
1289 (strstr(lun.lp_pathname, "disk@") != NULL)) { in SUN_IMA_GetLuProperties()
1296 (strstr(lun.lp_pathname, "enclosure@") != NULL)) { in SUN_IMA_GetLuProperties()
1297 (void) strlcat(lun.lp_pathname, ":0", MAXPATHLEN); in SUN_IMA_GetLuProperties()
1300 (void) snprintf(lunpath, sizeof (lun.lp_pathname), in SUN_IMA_GetLuProperties()
[all …]
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c1676 (void) strcat(lun.lp_pathname, ":"); in getLuProperties()
1678 if ((strstr(lun.lp_pathname, "sd@") != NULL) || in getLuProperties()
1679 (strstr(lun.lp_pathname, "ssd@") != NULL) || in getLuProperties()
1680 (strstr(lun.lp_pathname, "disk@") != NULL)) { in getLuProperties()
1685 (void) strcat(lun.lp_pathname, "c,raw"); in getLuProperties()
1692 if (hdl = di_devlink_init(lun.lp_pathname, DI_MAKE_LINK)) { in getLuProperties()
1694 (void) di_devlink_walk(hdl, NULL, lun.lp_pathname, in getLuProperties()
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h448 char lp_pathname[MAXPATHLEN], /* Out */ member
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h474 char lp_pathname[MAXPATHLEN], /* Out */ member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c3443 lun->lp_pathname); in iscsi_ioctl()