Searched refs:aa_type (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/sys/arch/vax/vax/ |
H A D | sbi.c | 145 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 D | ka860.c | 421 aa.aa_type = tmp; in abus_mainbus_attach()
|
/netbsd-src/sys/dev/hyperv/ |
H A D | genfb_vmbus.c | 66 if (memcmp(aa->aa_type, &hyperv_guid_video, sizeof(*aa->aa_type)) != 0) in genfb_vmbus_match()
|
H A D | vmbusic.c | 59 if (memcmp(aa->aa_type, guid, sizeof(*aa->aa_type)) != 0) in vmbusic_probe()
|
H A D | hvs.c | 317 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 D | hvkbd.c | 184 if (memcmp(aa->aa_type, &hyperv_guid_kbd, sizeof(*aa->aa_type)) != 0) in hvkbd_match()
|
H A D | vmbusvar.h | 151 struct hyperv_guid *aa_type; member
|
H A D | vmbus.c | 2271 vaa.aa_type = &ch->ch_type; in vmbus_process_devq()
|
H A D | if_hvn.c | 567 if (memcmp(aa->aa_type, &hyperv_guid_network, sizeof(*aa->aa_type))) in hvn_match()
|
/netbsd-src/sys/arch/vax/include/ |
H A D | nexus.h | 97 int aa_type; member
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | hyperv.c | 1118 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 D | xmm7360.c | 1967 } 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()
|