Home
last modified time | relevance | path

Searched refs:pid_t (Results 126 – 150 of 1266) sorted by relevance

12345678910>>...51

/freebsd/lib/libproc/
H A Dproc_create.c50 static int proc_init(pid_t, int, int, struct proc_handle **);
72 proc_init(pid_t pid, int flags, int status, struct proc_handle **pphdl) in proc_init()
126 proc_attach(pid_t pid, int flags, struct proc_handle **pphdl) in proc_attach()
183 pid_t pid; in proc_create()
/freebsd/contrib/ntp/html/hints/
H A Ddecosf223 ! extern int waitid(idtype_t, pid_t, siginfo_t *, int);
46 ! pid_t p_lid; /* The id for the left set. */
49 ! pid_t p_rid; /* The id of the right set. */
/freebsd/tools/test/stress2/misc/
H A Dkevent4.sh86 add_watch(pid_t pid)
118 pid_t pid;
167 pid_t parent = atoi(argv[1]);
H A Dkinfo2.sh83 pid_t r;
110 pid_t pid;
167 pid_t r;
/freebsd/contrib/kyua/utils/
H A Dstream_test.cpp44 const pid_t pid = atf::utils::fork(); in ATF_TEST_CASE_BODY()
59 const pid_t pid = atf::utils::fork(); in ATF_TEST_CASE_BODY()
74 const pid_t pid = atf::utils::fork(); in ATF_TEST_CASE_BODY()
/freebsd/usr.sbin/autofs/
H A Dpopen.c61 pid_t pid;
78 pid_t pid; in auto_popen()
150 pid_t pid; in auto_pclose()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h63 typedef long pid_t; typedef
70 extern int kill(pid_t pid, int sig);
/freebsd/sys/sys/
H A Dthr.h68 typedef __pid_t pid_t; typedef
78 int thr_kill2(pid_t pid, long id, int sig);
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpid.h65 extern struct task_struct *linux_pid_task(pid_t);
66 extern struct task_struct *linux_get_pid_task(pid_t);
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedPlatformInterface.h29 virtual StructuredData::DictionarySP GetProcessInfo(lldb::pid_t) { in GetProcessInfo() argument
41 virtual Status KillProcess(lldb::pid_t pid) { in KillProcess()
/freebsd/lib/libc/gen/
H A Dposix_spawn.c48 pid_t sa_pgroup;
274 do_posix_spawn(pid_t *pid, const char *path, in do_posix_spawn()
280 pid_t p; in do_posix_spawn()
373 posix_spawn(pid_t *pid, const char *path, in posix_spawn()
382 posix_spawnp(pid_t *pid, const char *path, in posix_spawnp()
604 pid_t * __restrict pgroup) in posix_spawnattr_getpgroup()
655 posix_spawnattr_setpgroup(posix_spawnattr_t *sa, pid_t pgroup) in posix_spawnattr_setpgroup()
/freebsd/crypto/openssh/
H A Dsandbox-rlimit.c40 pid_t child_pid;
91 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h33 lldb::pid_t GetProcessID();
51 lldb::pid_t GetParentProcessID();
/freebsd/tests/sys/kern/
H A Dreaper.c45 pid_t parent, child, grandchild, pid; in ATF_TC_BODY()
98 pid_t parent, child, grandchild, pid; in ATF_TC_BODY()
146 pid_t parent, child, grandchild, pid; in ATF_TC_BODY()
233 pid_t parent, child, grandchild, pid; in ATF_TC_BODY()
296 pid_t parent, child, pid; in ATF_TC_BODY()
380 pid_t parent, child, grandchild, pid; in ATF_TC_BODY()
533 pid_t parent; in ATF_TC_BODY()
550 pid_t parent; in ATF_TC_BODY()
567 pid_t parent; in ATF_TC_BODY()
587 pid_t parent, child, grandchild, pid; in ATF_TC_BODY()
[all …]
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_fork.c54 static pid_t parent;
78 pid_t fork_pid; in ATF_TC_BODY()
/freebsd/sys/fs/fuse/
H A Dfuse_io.h72 struct ucred *cred, struct fuse_filehandle *fufh, pid_t pid);
77 struct ucred *cred, struct fuse_filehandle *fufh, int ioflag, pid_t pid);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h348 pid_t ki_pid;
349 pid_t ki_ppid;
350 pid_t ki_pgid;
351 pid_t ki_tpgid;
352 pid_t ki_sid;
353 pid_t ki_tsid;
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getlogin.c88 pid_t pid; in ATF_TC_BODY()
129 pid_t pid; in ATF_TC_BODY()
192 pid_t pid; in ATF_TC_BODY()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h208 static constexpr lldb::pid_t AllProcesses = UINT64_MAX;
214 std::optional<std::pair<lldb::pid_t, lldb::tid_t>>
215 GetPidTid(lldb::pid_t default_pid);
/freebsd/tools/regression/netinet/tcpsockclosebeforeaccept/
H A Dtcpsockclosebeforeaccept.c68 tcp_server(pid_t partner) in tcp_server()
115 tcp_client(pid_t partner, int dropflag) in tcp_client()
167 pid_t child_pid, parent_pid; in main()
/freebsd/usr.bin/login/
H A Dlogin_audit.c68 pid_t pid = getpid(); in au_login_success()
120 pid_t pid = getpid(); in au_login_fail()
176 pid_t pid = getpid(); in audit_logout()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h159 lldb::TargetSP FindTargetWithProcessID(lldb::pid_t pid) const;
178 uint32_t SendAsyncInterrupt(lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
180 uint32_t SignalIfRunning(lldb::pid_t pid, int signo);
/freebsd/contrib/atf/atf-c++/
H A Dutils.hpp43 pid_t fork(void);
48 void wait(const pid_t, const int, const std::string&, const std::string&);
/freebsd/lib/libc/posix1e/
H A Dmac_get.c41 extern int __mac_get_pid(pid_t pid, struct mac *mac_p);
75 mac_get_pid(pid_t pid, struct mac *label) in mac_get_pid()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.h39 StructuredData::DictionarySP GetProcessInfo(lldb::pid_t) override;
45 Status KillProcess(lldb::pid_t pid) override;

12345678910>>...51