Searched refs:SYSINIT (Results 1 – 2 of 2) sorted by relevance
35 #define SYSINIT 0x01 macro134 add_new_action(SYSINIT, "/etc/init.d/rcS", ""); in inittab_parsing()321 if (x->action & (SHUTDOWN|ONCE|SYSINIT|CTRLALTDEL|WAIT)) { in run_action_from_list()324 if (x->action & (SHUTDOWN|SYSINIT|CTRLALTDEL|WAIT)) waitforpid(pid); in run_action_from_list()495 run_action_from_list(SYSINIT); in init_main()
213 SYSINIT(type##_init, SI_SUB_KMEM, SI_ORDER_SECOND, malloc_init, \