Searched refs:sc_init (Results 1 – 4 of 4) sorted by relevance
| /freebsd/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 290 sc_init 301 sc_init 312 sc_init 323 sc_init [all …]
|
| /freebsd/sys/dev/tpm/ |
| H A D | tpmvar.h | 28 int (*sc_init)(struct tpm_softc *, int, const char *); member
|
| H A D | tpm.c | 227 sc->sc_init = tpm_legacy_init; in tpm_attach() 233 sc->sc_init = tpm_tis12_init; in tpm_attach() 241 if ((sc->sc_init)(sc, irq, "tpm")) { in tpm_attach() 246 if (sc->sc_init == tpm_tis12_init && sc->irq_res != NULL && in tpm_attach() 421 rv = tsleep(sc->sc_init, PRIBIO | PCATCH, "tpm_locality", 1); in tpm_request_locality() 943 wakeup(sc->sc_init); in tpm_intr()
|
| /freebsd/contrib/less/ |
| H A D | screen.c | 254 *sc_init, /* Startup terminal initialization */ variable 1509 sc_init = ltgetstr("smcup", "ti", &sp); in get_term() 1510 if (sc_init == NULL) in get_term() 1511 sc_init = ""; in get_term() 1961 ltputs(sc_init, sc_height, putchr); in term_init() 1968 if (*sc_init != '\0' && *sc_deinit != '\0' && !no_alt_screen) in term_init()
|