Searched refs:periph_type (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipiconf.h383 u_int8_t periph_type; /* basic device type */ member in struct:scsipi_periph
H A Datapi_wdc.c287 periph->periph_type = ATAPI_CFG_TYPE(id->atap_config);
290 if (periph->periph_type == T_SEQUENTIAL) {
H A Dscsiconf.c843 periph->periph_type = inqbuf.device & SID_TYPE;
874 switch (periph->periph_type) {
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dahcisata_core.c1581 periph->periph_type = ATAPI_CFG_TYPE(id->atap_config);
1584 if (periph->periph_type == T_SEQUENTIAL) {
H A Dsiisata.c1376 periph->periph_type = ATAPI_CFG_TYPE(id->atap_config);
1379 if (periph->periph_type == T_SEQUENTIAL) {
H A Dmvsata.c827 periph->periph_type = ATAPI_CFG_TYPE(id->atap_config);
830 if (periph->periph_type == T_SEQUENTIAL) {

Completed in 138 milliseconds