Home
last modified time | relevance | path

Searched refs:INQ_ALLOC_L (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dmicrotek2.c4297 INQ_SET_ALLOC(cmd, INQ_ALLOC_L); in scsi_inquiry()
4298 result = (uint8_t *) alloca(INQ_ALLOC_L); in scsi_inquiry()
4306 size = INQ_ALLOC_L; in scsi_inquiry()
4316 INQ_SET_ALLOC(cmd, inqlen + INQ_ALLOC_L); in scsi_inquiry()
4317 result = alloca(inqlen + INQ_ALLOC_L); in scsi_inquiry()
4324 size = inqlen + INQ_ALLOC_L; in scsi_inquiry()
H A Dmicrotek2.h124 #define INQ_ALLOC_L 5 /* first get 5 bytes */ macro

Completed in 12 milliseconds