Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2211 static int runcount = 0; local
2213 if (runcount < 2) {
2215 (void) kill(chp->pid, runcount == 0 ? SIGTERM : SIGKILL);
2221 runcount++;