Home | History | Annotate | Download | only in pending

Lines Matching defs:pid

302  * Writes self PID in file PATH
548 {"pidfile" , strinvar , (void*)&gconfig.pidfile , "/var/run/dhcpd.pid"}, //DPID_FILE
835 pid_t pid;
843 pid = vfork();
844 if (pid < 0) {
848 if (!pid) {
854 waitpid(pid, NULL, 0);