Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dinit.h37 struct init_ops { struct
44 extern struct init_ops init_ops; argument
/freebsd/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/sys/x86/xen/
H A Dpv.c108 struct init_ops xen_pvh_init_ops = {
200 init_ops = xen_pvh_init_ops; in hammer_time_xen()
/freebsd/sys/x86/x86/
H A Ddelay.c118 init_ops.early_delay(n); in DELAY()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c178 struct init_ops init_ops = { variable
880 init_ops.parse_memmap(physmap, &physmap_idx); in getmemsize()
1301 init_ops.parse_preload_data(modulep); in hammer_time()
/freebsd/sys/x86/isa/
H A Dclock.c132 init_ops.early_clock_source_init(); in clock_init()
/freebsd/sys/i386/i386/
H A Dmachdep.c199 struct init_ops init_ops = { variable