Searched refs:init_action (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/init/
H A Dinit.c72 struct init_action { struct
73 struct init_action *next;
81 static struct init_action *init_action_list = NULL;
118 static void delete_init_action(struct init_action *a);
119 static int waitfor(const struct init_action *a, pid_t pid);
330 static pid_t run(const struct init_action *a)
508 static int waitfor(const struct init_action *a, pid_t pid)
529 struct init_action *a, *tmp;
611 struct init_action *a, *tmp;
698 struct init_action *new_actio
[all...]

Completed in 51 milliseconds