Searched refs:pidfile (Results 1 – 5 of 5) sorted by relevance
400 local pidfile402 pidfile=$(mktemp "${PIDFILE_TEMPLATE}")403 PIDFILES["${pidfile}"]=1405 echo "${pidfile}"409 local pidfile411 for pidfile in "$@"; do412 if [[ -s "${pidfile}" ]]; then413 pkill -SIGTERM -F "${pidfile}" > /dev/null 2>&1416 if [[ -e "${pidfile}" ]]; then417 rm -f "${pidfile}"[all …]
147 static void daemonize(char *rundir, char *pidfile) argument203 pid_file_handle = open(pidfile, O_RDWR | O_CREAT, 0600);
156 if ! $qemu -enable-kvm -display none -daemonize -pidfile "${qemu_pid_file}" -monitor none; then
440 with open(f'{cgroup}/cgroup.procs') as pidfile:441 for line in pidfile.readlines():
1978 struct file *pidfile = NULL; in copy_process() local2305 retval = pidfd_prepare(pid, flags, &pidfile); in copy_process()2516 if (pidfile) in copy_process()2517 fd_install(pidfd, pidfile); in copy_process()2544 fput(pidfile); in copy_process()