| /src/usr.sbin/mopd/mopprobe/ |
| mopprobe.c | 97 u_short *ptype, moplen, itype, len; local 146 itype = mopGetShort(pkt,&idx); 150 switch (itype) { 197 if (itype > 101 && itype < 107) { 198 switch (itype) { 225 itype = mopGetShort(pkt,&idx);
|
| /src/sys/dev/acpi/ |
| ipmi_acpi.c | 80 ACPI_INTEGER itype, ivers, adr; local 95 rv = acpi_eval_integer(aa->aa_node->ad_handle, "_IFT", &itype); 107 switch (itype) { 137 ia->iaa_if_type = itype;
|
| /src/usr.sbin/mopd/common/ |
| print.c | 438 u_short itype,tmps; local 455 itype = mopGetShort(pkt,idx); 459 switch (itype) { 603 ((itype > 101) && (itype < 107))) 605 switch (itype) { 662 itype, 663 itype); 679 itype = mopGetShort(pkt,idx);
|
| /src/sys/arch/vax/mba/ |
| mba.c | 171 int itype, attn, anr; local 173 itype = MBA_RCSR(MBA_SR); 174 MBA_WCSR(MBA_SR, itype); 190 switch ((*md->md_finish)(md, itype, &attn)) {
|
| /src/sys/arch/macppc/dev/ |
| mediabay.c | 123 int irq, itype; local 133 itype = IST_EDGE; 144 itype = IST_LEVEL; 146 printf(" irq %d %s\n", irq, intr_typename(itype)); 148 intr_establish_xname(irq, itype, IPL_BIO, mediabay_intr, sc,
|
| /src/sys/arch/vax/vax/ |
| db_disasm.c | 104 int itype; /* instruction-type, eg. branch, call, unspec */ member in struct:__anon2172 191 ib->itype = ITYPE_CALL; 195 ib->itype = ITYPE_BRANCH; 198 ib->itype = ITYPE_UNSPEC; 203 ib->itype = ITYPE_INVALID;
|
| /src/usr.sbin/mopd/mopd/ |
| process.c | 64 u_short itype,tmps; local 79 itype = mopGetShort(pkt,idx); 83 switch (itype) { 136 ((itype > 101) && (itype < 107))) 138 switch (itype) { 163 itype = mopGetShort(pkt,idx);
|
| /src/sys/arch/atari/dev/ |
| ncr5380.c | 455 int itype; local 604 if ((itype = check_intr(sc)) != INTR_SPURIOUS) { 609 if (itype == INTR_RESEL) 665 int itype; local 672 if ((itype = check_intr(sc)) != INTR_SPURIOUS) { 673 if (itype == INTR_RESEL)
|
| /src/sys/arch/mac68k/dev/ |
| ncr5380.c | 448 int itype; local 588 if ((itype = check_intr(sc)) != INTR_SPURIOUS) { 592 if (itype == INTR_RESEL) 650 int itype; local 654 if ((itype = check_intr(sc)) != INTR_SPURIOUS) { 655 if (itype == INTR_RESEL)
|
| /src/sys/arch/hppa/dev/ |
| apic.c | 335 printf("itype=%d ", sc->sc_int_tbl[i].itype);
|
| /src/sys/arch/hppa/include/ |
| pdc.h | 572 uint8_t itype; /* 0 -- vectored int */ member in struct:pdc_pat_pci_rt
|
| /src/sys/dev/pci/ |
| if_ixl.c | 1595 const struct ixl_phy_type *itype; local 1607 itype = &ixl_phy_type_map[i]; 1609 if (ISSET(sc->sc_phy_types, itype->phy_type)) { 1611 IFM_ETHER | IFM_FDX | itype->ifm_type, 0, NULL); 1616 itype->ifm_type, 0, NULL); 1619 if (itype->ifm_type != IFM_100_TX) 1622 ifmedia_add(ifm, IFM_ETHER | itype->ifm_type, 1626 IFM_ETHER | IFM_FLOW | itype->ifm_type, 4891 const struct ixl_phy_type *itype; local 4901 itype = &ixl_phy_type_map[i] 5710 const struct ixl_phy_type *itype; local [all...] |