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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Drules.c318 int i, last_rv; local
325 last_rv = 0;
336 if (last_rv != 0)
343 if (last_rv != 0)
347 last_rv = make_dev_from_event(event, rule->actions[i].parameter[0], strtoul(rule->actions[i].parameter[1], NULL, 0));
350 last_rv = chmod(rule->actions[i].parameter[0], strtoul(rule->actions[i].parameter[1], NULL, 0));
354 last_rv = chown_chgrp(rule->actions[i].type, rule->actions[i].parameter[0], rule->actions[i].parameter[1]);
357 last_rv = make_symlink(event, rule->actions[i].parameter[0], rule->actions[i].parameter[1]);
360 last_rv = exec_shell(event, rule->actions[i].parameter[0]);
363 last_rv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dqdos.c820 int last_rv = 0; local
860 last_rv = (rv == -1 ? ZE_OPEN : ZE_OK);
875 last_rv = rv;
878 return last_rv;

Completed in 109 milliseconds