Home
last modified time | relevance | path

Searched refs:idtype_t (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Dprocset.d22 import core.sys.posix.sys.wait : idtype_t;
39 idtype_t p_lidtype;
41 idtype_t p_ridtype;
45 void setprocset(ref procset_t psp, idop_t op, idtype_t ltype, id_t lid, idtype_t rtype, id_t rid) in setprocset()
H A Dpriocntl.d23 import core.sys.posix.sys.wait : idtype_t;
28 c_long priocntl(idtype_t, id_t, int, ...);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d332 enum idtype_t in version() enum
346 enum idtype_t
361 enum idtype_t
408 enum idtype_t
440 int waitid(idtype_t, id_t, siginfo_t*, int);
444 int waitid(idtype_t, id_t, siginfo_t*, int);
448 int waitid(idtype_t, id_t, siginfo_t*, int);
461 int waitid(idtype_t, id_t, siginfo_t*, int);
465 int waitid(idtype_t, id_t, siginfo_t*, int);
469 int waitid(idtype_t, id_t, siginfo_t*, int);
[all …]
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Ddecosf215 ! extern int waitid(idtype_t, id_t, siginfo_t *, int);
23 ! extern int waitid(idtype_t, pid_t, siginfo_t *, int);
34 idtype_t p_lidtype; /* The id type for the left set. */
37 idtype_t p_ridtype; /* The id type of for right set. */
45 idtype_t p_lidtype; /* The id type for the left set. */
48 idtype_t p_ridtype; /* The id type of for right set. */
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dprocset.h91 } idtype_t;
132 idtype_t p_lidtype;
137 idtype_t p_ridtype;
167 extern id_t getmyid(idtype_t);
H A Dprocessor.h121 extern int processor_bind(idtype_t idtype, id_t id,
/netbsd-src/sys/sys/
H A Dpset.h44 int pset_bind(psetid_t, idtype_t, id_t, psetid_t *);
50 int _pset_bind(idtype_t, id_t, id_t, psetid_t, psetid_t *);
H A Dwait.h205 int waitid(idtype_t, id_t, siginfo_t *, int);
210 pid_t wait6(idtype_t, id_t, int *, int, struct wrusage *, siginfo_t *);
H A Didtype.h60 } idtype_t; typedef
H A Dproc.h523 int do_sys_waitid(idtype_t, id_t, int *, int *, int, struct wrusage *,
H A Dsyscallargs.h2690 syscallarg(idtype_t) idtype;
3202 syscallarg(idtype_t) idtype;
3213 syscallarg(idtype_t) idtype;
/netbsd-src/sys/kern/
H A Dkern_exit.c121 static int find_stopped_child(struct proc *, idtype_t, id_t, int,
660 do_sys_waitid(idtype_t idtype, id_t id, int *pid, int *status, int options, in do_sys_waitid()
704 idtype_t idtype; in do_sys_wait()
774 idtype_t idtype; in sys_wait6()
831 match_process(const struct proc *pp, struct proc **q, idtype_t idtype, id_t id, in match_process()
947 debugged_child_exists(idtype_t idtype, id_t id, int options, siginfo_t *si, in debugged_child_exists()
1008 find_stopped_child(struct proc *parent, idtype_t idtype, id_t id, int options, in find_stopped_child()
/netbsd-src/lib/librt/
H A Dpset.c44 pset_bind(psetid_t psid, idtype_t idtype, id_t id, psetid_t *opsid) in pset_bind()
/netbsd-src/lib/libc/gen/
H A Dwaitid.c48 waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags) in __weak_alias()
/netbsd-src/usr.sbin/psrset/
H A Dpsrset.c224 if (pset_bind(psid, P_PID, (idtype_t)getint(*argv), NULL)) in cmd_b()
378 if (pset_bind(PS_NONE, P_PID, (idtype_t)getint(*argv), NULL)) in cmd_u()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_wait.c93 idtype_t idtype = SCARG(uap, idtype); in netbsd32_wait6()
H A Dnetbsd32_syscallargs.h2191 syscallarg(idtype_t) idtype;
2660 syscallarg(idtype_t) idtype;
2670 syscallarg(idtype_t) idtype;
/netbsd-src/include/
H A Dtime.h164 int clock_getcpuclockid2(idtype_t, id_t, clockid_t *);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d162 import core.sys.posix.sys.wait : idtype_t; in version()
675 if (priocntl(idtype_t.P_PID, P_MYID, PC_GETPARMS, &pcParms) == -1) in loadPriorities()
680 if (priocntl(idtype_t.P_PID, 0, PC_GETCLINFO, &pcInfo) == -1) in loadPriorities()
855 if (priocntl(idtype_t.P_LWPID, P_MYID, PC_GETPARMS, &pcparm) == -1) in version()
864 if (priocntl(idtype_t.P_LWPID, P_MYID, PC_SETPARMS, &pcparm) == -1) in version()
/netbsd-src/sys/rump/include/rump/
H A Drump_syscalls.h1075 int rump_sys_clock_getcpuclockid2(idtype_t, id_t, clockid_t *) __RENAME(RUMP_SYS_RENAME_CLOCK_GETCPUCLOCKID2);
/netbsd-src/sys/compat/linux/common/
H A Dlinux_misc.c282 idtype_t idtype; in linux_sys_waitid()
/netbsd-src/sys/rump/librump/rumpkern/
H A Drump_syscalls.c6435 int rump___sysimpl_clock_getcpuclockid2(idtype_t, id_t, clockid_t *);
6437 rump___sysimpl_clock_getcpuclockid2(idtype_t idtype, id_t id, clockid_t * clock_id) in rump___sysimpl_clock_getcpuclockid2()