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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinit.c169 static initAction *initActionList = NULL; variable
618 for (a = initActionList; a; a = tmp) {
723 newAction->nextPtr = initActionList;
724 initActionList = newAction;
737 for (a = initActionList; a; b = a, a = a->nextPtr) {
740 initActionList = a->nextPtr;
966 for (a = initActionList; a; a = tmp) {
975 for (a = initActionList; a; a = tmp) {
984 for (a = initActionList; a; a = tmp) {
993 if (initActionList
[all...]

Completed in 82 milliseconds