Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:pid

191 	pid_t pid;
211 switch (pid = fork()) {
237 if (pid != 0) {
238 writepid(*state->pid_fd, pid);
244 if (pid == 0) {