Searched refs:sysinit (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | init_main.c | 162 SET_DECLARE(sysinit_set, struct sysinit); 167 static STAILQ_HEAD(sysinitlist, sysinit) sysinit_list; 176 sysinit_compar(struct sysinit *a, struct sysinit *b, void *thunk __unused) in sysinit_compar() 191 sysinit_mklist(struct sysinitlist *list, struct sysinit **set, in sysinit_mklist() 192 struct sysinit **set_end) in sysinit_mklist() 194 struct sysinit **sipp; in sysinit_mklist() 203 STAILQ_MERGESORT(list, NULL, sysinit_compar, sysinit, next); in sysinit_mklist() 212 sysinit_add(struct sysinit **set, struct sysinit **set_end) in sysinit_add() 223 STAILQ_MERGE(&sysinit_list, &new_list, NULL, sysinit_compar, sysinit, next); in sysinit_add() 261 struct sysinit *sip; in mi_startup() [all …]
|
| H A D | kern_linker.c | 197 struct sysinit **start, **stop, **sipp, **xipp, *save; in linker_file_sysinit() 252 struct sysinit **start, **stop, **sipp, **xipp, *save; in linker_file_sysuninit() 1662 struct sysinit **si_start, **si_stop; in linker_preload()
|
| /freebsd/sys/sys/ |
| H A D | kernel.h | 226 struct sysinit { struct 229 STAILQ_ENTRY(sysinit) next; /* singly-linked list */ 260 static struct sysinit uniquifier ## _sys_init = { \ 270 static struct sysinit uniquifier ## _sys_init = { \ 288 static struct sysinit uniquifier ## _sys_uninit = { \ 301 void sysinit_add(struct sysinit **set, struct sysinit **set_end);
|
| /freebsd/stand/usb/tools/ |
| H A D | Makefile | 1 PROG= sysinit
|
| /freebsd/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) = { \ 290 struct sysinit { struct
|
| H A D | bsd_kernel.c | 1096 const struct sysinit *psys; in sysinit_run()
|
| /freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/local-top/ |
| H A D | zfs | 46 /sbin/lvm vgchange -aay --sysinit
|