HomeSort by: relevance | last modified time | path
    Searched defs:sc_type (Results 1 - 25 of 234) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/sys/arch/hp300/stand/common/
hpibvar.h 38 char sc_type; member in struct:hpib_softc
hpibvar.h 38 char sc_type; member in struct:hpib_softc
hpibvar.h 38 char sc_type; member in struct:hpib_softc
  /src/sys/arch/amiga/pci/
p5membarvar.h 38 uint8_t sc_type; member in struct:p5membar_softc
p5membarvar.h 38 uint8_t sc_type; member in struct:p5membar_softc
p5membarvar.h 38 uint8_t sc_type; member in struct:p5membar_softc
  /src/sys/dev/fdt/
connector_fdt.c 67 #define sc_type sc_con.con_type macro
97 sc->sc_type = of_compatible_lookup(phandle, compat_data)->value;
102 switch(sc->sc_type) {
116 panic("unknown connector type %d\n", sc->sc_type);
connector_fdt.c 67 #define sc_type sc_con.con_type macro
97 sc->sc_type = of_compatible_lookup(phandle, compat_data)->value;
102 switch(sc->sc_type) {
116 panic("unknown connector type %d\n", sc->sc_type);
connector_fdt.c 67 #define sc_type sc_con.con_type macro
97 sc->sc_type = of_compatible_lookup(phandle, compat_data)->value;
102 switch(sc->sc_type) {
116 panic("unknown connector type %d\n", sc->sc_type);
  /src/sys/dev/hpc/
hpcout.c 57 #define sc_type sc_hma.hma_type macro
93 config_hook(sc->sc_type, sc->sc_id, CONFIG_HOOK_SHARE,
hpcout.c 57 #define sc_type sc_hma.hma_type macro
93 config_hook(sc->sc_type, sc->sc_id, CONFIG_HOOK_SHARE,
hpcout.c 57 #define sc_type sc_hma.hma_type macro
93 config_hook(sc->sc_type, sc->sc_id, CONFIG_HOOK_SHARE,
hpcin.c 59 #define sc_type sc_hma.hma_type macro
100 sc->sc_ct = config_connect(sc->sc_type, sc->sc_id);
114 sc->sc_type, sc->sc_id);
115 config_hook_call(sc->sc_type, sc->sc_id, (void *)on);
hpcin.c 59 #define sc_type sc_hma.hma_type macro
100 sc->sc_ct = config_connect(sc->sc_type, sc->sc_id);
114 sc->sc_type, sc->sc_id);
115 config_hook_call(sc->sc_type, sc->sc_id, (void *)on);
hpcin.c 59 #define sc_type sc_hma.hma_type macro
100 sc->sc_ct = config_connect(sc->sc_type, sc->sc_id);
114 sc->sc_type, sc->sc_id);
115 config_hook_call(sc->sc_type, sc->sc_id, (void *)on);
  /src/sys/dev/ic/
wevar.h 22 u_int8_t sc_type; /* our type */ member in struct:we_softc
wevar.h 22 u_int8_t sc_type; /* our type */ member in struct:we_softc
wevar.h 22 u_int8_t sc_type; /* our type */ member in struct:we_softc
ne2000var.h 52 } sc_type; member in struct:ne2000_softc
ne2000var.h 52 } sc_type; member in struct:ne2000_softc
ne2000var.h 52 } sc_type; member in struct:ne2000_softc
  /src/sys/arch/riscv/starfive/
jh71x0_eth.h 42 enum jh7x10_eth_type sc_type; member in struct:jh71x0_eth_softc
jh71x0_eth.h 42 enum jh7x10_eth_type sc_type; member in struct:jh71x0_eth_softc
jh71x0_eth.h 42 enum jh7x10_eth_type sc_type; member in struct:jh71x0_eth_softc
  /src/sys/arch/mips/cavium/dev/
octeon_intc.c 65 enum octeon_intc_type sc_type; member in struct:octeon_intc_softc
95 sc->sc_type = of_compatible_lookup(phandle, compat_data)->value;
97 switch (sc->sc_type) {

Completed in 36 milliseconds

1 2 3 4 5 6 7 8 910