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 | tpm.c | 254 sc->sc_init = tpm_legacy_init; in tpm_attach() 260 sc->sc_init = tpm_tis12_init; in tpm_attach() 269 error = sc->sc_init(sc, irq, "tpm"); in tpm_attach() 276 if (sc->sc_init == tpm_tis12_init && sc->irq_res != NULL && in tpm_attach() 321 if (sc->mem_res != NULL && sc->sc_init == tpm_tis12_init) in tpm_detach() 564 rv = tsleep(sc->sc_init, PRIBIO | PCATCH, "tpm_locality", 1); in tpm_request_locality() 781 if (sc->sc_suspend != 0 && sc->sc_init == tpm_tis12_init) in tpm_resume() 1463 if (sc->sc_init == tpm_tis12_init) in tpmclose()
|
| H A D | tpmvar.h | 35 int (*sc_init)(struct tpm_softc *, int, const char *); member
|
| /freebsd/contrib/less/ |
| H A D | screen.c | 270 *sc_init, /* Startup terminal initialization */ variable 1627 sc_init = ltgetstr("smcup", "ti", &sp); in get_term_info() 1628 if (sc_init == NULL) in get_term_info() 1629 sc_init = ""; in get_term_info() 2091 ltputs(sc_init, sc_height, putchr); in term_init() 2098 if (*sc_init != '\0' && *sc_deinit != '\0' && !no_alt_screen) in term_init()
|