Searched refs:pid_t (Results 1 - 25 of 997) sorted by relevance

1234567891011>>

/macosx-10.10/postfix-255/postfix/src/util/
H A Dtimed_wait.h17 extern int timed_waitpid(pid_t, WAIT_STATUS_T *, int, int);
/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_pid_t.h30 typedef __darwin_pid_t pid_t; typedef
/macosx-10.10/xnu-2782.1.97/osfmk/kperf/
H A Dkperfbsd.h34 extern int kperf_bless_pid(pid_t newpid);
/macosx-10.10/OpenSSH-189/openssh/
H A Dsshlogin.h15 void record_login(pid_t, const char *, const char *, uid_t,
17 void record_logout(pid_t, const char *, const char *);
21 void record_utmp_only(pid_t, const char *, const char *, const char *,
H A Dserverloop.h24 void server_loop(pid_t, int, int, int);
H A Dssh-sandbox.h23 void ssh_sandbox_parent_preauth(struct ssh_sandbox *, pid_t);
/macosx-10.10/Libc-1044.1.2/emulated/
H A Dtcgetsid.c31 pid_t
34 pid_t sid;
37 return ((pid_t)-1);
/macosx-10.10/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/
H A Dapplication.h26 CFBundleRef _ApplicationCopyBundle( pid_t processID );
28 CFStringRef _ApplicationCopyIdentifier( pid_t processID );
H A Dauthorize.h26 IOReturn _Authorize( io_service_t service, uint64_t options, pid_t processID, uint64_t authorizationID );
/macosx-10.10/apache-793/httpd/os/bs2000/
H A Dos.h37 extern pid_t os_fork(const char *user);
/macosx-10.10/ruby-106/ruby/nacl/
H A Dsignal.h5 int kill(pid_t pid, int signal);
H A Dunistd.h5 int seteuid(pid_t pid);
6 int setegid(pid_t pid);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dlctx.h11 static __inline pid_t
12 getlcid(pid_t pid)
18 setlcid(pid_t pid, pid_t lcid)
/macosx-10.10/uucp-11/uucp/unix/
H A Disfork.c10 pid_t
14 pid_t iret;
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/
H A Dkill.c26 extern int __kill(pid_t pid, int sig, int posix);
36 kill(pid_t pid, int sig)
/macosx-10.10/Libc-1044.1.2/compat-43/FreeBSD/
H A Dsetpgrp.c40 pid_t
43 pid_t pgid = getpgrp();
44 pid_t pid = getpid();
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/libproc/
H A Dlibproc_internal.h35 int proc_clear_vmpressure(pid_t pid);
56 int proc_disable_apptype(pid_t pid, int apptype);
57 int proc_enable_apptype(pid_t pid, int apptype);
80 int proc_set_cpumon_params(pid_t pid, int percentage, int interval) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
81 int proc_get_cpumon_params(pid_t pid, int *percentage, int *interval) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
82 int proc_set_cpumon_defaults(pid_t pid) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
83 int proc_disable_cpumon(pid_t pid) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
85 int proc_set_wakemon_params(pid_t pid, int rate_hz, int flags) __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_7_0);
86 int proc_get_wakemon_params(pid_t pid, int *rate_hz, int *flags) __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_7_0);
87 int proc_set_wakemon_defaults(pid_t pi
[all...]
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-nextstep.h42 pid_t posix_wait(int *);
46 pid_t getppid(void);
53 int tcsetpgrp(int, pid_t);
H A Dbsd-waitpid.c32 pid_t
36 pid_t wait_pid;
H A Dport-solaris.h27 void solaris_contract_post_fork_parent(pid_t pid);
/macosx-10.10/apache-793/httpd/os/unix/
H A Dos.h48 pid_t os_fork(const char *user);
/macosx-10.10/BerkeleyDB-21/db/os_brew/
H A Dos_pid.c20 pid_t *pidp;
29 *pidp = (pid_t)ISHELL_ActiveApplet(app->m_pIShell);
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDADissenter.h38 extern pid_t DADissenterGetProcessID( DADissenterRef dissenter );
42 extern void DADissenterSetProcessID( DADissenterRef dissenter, pid_t pid );
/macosx-10.10/WebKit2-7600.1.25/Platform/
H A DPlatformProcessIdentifier.h37 typedef pid_t PlatformProcessIdentifier;
41 typedef pid_t PlatformProcessIdentifier;
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dwaitpid.c19 to get the definition of "pid_t" before you include <sys/wait.h>. */
26 pid_t
27 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED)

Completed in 170 milliseconds

1234567891011>>