Searched refs:sysinit (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | init_main.c | 163 SET_DECLARE(sysinit_set, struct sysinit); 168 static STAILQ_HEAD(sysinitlist, sysinit) sysinit_list; 177 sysinit_compar(struct sysinit *a, struct sysinit *b, void *thunk __unused) in sysinit_compar() 192 sysinit_mklist(struct sysinitlist *list, struct sysinit **set, in sysinit_mklist() 193 struct sysinit **set_end) in sysinit_mklist() 195 struct sysinit **sipp; in sysinit_mklist() 204 STAILQ_MERGESORT(list, NULL, sysinit_compar, sysinit, next); in sysinit_mklist() 213 sysinit_add(struct sysinit **set, struct sysinit **set_end) in sysinit_add() 263 struct sysinit *sip; in mi_startup() 876 db_show_print_syinit(struct sysinit *sip, bool ddb) in db_show_print_syinit() [all …]
|
| H A D | kern_linker.c | 196 struct sysinit **start, **stop, **sipp, **xipp, *save; in linker_file_sysinit() 251 struct sysinit **start, **stop, **sipp, **xipp, *save; in linker_file_sysuninit() 1589 struct sysinit **si_start, **si_stop; in linker_preload()
|
| /freebsd-14.2/sys/sys/ |
| H A D | kernel.h | 220 struct sysinit { struct 223 STAILQ_ENTRY(sysinit) next; /* singly-linked list */ 261 static struct sysinit uniquifier ## _sys_init = { \ 271 static struct sysinit uniquifier ## _sys_init = { \ 289 static struct sysinit uniquifier ## _sys_uninit = { \ 302 void sysinit_add(struct sysinit **set, struct sysinit **set_end);
|
| /freebsd-14.2/stand/usb/tools/ |
| H A D | Makefile | 2 PROG= sysinit
|
| /freebsd-14.2/stand/kshim/ |
| H A D | kshim.mk | 74 ${OBJCOPY} -j ".debug.sysinit" -O binary ${KSRC}.o ${KSRC}.osys
|
| H A D | bsd_kernel.h | 99 const struct sysinit UNIQ_NAME(sysinit_##uniq) = { \ 108 const struct sysinit UNIQ_NAME(sysuninit_##uniq) = { \ 289 struct sysinit { struct
|
| H A D | bsd_kernel.c | 1122 const struct sysinit *psys; in sysinit_run()
|
| /freebsd-14.2/sys/contrib/openzfs/contrib/initramfs/scripts/local-top/ |
| H A D | zfs | 46 /sbin/lvm vgchange -a y --sysinit
|