Searched refs:sc_init (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/libexec/rc/rc.d/ |
| H A D | syscons | 53 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.2/sys/dev/tpm/ |
| H A D | tpmvar.h | 28 int (*sc_init)(struct tpm_softc *, int, const char *); member
|
| H A D | tpm.c | 228 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.2/contrib/less/ |
| H A D | screen.c | 225 *sc_init, /* Startup terminal initialization */ variable 1321 sc_init = ltgetstr("ti", &sp); in get_term() 1322 if (sc_init == NULL) in get_term() 1323 sc_init = ""; in get_term() 1750 ltputs(sc_init, sc_height, putchr); in init() 1757 if (*sc_init != '\0' && *sc_deinit != '\0' && !no_alt_screen) in init()
|