Home
last modified time | relevance | path

Searched refs:lockflag (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c81 bool lockflag = 0; /* Create lock file to lock the serial dev */ variable
216 { "lock", o_bool, &lockflag,
H A Dpppd.h248 extern bool lockflag; /* Create lock file to lock the serial dev */
H A Dmain.c465 lockflag = 0;
650 if (lockflag && !privopen && !direct_tty) {