Home | History | Annotate | Download | only in src

Lines Matching defs:pid

58 static volatile pid_t pid = 0;
113 umask(022); /* known umask, create leases and pid files as 0644 */
298 pid_t pid;
304 if ((pid = fork()) == -1)
308 if (pid != 0)
328 if ((pid = fork()) == -1)
331 if (pid != 0)
574 pid = getpid();
714 if (pid == 0)
721 else if (pid != getpid())