Symbol: coreboot_softc
sys/dev/coreboot/coreboot.c
1308
struct coreboot_softc *sc;
sys/dev/coreboot/coreboot.c
1438
struct coreboot_softc *sc;
sys/dev/coreboot/coreboot.c
1498
sizeof(struct coreboot_softc),
sys/dev/coreboot/coreboot.c
196
coreboot_parse_mainboard(struct coreboot_softc *sc,
sys/dev/coreboot/coreboot.c
218
coreboot_parse_table(struct coreboot_softc *sc, struct cb_header *hdr)
sys/dev/coreboot/coreboot.c
32
static struct coreboot_softc *coreboot_sc;
sys/dev/coreboot/coreboot.c
44
struct coreboot_softc *
sys/dev/coreboot/coreboot.c
683
#define SC_OFF(field) offsetof(struct coreboot_softc, field)
sys/dev/coreboot/coreboot.c
902
const struct coreboot_softc *sc)
sys/dev/coreboot/coreboot.c
941
const struct cb_sysctl_leaf *leaf, struct coreboot_softc *sc)
sys/dev/coreboot/coreboot.c
964
coreboot_register_sysctls(struct coreboot_softc *sc)
sys/dev/coreboot/coreboot.h
618
struct coreboot_softc *coreboot_get_softc(void);
sys/dev/coreboot/coreboot.h
621
int coreboot_console_create(struct coreboot_softc *sc);
sys/dev/coreboot/coreboot.h
622
void coreboot_console_destroy(struct coreboot_softc *sc);
sys/dev/coreboot/coreboot.h
625
int coreboot_cbmem_create(struct coreboot_softc *sc);
sys/dev/coreboot/coreboot.h
626
void coreboot_cbmem_destroy(struct coreboot_softc *sc);
sys/dev/coreboot/coreboot.h
629
int coreboot_timestamps_register(struct coreboot_softc *sc,
sys/dev/coreboot/coreboot_cbmem.c
125
coreboot_cbmem_create(struct coreboot_softc *sc)
sys/dev/coreboot/coreboot_cbmem.c
147
coreboot_cbmem_destroy(struct coreboot_softc *sc)
sys/dev/coreboot/coreboot_cbmem.c
41
cbmem_find_entry(struct coreboot_softc *sc, uint32_t id)
sys/dev/coreboot/coreboot_cbmem.c
56
struct coreboot_softc *sc;
sys/dev/coreboot/coreboot_console.c
122
coreboot_console_create(struct coreboot_softc *sc)
sys/dev/coreboot/coreboot_console.c
188
coreboot_console_destroy(struct coreboot_softc *sc)
sys/dev/coreboot/coreboot_console.c
50
struct coreboot_softc *sc;
sys/dev/coreboot/coreboot_timestamps.c
112
struct coreboot_softc *sc = arg1;
sys/dev/coreboot/coreboot_timestamps.c
203
coreboot_timestamps_register(struct coreboot_softc *sc,