Searched refs:sc_init (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/etc/rc.d/
H A Dsyscons50 sc_init() function
67 sc_init
78 sc_init
89 sc_init
100 sc_init
113 sc_init
173 sc_init
184 sc_init
195 sc_init
206 sc_init
[all...]
/freebsd-9.3-release/sys/dev/tpm/
H A Dtpmvar.h30 int (*sc_init)(struct tpm_softc *, int, const char *); member in struct:tpm_softc
H A Dtpm.c275 sc->sc_init = tpm_legacy_init;
281 sc->sc_init = tpm_tis12_init;
289 if ((sc->sc_init)(sc, irq, "tpm")) {
294 if (sc->sc_init == tpm_tis12_init && sc->irq_res != NULL &&
386 sc->sc_init = tpm_legacy_init;
395 sc->sc_init = tpm_tis12_init;
407 if ((rv = (sc->sc_init)(sc, ia->ia_irq, sc->sc_dev.dv_xname))) {
416 if (sc->sc_init == tpm_tis12_init && ia->ia_irq != IRQUNK &&
568 rv = tsleep(sc->sc_init, PRIBIO | PCATCH, "tpm_locality", 1);
1122 wakeup(sc->sc_init);
[all...]
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dsyscons.s245 .global sc_init
246 sc_init: label
H A Dboot0.5.s42 call sc_init
/freebsd-9.3-release/sys/net/
H A Dif_lagg.h213 void (*sc_init)(struct lagg_softc *); member in struct:lagg_softc
H A Dif_lagg.c915 if (sc->sc_init != NULL)
916 (*sc->sc_init)(sc);
1007 sc->sc_init = NULL;
1852 sc->sc_init = lacp_init;
/freebsd-9.3-release/contrib/less/
H A Dscreen.c183 *sc_init, /* Startup terminal initialization */ variable
1211 sc_init = ltgetstr("ti", &sp);
1212 if (sc_init == NULL)
1213 sc_init = "";
1538 tputs(sc_init, sc_height, putchr);

Completed in 132 milliseconds