HomeSort by relevance Sort by last modified time
    Searched refs:OPRIO_ROOT (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
tty.c 569 prio = privopen? OPRIO_ROOT: tty_options[0].priority;
570 if (prio < OPRIO_ROOT && seteuid(uid) == -1) {
578 if (prio < OPRIO_ROOT && seteuid(0) == -1)
    [all...]
options.c 664 prio += OPRIO_ROOT;
670 if (prio == OPRIO_CMDLINE && mainopt->priority > OPRIO_ROOT) {
677 if (prio > OPRIO_ROOT && mainopt->priority == OPRIO_CMDLINE)
    [all...]
pppd.h 153 #define OPRIO_ROOT 100 /* added to priority if OPT_PRIVFIX && root */
    [all...]

Completed in 90 milliseconds