Home
last modified time | relevance | path

Searched refs:SYSINIT (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/trueos/sys/sys/
HDkernel.h244 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ macro
289 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
308 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
327 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
346 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
364 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
HDdomain.h87 SYSINIT(domain_add_ ## name, SI_SUB_PROTO_DOMAIN, \
89 SYSINIT(domain_init_ ## name, SI_SUB_PROTO_DOMAIN, \
93 SYSINIT(domain_add_ ## name, SI_SUB_PROTO_DOMAIN, \
HDtaskqueue.h143 SYSINIT(taskqueue_##name, SI_SUB_CONFIGURE, SI_ORDER_SECOND, \
168 SYSINIT(taskqueue_##name, SI_SUB_CONFIGURE, SI_ORDER_SECOND, \
HDrmlock.h116 SYSINIT(name##_rm_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
128 SYSINIT(name##_rm_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
/trueos/sys/arm/arm/
HDautoconf.c67 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
69 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
71 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
HDelf_machdep.c96 SYSINIT(elf32, SI_SUB_EXEC, SI_ORDER_FIRST,
112 SYSINIT(oelf32, SI_SUB_EXEC, SI_ORDER_ANY,
/trueos/sys/mips/mips/
HDautoconf.c74 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
76 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
78 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
/trueos/sys/ia64/ia64/
HDautoconf.c48 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
50 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
52 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
/trueos/sys/kern/
HDinit_main.c123 SYSINIT(placeholder, SI_SUB_DUMMY, SI_ORDER_ANY, NULL, NULL);
341 SYSINIT(announce, SI_SUB_COPYRIGHT, SI_ORDER_FIRST, print_caddr_t,
343 SYSINIT(trademark, SI_SUB_COPYRIGHT, SI_ORDER_SECOND, print_caddr_t,
345 SYSINIT(version, SI_SUB_COPYRIGHT, SI_ORDER_THIRD, print_version, NULL);
350 SYSINIT(witwarn, SI_SUB_COPYRIGHT, SI_ORDER_THIRD + 1,
352 SYSINIT(witwarn2, SI_SUB_LAST, SI_ORDER_THIRD + 1,
359 SYSINIT(diagwarn, SI_SUB_COPYRIGHT, SI_ORDER_THIRD + 2,
361 SYSINIT(diagwarn2, SI_SUB_LAST, SI_ORDER_THIRD + 2,
589 SYSINIT(p0init, SI_SUB_INTRINSIC, SI_ORDER_FIRST, proc0_init, NULL);
628 SYSINIT(p0post, SI_SUB_INTRINSIC_POST, SI_ORDER_FIRST, proc0_post, NULL);
[all …]
HDkern_mtxpool.c215 SYSINIT(mtxpooli1, SI_SUB_MTX_POOL_STATIC, SI_ORDER_FIRST,
217 SYSINIT(mtxpooli2, SI_SUB_MTX_POOL_DYNAMIC, SI_ORDER_FIRST,
HDkern_pmc.c115 SYSINIT(pmcsx, SI_SUB_LOCK, SI_ORDER_MIDDLE, pmc_init_sx, NULL);
344 SYSINIT(hwpmc, SI_SUB_KDTRACE, SI_ORDER_FIRST, init_hwpmc, NULL);
/trueos/sys/sparc64/sparc64/
HDautoconf.c49 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
51 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
53 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
/trueos/sys/amd64/amd64/
HDautoconf.c80 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
82 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
84 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
HDelf_machdep.c100 SYSINIT(elf64, SI_SUB_EXEC, SI_ORDER_FIRST,
116 SYSINIT(oelf64, SI_SUB_EXEC, SI_ORDER_ANY,
132 SYSINIT(kelf64, SI_SUB_EXEC, SI_ORDER_ANY,
/trueos/sys/powerpc/powerpc/
HDautoconf.c52 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
54 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
56 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
HDelf64_machdep.c101 SYSINIT(elf64, SI_SUB_EXEC, SI_ORDER_ANY,
117 SYSINIT(oelf64, SI_SUB_EXEC, SI_ORDER_ANY,
/trueos/sys/i386/i386/
HDautoconf.c81 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
83 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
85 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
HDelf_machdep.c106 SYSINIT(elf32, SI_SUB_EXEC, SI_ORDER_FIRST,
122 SYSINIT(oelf32, SI_SUB_EXEC, SI_ORDER_ANY,
138 SYSINIT(kelf32, SI_SUB_EXEC, SI_ORDER_ANY,
/trueos/sys/ofed/include/linux/
HDmodule.h80 SYSINIT(fn, SI_SUB_OFED_MODINIT, SI_ORDER_FIRST, _module_run, (fn))
90 SYSINIT(fn, SI_SUB_OFED_MODINIT, (order), _module_run, (fn))
/trueos/sys/dev/mfi/
HDmfi_linux.c62 SYSINIT (mfi_register, SI_SUB_KLD, SI_ORDER_MIDDLE,
70 SYSINIT (mfi_register2, SI_SUB_KLD, SI_ORDER_MIDDLE,
/trueos/sys/compat/ia32/
HDia32_sysvec.c157 SYSINIT(ia32, SI_SUB_EXEC, SI_ORDER_MIDDLE,
173 SYSINIT(oia32, SI_SUB_EXEC, SI_ORDER_ANY,
188 SYSINIT(kia32, SI_SUB_EXEC, SI_ORDER_ANY,
/trueos/sys/dev/mrsas/
HDmrsas_linux.c79 SYSINIT(mrsas_register, SI_SUB_KLD, SI_ORDER_MIDDLE,
87 SYSINIT(mrsas_register2, SI_SUB_KLD, SI_ORDER_MIDDLE,
/trueos/sys/x86/xen/
HDhvm.c624 SYSINIT(xen_hvm_init, SI_SUB_HYPERVISOR, SI_ORDER_FIRST, xen_hvm_sysinit, NULL);
626 SYSINIT(xen_setup_cpus, SI_SUB_SMP, SI_ORDER_FIRST, xen_setup_cpus, NULL);
628 SYSINIT(xen_hvm_cpu_init, SI_SUB_INTR, SI_ORDER_FIRST, xen_hvm_cpu_init, NULL);
629 SYSINIT(xen_set_vcpu_id, SI_SUB_CPU, SI_ORDER_ANY, xen_set_vcpu_id, NULL);
/trueos/sys/dev/random/
HDrandom_adaptors.c236 SYSINIT(random_adaptors, SI_SUB_DRIVERS, SI_ORDER_FIRST, random_adaptors_init,
250 SYSINIT(random_reseed, SI_SUB_INTRINSIC_POST, SI_ORDER_SECOND,
/trueos/sys/dev/acpica/Osd/
HDOsdSchedule.c101 SYSINIT(acpi_tasks, SI_SUB_DRIVERS, SI_ORDER_FIRST, acpi_task_init, NULL);
126 SYSINIT(acpi_taskq, SI_SUB_CONFIGURE, SI_ORDER_SECOND, acpi_taskq_init, NULL);

12345678910>>...14