Home
last modified time | relevance | path

Searched defs:pid (Results 126 – 150 of 812) sorted by relevance

12345678910>>...33

/freebsd/tests/sys/kern/
H A Dwaitpid_nohang.c37 pid_t child, pid; in ATF_TC_BODY() local
H A Dkill_zombie.c37 pid_t child, pid; in ATF_TC_BODY() local
/freebsd/tests/sys/vm/
H A Dshared_shadow_inval_test.c131 pid_t pid = fork(); in child_fork() local
188 pid_t mypid, oldval, pid; in child() local
317 pid_t pid; in do_one_shared_shadow_inval() local
/freebsd/contrib/atf/atf-c/
H A Dutils.c57 init_out_filename(atf_dynstr_t *name, const pid_t pid, const char *suffix, in init_out_filename()
257 const pid_t pid = fork(); in atf_utils_fork() local
425 atf_utils_wait(const pid_t pid, const int exitstatus, const char *expout, in atf_utils_wait()
/freebsd/sys/fs/fuse/
H A Dfuse_io.c127 struct ucred *cred, struct fuse_filehandle *fufh, pid_t pid) in fuse_read_biobackend()
471 struct ucred *cred, struct fuse_filehandle *fufh, int ioflag, pid_t pid) in fuse_write_biobackend()
749 pid_t pid = 0; in fuse_io_strategy() local
H A Dfuse_vnops.c269 struct ucred *cred, pid_t pid) in fuse_filehandle_get_dir()
278 fuse_flush(struct vnode *vp, struct ucred *cred, pid_t pid, int fflag) in fuse_flush()
381 pid_t pid, off_t *offp, int whence) in fuse_vnop_do_lseek()
482 pid_t pid = td->td_proc->p_pid; in fuse_vnop_advlock() local
605 pid_t pid = curthread->td_proc->p_pid; in fuse_vnop_allocate() local
799 pid_t pid = td->td_proc->p_pid; in fuse_vnop_close() local
877 pid_t pid; in fuse_vnop_copy_file_range() local
1307 pid_t pid = ap->a_td->td_proc->p_pid; in fuse_vnop_ioctl() local
1759 pid_t pid = td->td_proc->p_pid; in fuse_vnop_open() local
1877 pid_t pid = curthread->td_proc->p_pid; in fuse_vnop_read() local
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kill.c54 pid_t pid; in ATF_TC_BODY() local
89 pid_t pid; in ATF_TC_BODY() local
H A Dt_mkfifo.c76 pid_t pid; in ATF_TC_BODY() local
162 pid_t pid; in ATF_TC_BODY() local
/freebsd/sys/kern/
H A Dkern_tslog.c150 tslog_user(pid_t pid, pid_t ppid, const char * execname, const char * namei) in tslog_user()
196 pid_t pid; in sysctl_debug_tslog_user() local
/freebsd/usr.sbin/rpc.ypupdated/
H A Dupdate.c91 pid_t pid; in mapupdate() local
141 pid_t pid; in _openchild() local
/freebsd/contrib/pf/pflogd/
H A Dpidfile.c62 pid_t pid; in pidfile() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedPlatformInterface.h
/freebsd/usr.bin/tip/tip/
H A Duucplock.c59 pid_t pid; in uu_lock() local
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_logging.c946 pmclog_process_map_in(struct pmc_owner *po, pid_t pid, uintfptr_t start, in pmclog_process_map_in()
966 pmclog_process_map_out(struct pmc_owner *po, pid_t pid, uintfptr_t start, in pmclog_process_map_out()
1017 pmclog_process_pmcattach(struct pmc *pm, pid_t pid, char *path) in pmclog_process_pmcattach()
1037 pmclog_process_pmcdetach(struct pmc *pm, pid_t pid) in pmclog_process_pmcdetach()
1100 pmclog_process_procexec(struct pmc_owner *po, pmc_id_t pmid, pid_t pid, in pmclog_process_procexec()
1161 pmclog_process_sysexit(struct pmc_owner *po, pid_t pid) in pmclog_process_sysexit()
/freebsd/contrib/netbsd-tests/lib/libc/termios/
H A Dt_tcsetpgrp.c51 pid_t pid; in ATF_TC_BODY() local
/freebsd/tools/regression/sockets/listen_kqueue/
H A Dlisten_kqueue.c52 int kq, sock, opt, pid, nev, fd; in main() local
/freebsd/tools/regression/sockets/pr_atomic/
H A Dpr_atomic.c56 pid_t pid; in main() local
/freebsd/tests/sys/kqueue/
H A Dkqueue_fork.c45 pid_t pid; in ATF_TC_BODY() local
/freebsd/sbin/hastd/
H A Dhastd.c307 child_exit_log(unsigned int pid, int status) in child_exit_log()
327 pid_t pid; in child_exit() local
752 pid_t pid; in listen_accept() local
/freebsd/lib/libdpv/
H A Dutil.c58 shell_spawn_pipecmd(const char *cmd, const char *label, pid_t *pid) in shell_spawn_pipecmd()
/freebsd/tools/regression/sockets/unix_close_race/
H A Dunix_close_race.c64 int listenfd, connfd, pid; in main() local
/freebsd/usr.bin/truss/
H A Dmain.c73 pid_t pid; in main() local
/freebsd/tests/sys/file/
H A Dnewfileops_on_fork_test.c73 int pid; in do_fork() local
/freebsd/usr.bin/diff/
H A Dpr.c48 pid_t pid; in start_pr() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp318 lldb::pid_t pid, ProcessInstanceInfo &process_info) { in GetProcessInfo()
389 const auto pid = m_gdb_client_up->GetCurrentProcessID(false); in LaunchProcess() local
406 Status PlatformRemoteGDBServer::KillProcess(const lldb::pid_t pid) { in KillProcess()
453 bool PlatformRemoteGDBServer::LaunchGDBServer(lldb::pid_t &pid, in LaunchGDBServer()
485 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess()

12345678910>>...33