Home
last modified time | relevance | path

Searched refs:aa_type (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/arch/vax/vax/
H A Dsbi.c145 return ((aa->aa_type & IOA_TYPMSK) == IOA_SBIA); in sbi_abus_match()
155 aprint_naive(": SBIA Rev. %d, base address %#x\n", aa->aa_type & 0xf, (unsigned int)aa->aa_base); in sbi_abus_attach()
156 aprint_normal(": SBIA Rev. %d, base address %#x\n", aa->aa_type & 0xf, (unsigned int)aa->aa_base); in sbi_abus_attach()
H A Dka860.c421 aa.aa_type = tmp; in abus_mainbus_attach()
/netbsd-src/sys/dev/hyperv/
H A Dgenfb_vmbus.c66 if (memcmp(aa->aa_type, &hyperv_guid_video, sizeof(*aa->aa_type)) != 0) in genfb_vmbus_match()
H A Dvmbusic.c59 if (memcmp(aa->aa_type, guid, sizeof(*aa->aa_type)) != 0) in vmbusic_probe()
H A Dhvs.c317 if (memcmp(aa->aa_type, &hyperv_guid_ide, sizeof(*aa->aa_type)) != 0 && in hvs_match()
318 memcmp(aa->aa_type, &hyperv_guid_scsi, sizeof(*aa->aa_type)) != 0) in hvs_match()
342 if (memcmp(aa->aa_type, &hyperv_guid_scsi, sizeof(*aa->aa_type)) == 0) { in hvs_attach()
H A Dhvkbd.c184 if (memcmp(aa->aa_type, &hyperv_guid_kbd, sizeof(*aa->aa_type)) != 0) in hvkbd_match()
H A Dvmbusvar.h151 struct hyperv_guid *aa_type; member
H A Dvmbus.c2271 vaa.aa_type = &ch->ch_type; in vmbus_process_devq()
H A Dif_hvn.c567 if (memcmp(aa->aa_type, &hyperv_guid_network, sizeof(*aa->aa_type))) in hvn_match()
/netbsd-src/sys/arch/vax/include/
H A Dnexus.h97 int aa_type; member
/netbsd-src/sys/arch/x86/x86/
H A Dhyperv.c1118 if (memcmp(aa->aa_type, &hyperv_guid_video, in device_hyperv_register()
1119 sizeof(*aa->aa_type)) == 0) { in device_hyperv_register()
/netbsd-src/sys/dev/pci/
H A Dxmm7360.c1967 } aa_type; member
2124 (wa->aa_type == WWMC_TYPE_NET) ? "net" : "unk", pnp); in wwancprint()
2127 (wa->aa_type == WWMC_TYPE_NET) ? "net" : "unk"); in wwancprint()
2145 wa.aa_type = WWMC_TYPE_NET; in wwanc_attach_finish()
3218 return (wa->aa_type == WWMC_TYPE_NET); in wwan_match()