Searched refs:lp_pathname (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/iscsiadm/ |
H A D | sun_ima.c | 1275 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() 1294 (void) strlcat(lun.lp_pathname, ":c,raw", MAXPATHLEN); in SUN_IMA_GetLuProperties() 1295 } else if ((strstr(lun.lp_pathname, "ses@") != NULL) || in SUN_IMA_GetLuProperties() 1296 (strstr(lun.lp_pathname, "enclosure@") != NULL)) { in SUN_IMA_GetLuProperties() [all …]
|
/titanic_41/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 1676 (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()
|
/titanic_41/usr/src/uts/common/sys/iscsit/ |
H A D | iscsi_if.h | 448 char lp_pathname[MAXPATHLEN], /* Out */ member
|
/titanic_41/usr/src/uts/common/sys/scsi/adapters/ |
H A D | iscsi_if.h | 473 char lp_pathname[MAXPATHLEN], /* Out */ member
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi.c | 3444 lun->lp_pathname); in iscsi_ioctl()
|