Home
last modified time | relevance | path

Searched refs:SVPD_DEVICE_ID_HDR_LEN (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/cam/nvme/
H A Dnvme_xpt.c434 malloc(SVPD_DEVICE_ID_HDR_LEN + len, in nvme_probe_done()
457 path->device->device_id_len = SVPD_DEVICE_ID_HDR_LEN + len; in nvme_probe_done()
/freebsd/sys/cam/
H A Dcam_xpt.c1453 && (device->device_id_len < SVPD_DEVICE_ID_HDR_LEN in xptdevicematch()
1456 - SVPD_DEVICE_ID_HDR_LEN, in xptdevicematch()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c1505 SVPD_DEVICE_ID_HDR_LEN; in probedone()
H A Dscsi_all.h2388 #define SVPD_DEVICE_ID_HDR_LEN \ macro