ESRCH 230 lib/util/util.c return(kill(pid,0) == 0 || errno != ESRCH); ESRCH 299 source3/lib/messages_local.c if (errno == ESRCH) return NT_STATUS_INVALID_HANDLE; ESRCH 1363 source3/lib/util.c return (kill(pid.pid,0) == 0 || errno != ESRCH); ESRCH 230 source3/libsmb/smb_share_modes.c if (kill(sharemodes_procid_to_pid(&pid), 0) == -1 && (errno == ESRCH)) { ESRCH 441 source3/libsmb/smb_share_modes.c if (kill(sharemodes_procid_to_pid(&pid), 0) == -1 && (errno == ESRCH)) { ESRCH 519 source3/libsmb/smb_share_modes.c if (kill(sharemodes_procid_to_pid(&pid), 0) == -1 && (errno == ESRCH)) { ESRCH 73 source3/smbd/connection.c if (cs->Clear && !process_exists(crec->pid) && (errno == ESRCH)) {