Home
last modified time | relevance | path

Searched refs:sc_init (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/libexec/rc/rc.d/
H A Dsyscons53 sc_init() function
173 sc_init
184 sc_init
195 sc_init
206 sc_init
219 sc_init
278 sc_init
289 sc_init
300 sc_init
311 sc_init
[all …]
/freebsd-13.1/sys/dev/tpm/
H A Dtpmvar.h30 int (*sc_init)(struct tpm_softc *, int, const char *); member
H A Dtpm.c230 sc->sc_init = tpm_legacy_init; in tpm_attach()
236 sc->sc_init = tpm_tis12_init; in tpm_attach()
244 if ((sc->sc_init)(sc, irq, "tpm")) { in tpm_attach()
249 if (sc->sc_init == tpm_tis12_init && sc->irq_res != NULL && in tpm_attach()
424 rv = tsleep(sc->sc_init, PRIBIO | PCATCH, "tpm_locality", 1); in tpm_request_locality()
946 wakeup(sc->sc_init); in tpm_intr()
/freebsd-13.1/contrib/less/
H A Dscreen.c213 *sc_init, /* Startup terminal initialization */ variable
1256 sc_init = ltgetstr("ti", &sp); in get_term()
1257 if (sc_init == NULL) in get_term()
1258 sc_init = ""; in get_term()
1715 ltputs(sc_init, sc_height, putchr); in init()