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

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

Completed in 362 milliseconds