HomeSort by relevance Sort by last modified time
    Searched full:lockflag (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
tty.c 142 bool lockflag = 0; /* Create lock file to lock the serial dev */ variable
177 { "lock", o_bool, &lockflag,
179 { "nolock", o_bool, &lockflag,
481 lockflag = 0;
548 if (lockflag && !privopen) {
    [all...]
pppd.h 286 extern bool lockflag; /* Create lock file to lock the serial dev */
    [all...]

Completed in 78 milliseconds