Searched refs:device_id_str (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/scsi/device_handler/ |
D | scsi_dh_alua.c | 66 unsigned char device_id_str[256]; member 192 if (strncmp(pg->device_id_str, id_str, id_size)) in alua_find_get_pg() 220 pg->device_id_len = scsi_vpd_lun_id(sdev, pg->device_id_str, in alua_alloc_pg() 221 sizeof(pg->device_id_str)); in alua_alloc_pg() 230 pg->device_id_str[0] = '\0'; in alua_alloc_pg() 247 tmp_pg = alua_find_get_pg(pg->device_id_str, pg->device_id_len, in alua_alloc_pg() 350 ALUA_DH_NAME, pg->device_id_str, in alua_check_vpd() 666 tmp_pg = alua_find_get_pg(pg->device_id_str, pg->device_id_len, in alua_rtpg() 847 (char *)pg->device_id_str : "(nameless PG)")); in alua_rtpg_select_sdev()
|