Searched refs:pidfile (Results 1 – 2 of 2) sorted by relevance
146 static void daemonize(char *rundir, char *pidfile) argument202 pid_file_handle = open(pidfile, O_RDWR | O_CREAT, 0600);
2249 struct file *pidfile = NULL; in copy_process() local2532 retval = __pidfd_prepare(pid, O_RDWR | O_CLOEXEC, &pidfile); in copy_process()2721 if (pidfile) in copy_process()2722 fd_install(pidfd, pidfile); in copy_process()2744 fput(pidfile); in copy_process()