Searched refs:fw (Results 1 – 8 of 8) sorted by relevance
31 svc -u fw46 svc -u fw
13 svc -u fw
55 svc -u fw70 svc -u fw
17 svc -u fw
107 It saves new config data to /var/run/service/fw/dhcp_if.ipconf and (re)starts108 /var/service/fw service. This example can be used as a template for other141 var_service/fw149 Uses conf/*.ipconf (static config) and /var/run/service/fw/*.ipconf159 This even works while fw service runs: if dhcp signals fw to (re)start160 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 it169 in a normal way if fw is not running.[all …]
191 half_t fw; in factorize() local205 fw = factor + wheel_tab[w]; in factorize()206 if (fw < factor) in factorize()208 factor = fw; in factorize()
18 test -f /var/run/service/fw/up || exec sleep $net_down_delay
1073 char *fw; in process_action() local1093 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()