HomeSort by: relevance | last modified time | path
    Searched refs:iftype (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/dev/pcmcia/
pcmcia_cis_quirks.c 63 .iftype = PCMCIA_IFTYPE_IO,
81 .iftype = PCMCIA_IFTYPE_IO,
99 .iftype = PCMCIA_IFTYPE_IO,
116 .iftype = PCMCIA_IFTYPE_IO,
135 .iftype = PCMCIA_IFTYPE_IO,
154 .iftype = PCMCIA_IFTYPE_IO,
172 .iftype = PCMCIA_IFTYPE_IO,
192 .iftype = PCMCIA_IFTYPE_IO,
212 .iftype = PCMCIA_IFTYPE_IO,
wdc_pcmcia.c 186 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
196 if (cfe->iftype != PCMCIA_IFTYPE_MEMORY ||
237 if (cfe->iftype == PCMCIA_IFTYPE_MEMORY) {
274 if (cfe->iftype == PCMCIA_IFTYPE_MEMORY) {
aic_pcmcia.c 100 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
if_an_pcmcia.c 113 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
if_cs_pcmcia.c 88 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
spc_pcmcia.c 95 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
com_pcmcia.c 164 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
if_awi_pcmcia.c 166 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
if_mbe_pcmcia.c 154 if (cfe->iftype != PCMCIA_IFTYPE_IO || cfe->num_iospace < 1)
if_sm_pcmcia.c 126 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
nca_pcmcia.c 103 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
pcmciavar.h 83 int iftype; member in struct:pcmcia_config_entry
pcmcom.c 130 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
esp_pcmcia.c 142 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
pcmcia_cis.c 628 switch (cfe->iftype) {
1000 .iftype = PCMCIA_IFTYPE_MEMORY,
1146 cfe->iftype = reg & PCMCIA_TPCE_IF_IFTYPE;
if_wi_pcmcia.c 320 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
if_ne_pcmcia.c 567 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
pcmcia.c 487 pcmcia_socket_settype(sc->dev, pf->cfe->iftype);
btbc.c 158 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
  /src/sbin/efi/
devpath1.c 292 const char *iftype; local in function:devpath_hw_bmc
294 iftype = devpath_hw_bmc_iftype(p->IfaceType);
297 iftype, p->BaseAddress);
305 p->IfaceType, iftype,
  /src/usr.sbin/moused/
mouse.h 86 int iftype; /* MOUSE_IF_XXX */ member in struct:mousehw
94 /* iftype */
moused.c 789 rodent.portname, r_if(rodent.hw.iftype),
794 printf("%s\n", r_if(rodent.hw.iftype));
802 rodent.portname, r_if(rodent.hw.iftype),
1143 rodent.hw.iftype = MOUSE_IF_SERIAL;
1176 r_if(int iftype)
1180 s = gettokenname(rifs, iftype);
1359 if (rodent.hw.iftype == MOUSE_IF_SYSMOUSE)
  /src/sys/netinet/
if_arp.c 1135 int iftype = 0; local in function:in_arpinput
1137 iftype = _rcvif->if_type;
1139 if (iftype != IFT_CARP)
ip_carp.c 1432 carp_ourether(void *v, struct ether_header *eh, u_char iftype, int src)
1443 switch (iftype) {
  /src/sys/dev/
ipmi.c 314 ipmi_get_if(int iftype)
316 switch (iftype) {

Completed in 27 milliseconds

1 2