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

  /external/ppp/pppd/
options.c 638 prio += OPRIO_ROOT;
644 if (prio == OPRIO_CMDLINE && mainopt->priority > OPRIO_ROOT) {
651 if (prio > OPRIO_ROOT && mainopt->priority == OPRIO_CMDLINE)
    [all...]
tty.c 565 prio = privopen? OPRIO_ROOT: tty_options[0].priority;
566 if (prio < OPRIO_ROOT)
570 if (prio < OPRIO_ROOT)
    [all...]
pppd.h 153 #define OPRIO_ROOT 100 /* added to priority if OPT_PRIVFIX && root */
    [all...]

Completed in 228 milliseconds