HomeSort by: relevance | last modified time | path
    Searched defs:itype (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/vax/mba/
mba.c 171 int itype, attn, anr; local in function:mbaintr
173 itype = MBA_RCSR(MBA_SR);
174 MBA_WCSR(MBA_SR, itype);
190 switch ((*md->md_finish)(md, itype, &attn)) {
  /src/usr.sbin/mopd/mopprobe/
mopprobe.c 97 u_short *ptype, moplen, itype, len; local in function:mopProcess
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 in function:ipmi_acpi_attach
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 in function:mopPrintInfo
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/usr.sbin/mopd/mopd/
process.c 64 u_short itype,tmps; local in function:mopProcessInfo
79 itype = mopGetShort(pkt,idx);
83 switch (itype) {
136 ((itype > 101) && (itype < 107)))
138 switch (itype) {
163 itype = mopGetShort(pkt,idx);
  /src/sys/arch/macppc/dev/
mediabay.c 123 int irq, itype; local in function:mediabay_attach
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:__anon19dd69db0208
191 ib->itype = ITYPE_CALL;
195 ib->itype = ITYPE_BRANCH;
198 ib->itype = ITYPE_UNSPEC;
203 ib->itype = ITYPE_INVALID;
  /src/sys/arch/atari/dev/
ncr5380.c 455 int itype; local in function:scsi_main
604 if ((itype = check_intr(sc)) != INTR_SPURIOUS) {
609 if (itype == INTR_RESEL)
665 int itype; local in function:ncr_ctrl_intr
672 if ((itype = check_intr(sc)) != INTR_SPURIOUS) {
673 if (itype == INTR_RESEL)
  /src/sys/arch/mac68k/dev/
ncr5380.c 448 int itype; local in function:scsi_main
588 if ((itype = check_intr(sc)) != INTR_SPURIOUS) {
592 if (itype == INTR_RESEL)
650 int itype; local in function:ncr_ctrl_intr
654 if ((itype = check_intr(sc)) != INTR_SPURIOUS) {
655 if (itype == INTR_RESEL)
  /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 in function:ixl_media_add
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 in function:ixl_search_phy_type
4901 itype = &ixl_phy_type_map[i]
5710 const struct ixl_phy_type *itype; local in function:ixl_set_link_status_locked
    [all...]

Completed in 23 milliseconds