Home
last modified time | relevance | path

Searched refs:fw (Results 1 – 8 of 8) sorted by relevance

/busybox-1.35.0/examples/var_service/zcip_if/
Dzcip_handler31 svc -u fw
46 svc -u fw
Dfinish13 svc -u fw
/busybox-1.35.0/examples/var_service/dhcp_if/
Ddhcp_handler55 svc -u fw
70 svc -u fw
Dfinish17 svc -u fw
/busybox-1.35.0/examples/var_service/
DREADME107 It saves new config data to /var/run/service/fw/dhcp_if.ipconf and (re)starts
108 /var/service/fw service. This example can be used as a template for other
141 var_service/fw
149 Uses conf/*.ipconf (static config) and /var/run/service/fw/*.ipconf
159 This even works while fw service runs: if dhcp signals fw to (re)start
160 while fw runs, fw will not stop after its execution, but will re-execute once,
165 at the very beginning of fw/run script, not at the end.
167 Therefore, any "sv u fw" command by any other script "undoes" o(ne-shot)
168 command if fw still runs, thus runsv will rerun it; or start it
169 in a normal way if fw is not running.
[all …]
/busybox-1.35.0/coreutils/
Dfactor.c191 half_t fw; in factorize() local
205 fw = factor + wheel_tab[w]; in factorize()
206 if (fw < factor) in factorize()
208 factor = fw; in factorize()
/busybox-1.35.0/examples/var_service/ntpd/
Drun18 test -f /var/run/service/fw/up || exec sleep $net_down_delay
/busybox-1.35.0/util-linux/
Dmdev.c1073 char *fw; in process_action() local
1093 fw = getenv("FIRMWARE"); in process_action()
1111 fw ? " FW:" : "", fw ? fw : "" in process_action()
1119 if (!fw) in process_action()
1125 if (op == OP_add && fw) in process_action()
1126 load_firmware(fw, temp); in process_action()