Home
last modified time | relevance | path

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

/freebsd-14-stable/libexec/rc/rc.d/
HDsyscons53 sc_init() function
192 sc_init
203 sc_init
214 sc_init
225 sc_init
238 sc_init
289 sc_init
300 sc_init
311 sc_init
322 sc_init
[all …]
/freebsd-14-stable/sys/dev/tpm/
HDtpmvar.h28 int (*sc_init)(struct tpm_softc *, int, const char *); member
HDtpm.c228 sc->sc_init = tpm_legacy_init; in tpm_attach()
234 sc->sc_init = tpm_tis12_init; in tpm_attach()
242 if ((sc->sc_init)(sc, irq, "tpm")) { in tpm_attach()
247 if (sc->sc_init == tpm_tis12_init && sc->irq_res != NULL && in tpm_attach()
422 rv = tsleep(sc->sc_init, PRIBIO | PCATCH, "tpm_locality", 1); in tpm_request_locality()
944 wakeup(sc->sc_init); in tpm_intr()
/freebsd-14-stable/contrib/less/
HDscreen.c222 *sc_init, /* Startup terminal initialization */ variable
1333 sc_init = ltgetstr("ti", &sp); in get_term()
1334 if (sc_init == NULL) in get_term()
1335 sc_init = ""; in get_term()
1760 ltputs(sc_init, sc_height, putchr); in init()
1767 if (*sc_init != '\0' && *sc_deinit != '\0' && !no_alt_screen) in init()