Lines Matching refs:lp_pathname
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()
1297 (void) strlcat(lun.lp_pathname, ":0", MAXPATHLEN); in SUN_IMA_GetLuProperties()
1300 (void) snprintf(lunpath, sizeof (lun.lp_pathname), in SUN_IMA_GetLuProperties()
1301 "/devices%s", lun.lp_pathname); in SUN_IMA_GetLuProperties()
1323 if (hdl = di_devlink_init(lun.lp_pathname, DI_MAKE_LINK)) { in SUN_IMA_GetLuProperties()