Searched refs:vpd_list (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/dev/sfxge/ |
| HD | sfxge.c | 696 struct sysctl_oid_list *vpd_list; in sfxge_vpd_init() local 718 vpd_list = SYSCTL_CHILDREN(vpd_node); in sfxge_vpd_init() 721 sfxge_vpd_try_add(sc, vpd_list, EFX_VPD_RO, "PN"); in sfxge_vpd_init() 722 sfxge_vpd_try_add(sc, vpd_list, EFX_VPD_RO, "EC"); in sfxge_vpd_init() 723 sfxge_vpd_try_add(sc, vpd_list, EFX_VPD_RO, "SN"); in sfxge_vpd_init() 727 sfxge_vpd_try_add(sc, vpd_list, EFX_VPD_RO, keyword); in sfxge_vpd_init() 729 sfxge_vpd_try_add(sc, vpd_list, EFX_VPD_RO, keyword); in sfxge_vpd_init()
|
| /trueos/sys/cam/scsi/ |
| HD | scsi_xpt.c | 873 struct scsi_vpd_supported_page_list *vpd_list; in probestart() local 876 vpd_list = NULL; in probestart() 880 vpd_list = malloc(sizeof(*vpd_list), M_CAMXPT, in probestart() 883 if (vpd_list != NULL) { in probestart() 888 (u_int8_t *)vpd_list, in probestart() 889 sizeof(*vpd_list), in probestart()
|
| /trueos/sys/dev/mpr/ |
| HD | mpr_sas.c | 2151 struct scsi_vpd_supported_page_list *vpd_list = NULL; in mprsas_scsiio_complete() local 2396 vpd_list = (struct scsi_vpd_supported_page_list *) in mprsas_scsiio_complete() 2404 for (i = 0; i < MIN(vpd_list->length, alloc_len); i++) { in mprsas_scsiio_complete() 2405 if (vpd_list->list[i] == 0x90) { in mprsas_scsiio_complete()
|
| /trueos/sys/dev/mps/ |
| HD | mps_sas.c | 2074 struct scsi_vpd_supported_page_list *vpd_list = NULL; in mpssas_scsiio_complete() local 2337 vpd_list = (struct scsi_vpd_supported_page_list *) in mpssas_scsiio_complete() 2345 for (i = 0; i < MIN(vpd_list->length, alloc_len); i++) { in mpssas_scsiio_complete() 2346 if (vpd_list->list[i] == 0x90) { in mpssas_scsiio_complete()
|