Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/nvme/
H A Dnvme_all.h41 int nvme_identify_match(caddr_t identbuffer, caddr_t table_entry);
H A Dnvme_all.c83 nvme_identify_match(caddr_t identbuffer, caddr_t table_entry) in nvme_identify_match() argument
/freebsd-13.1/sys/cam/ata/
H A Data_all.h154 int ata_identify_match(caddr_t identbuffer, caddr_t table_entry);
155 int ata_static_identify_match(caddr_t identbuffer, caddr_t table_entry);
H A Data_all.c1003 ata_identify_match(caddr_t identbuffer, caddr_t table_entry) in ata_identify_match() argument
1009 ident = (struct ata_params *)identbuffer; in ata_identify_match()
1021 ata_static_identify_match(caddr_t identbuffer, caddr_t table_entry) in ata_static_identify_match() argument
1027 ident = (struct ata_params *)identbuffer; in ata_static_identify_match()