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

/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_all.h40 int nvme_identify_match(caddr_t identbuffer, caddr_t table_entry);
H A Dnvme_all.c82 nvme_identify_match(caddr_t identbuffer, caddr_t table_entry) argument
/freebsd-11-stable/sys/cam/ata/
H A Data_all.h149 int ata_identify_match(caddr_t identbuffer, caddr_t table_entry);
150 int ata_static_identify_match(caddr_t identbuffer, caddr_t table_entry);
H A Data_all.c921 ata_identify_match(caddr_t identbuffer, caddr_t table_entry) argument
927 ident = (struct ata_params *)identbuffer;
939 ata_static_identify_match(caddr_t identbuffer, caddr_t table_entry) argument
945 ident = (struct ata_params *)identbuffer;

Completed in 47 milliseconds