Searched refs:sc_init (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/libexec/rc/rc.d/ |
| H A D | syscons | 53 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 D | tpmvar.h | 30 int (*sc_init)(struct tpm_softc *, int, const char *); member
|
| H A D | tpm.c | 230 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 D | screen.c | 213 *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()
|