Home
last modified time | relevance | path

Searched refs:init_ops (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/sys/x86/include/
H A Dinit.h37 struct init_ops { struct
44 extern struct init_ops init_ops; argument
/freebsd-14.2/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c520 const union init_op *init_ops; local
525 init_ops = p_dev->fw_data->init_ops;
537 const union init_op *cmd = &init_ops[cmd_num];
652 fw->init_ops = (union init_op *)(fw_data + offset);
662 fw->init_ops = (const union init_op *)init_ops;
H A Decore_init_values.h33 ARRAY_DECL u32 init_ops[] = { variable
H A Decore.h588 const union init_op *init_ops; member
/freebsd-14.2/sys/x86/x86/
H A Ddelay.c120 init_ops.early_delay(n); in DELAY()
/freebsd-14.2/sys/x86/xen/
H A Dpv.c107 struct init_ops xen_pvh_init_ops = {
238 init_ops = xen_pvh_init_ops; in hammer_time_xen()
/freebsd-14.2/sys/amd64/amd64/
H A Dmachdep.c180 struct init_ops init_ops = { variable
881 init_ops.parse_memmap(kmdp, physmap, &physmap_idx); in getmemsize()
1305 kmdp = init_ops.parse_preload_data(modulep); in hammer_time()
/freebsd-14.2/sys/x86/isa/
H A Dclock.c134 init_ops.early_clock_source_init(); in clock_init()
/freebsd-14.2/sys/i386/i386/
H A Dmachdep.c201 struct init_ops init_ops = { variable
/freebsd-14.2/sys/dev/bxe/
H A Dbxe.h1626 const struct raw_op *init_ops; member
1640 #define INIT_OPS(sc) (sc->init_ops)