Searched refs:sysinit (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/kern/ |
H A D | init_main.c | 159 SET_DECLARE(sysinit_set, struct sysinit); 164 static STAILQ_HEAD(sysinitlist, sysinit) sysinit_list; 173 sysinit_compar(struct sysinit *a, struct sysinit *b, void *thunk __unused) in sysinit_compar() 188 sysinit_mklist(struct sysinitlist *list, struct sysinit **set, in sysinit_mklist() 189 struct sysinit **set_end) in sysinit_mklist() 191 struct sysinit **sipp; in sysinit_mklist() 200 STAILQ_MERGESORT(list, NULL, sysinit_compar, sysinit, next); in sysinit_mklist() 209 sysinit_add(struct sysinit **set, struct sysinit **set_end) in sysinit_add() 220 STAILQ_MERGE(&sysinit_list, &new_list, NULL, sysinit_compar, sysinit, next); in sysinit_add() 258 struct sysinit *sip; in mi_startup() [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() 1660 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 */ 267 static struct sysinit uniquifier ## _sys_init = { \ 277 static struct sysinit uniquifier ## _sys_init = { \ 295 static struct sysinit uniquifier ## _sys_uninit = { \ 308 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 -a y --sysinit
|