atype 2116 dev/ic/ath.c HAL_PKT_TYPE atype;
atype 2258 dev/ic/ath.c atype = HAL_PKT_TYPE_NORMAL; /* default */
atype 2263 dev/ic/ath.c atype = HAL_PKT_TYPE_BEACON;
atype 2265 dev/ic/ath.c atype = HAL_PKT_TYPE_PROBE_RESP;
atype 2267 dev/ic/ath.c atype = HAL_PKT_TYPE_ATIM;
atype 2274 dev/ic/ath.c atype = HAL_PKT_TYPE_PSPOLL;
atype 2424 dev/ic/ath.c , atype /* Atheros packet type */
atype 114 dev/pci/if_sandrv.c unsigned int atype; /* SubVendor ID */
atype 249 dev/pci/if_sandrv.c int atype = 0x00;
atype 251 dev/pci/if_sandrv.c atype = PCI_PRODUCT(pci_conf_read(pa->pa_pc, pa->pa_tag,
atype 258 dev/pci/if_sandrv.c atype = A101_ADPTR_1TE1;
atype 261 dev/pci/if_sandrv.c atype = A101_ADPTR_2TE1;
atype 271 dev/pci/if_sandrv.c if (sdla_pci_probe(atype, pa)) {
atype 279 dev/pci/if_sandrv.c switch (atype) {
atype 309 dev/pci/if_sandrv.c switch (atype) {
atype 407 dev/pci/if_sandrv.c SDLA_ADPTR_DECODE(hw->hwcard->atype), hw->hwcard->slot_no,
atype 423 dev/pci/if_sandrv.c switch (hwcard->atype) {
atype 431 dev/pci/if_sandrv.c SDLA_ADPTR_DECODE(hwcard->atype),
atype 443 dev/pci/if_sandrv.c SDLA_ADPTR_DECODE(hwcard->atype),
atype 456 dev/pci/if_sandrv.c SDLA_ADPTR_DECODE(hwcard->atype),
atype 463 dev/pci/if_sandrv.c hwcard->atype, hwcard->bus_no, hwcard->slot_no, irq);
atype 472 dev/pci/if_sandrv.c sdla_pci_probe(int atype, struct pci_attach_args *pa)
atype 503 dev/pci/if_sandrv.c hwcard = sdla_card_register(atype, slot, bus);
atype 512 dev/pci/if_sandrv.c switch (atype) {
atype 517 dev/pci/if_sandrv.c if (atype == A101_ADPTR_2TE1)
atype 576 dev/pci/if_sandrv.c sdla_card_register(u_int16_t atype, int slot_no, int bus_no)
atype 580 dev/pci/if_sandrv.c new_hwcard = sdla_card_search(atype, slot_no, bus_no);
atype 590 dev/pci/if_sandrv.c new_hwcard->atype = atype;
atype 613 dev/pci/if_sandrv.c sdla_card_unregister(u_int16_t atype, int slot_no, int bus_no, int ioport)
atype 618 dev/pci/if_sandrv.c if (tmp_card->atype != atype){
atype 629 dev/pci/if_sandrv.c atype, slot_no, bus_no);
atype 645 dev/pci/if_sandrv.c sdla_card_search(u_int16_t atype, int slot_no, int bus_no)
atype 650 dev/pci/if_sandrv.c if (tmp_card->atype != atype)
atype 665 dev/pci/if_sandrv.c new_hw = sdla_hw_search(card->atype, card->slot_no,
atype 739 dev/pci/if_sandrv.c sdla_hw_search(u_int16_t atype, int slot_no, int bus_no, int cpu_no)
atype 753 dev/pci/if_sandrv.c if (tmp_hw->hwcard->atype != atype) {
atype 1206 dev/pci/if_sandrv.c switch (hwcard->atype) {
atype 1229 dev/pci/if_sandrv.c if (hwcard->atype != S5144_ADPTR_1_CPU_T1E1 &&
atype 1230 dev/pci/if_sandrv.c hwcard->atype != S5147_ADPTR_2_CPU_T1E1 &&
atype 1231 dev/pci/if_sandrv.c hwcard->atype != S5148_ADPTR_1_CPU_T1E1) {
atype 1234 dev/pci/if_sandrv.c SDLA_ADPTR_DECODE(hwcard->atype));
atype 1237 dev/pci/if_sandrv.c hwcard->atype = S5144_ADPTR_1_CPU_T1E1;
atype 1240 dev/pci/if_sandrv.c if (hwcard->atype != S5145_ADPTR_1_CPU_56K) {
atype 1243 dev/pci/if_sandrv.c SDLA_ADPTR_DECODE(hwcard->atype));
atype 1247 dev/pci/if_sandrv.c if (hwcard->atype == S5145_ADPTR_1_CPU_56K ||
atype 1248 dev/pci/if_sandrv.c hwcard->atype == S5144_ADPTR_1_CPU_T1E1 ||
atype 1249 dev/pci/if_sandrv.c hwcard->atype == S5147_ADPTR_2_CPU_T1E1 ||
atype 1250 dev/pci/if_sandrv.c hwcard->atype == S5148_ADPTR_1_CPU_T1E1) {
atype 1253 dev/pci/if_sandrv.c SDLA_ADPTR_DECODE(hwcard->atype));
atype 1292 dev/pci/if_sandrv.c *(u_int16_t*)value = hwcard->atype;
atype 76 lib/libsa/bootparam.c u_int32_t atype;
atype 378 lib/libsa/bootparam.c xi->atype = htonl(1);
atype 409 lib/libsa/bootparam.c if (xi->atype != htonl(1)) {
atype 411 lib/libsa/bootparam.c ntohl(xi->atype)));
atype 539 nfs/krpc_subr.c u_int32_t atype;
atype 555 nfs/krpc_subr.c xi->atype = txdr_unsigned(1);
atype 581 nfs/krpc_subr.c if (xi->atype != txdr_unsigned(1)) {