Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dinit.c35 #define SYSINIT 0x01 macro
134 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()
/external/usrsctp/usrsctplib/
Duser_malloc.h213 SYSINIT(type##_init, SI_SUB_KMEM, SI_ORDER_SECOND, malloc_init, \