HomeSort by: relevance | last modified time | path
    Searched refs:in_port (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/isa/
cs4231var.h 37 int in_port; /* which MUX input port? */ member in struct:cs4231_softc
essvar.h 152 u_int in_port; /* XXX needed for MI interface */ member in struct:ess_softc
sbdspvar.h 126 u_int in_port; /* XXX needed for MI interface */ member in struct:sbdsp_softc
ess.c 280 sc->in_port, sc->spkr_state ? "on" : "off");
968 sc->in_port = ESS_SOURCE_MIC;
1787 cp->un.ord = sc->in_port;
2369 sc->in_port = ord;
sbdsp.c 1928 sc->in_port = cp->un.ord;
2106 cp->un.ord = sc->in_port;
  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 590 u_short in_port[2]; member in struct:ipnat_4_1_14
626 u_short in_port[2]; member in struct:ipnat_4_1_0
2395 np->in_dpmin = old->in_port[0];
2396 np->in_dpmax = old->in_port[1];
2398 np->in_spmin = old->in_port[0];
2399 np->in_spmax = old->in_port[1];
2474 np->in_dpmin = old->in_port[0];
2475 np->in_dpmax = old->in_port[1];
2477 np->in_spmin = old->in_port[0];
2478 np->in_spmax = old->in_port[1]
    [all...]

Completed in 18 milliseconds