Searched refs:supported_vpds (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/cam/
H A Dcam_xpt_internal.h82 uint8_t *supported_vpds; member in struct:cam_ed
H A Dcam_xpt.c4785 free(device->supported_vpds, M_CAMXPT);
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_xpt.c1390 if (path->device->supported_vpds != NULL) {
1391 free(path->device->supported_vpds, M_CAMXPT);
1392 path->device->supported_vpds = NULL;
1404 path->device->supported_vpds = (uint8_t *)page_list;
2364 device->supported_vpds = NULL;
H A Dscsi_all.c7587 vpds = (struct scsi_vpd_supported_pages *)device->supported_vpds;

Completed in 161 milliseconds