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 289 sc_init 300 sc_init 311 sc_init 322 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 | 224 *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() 1769 ltputs(sc_init, sc_height, putchr); in init() 1776 if (*sc_init != '\0' && *sc_deinit != '\0' && !no_alt_screen) in init()
|