Home | History | Annotate | Download | only in src

Lines Matching refs: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)
568 pid = getpid();
708 if (pid == 0)
715 else if (pid != getpid())