Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c188 static pid_t charshunt_pid; /* Process ID for charshunt */ variable
1776 if (charshunt_pid)
1777 (void) kill(charshunt_pid, sig);
1800 if (charshunt_pid)
1801 (void) kill(charshunt_pid, sig);
1876 if (charshunt_pid)
1877 (void) kill(charshunt_pid, SIGTERM);
2607 charshunt_pid = cpid;
2621 charshunt_pid = (pid_t)0;