Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/rc/rc.d/
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-12-stable/sys/dev/tpm/
Dtpm.c275 sc->sc_init = tpm_legacy_init; in tpm_attach()
281 sc->sc_init = tpm_tis12_init; in tpm_attach()
289 if ((sc->sc_init)(sc, irq, "tpm")) { in tpm_attach()
294 if (sc->sc_init == tpm_tis12_init && sc->irq_res != NULL && in tpm_attach()
386 sc->sc_init = tpm_legacy_init; in tpm_attach()
395 sc->sc_init = tpm_tis12_init; in tpm_attach()
407 if ((rv = (sc->sc_init)(sc, ia->ia_irq, sc->sc_dev.dv_xname))) { in tpm_attach()
416 if (sc->sc_init == tpm_tis12_init && ia->ia_irq != IRQUNK && in tpm_attach()
564 rv = tsleep(sc->sc_init, PRIBIO | PCATCH, "tpm_locality", 1); in tpm_request_locality()
1118 wakeup(sc->sc_init); in tpm_intr()
Dtpmvar.h30 int (*sc_init)(struct tpm_softc *, int, const char *); member
/freebsd-12-stable/contrib/less/
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()
1714 ltputs(sc_init, sc_height, putchr); in init()