HomeSort by: relevance | last modified time | path
    Searched refs:idtype_t (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/sys/
pset.h 44 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 *);
idtype.h 60 } idtype_t; typedef in typeref:enum:__anone974264e0103
wait.h 205 int waitid(idtype_t, id_t, siginfo_t *, int);
210 pid_t wait6(idtype_t, id_t, int *, int, struct wrusage *, siginfo_t *);
proc.h 523 int do_sys_waitid(idtype_t, id_t, int *, int *, int, struct wrusage *,
syscallargs.h 2690 syscallarg(idtype_t) idtype;
3202 syscallarg(idtype_t) idtype;
3213 syscallarg(idtype_t) idtype;
  /src/lib/librt/
pset.c 44 pset_bind(psetid_t psid, idtype_t idtype, id_t id, psetid_t *opsid)
  /src/lib/libc/gen/
waitid.c 48 waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags)
  /src/usr.sbin/psrset/
psrset.c 224 if (pset_bind(psid, P_PID, (idtype_t)getint(*argv), NULL))
378 if (pset_bind(PS_NONE, P_PID, (idtype_t)getint(*argv), NULL))
  /src/sys/kern/
kern_exit.c 123 static int find_stopped_child(struct proc *, idtype_t, id_t, int,
662 do_sys_waitid(idtype_t idtype, id_t id, int *pid, int *status, int options,
706 idtype_t idtype;
767 syscallarg(idtype_t) idtype;
776 idtype_t idtype;
833 match_process(const struct proc *pp, struct proc **q, idtype_t idtype, id_t id,
949 debugged_child_exists(idtype_t idtype, id_t id, int options, siginfo_t *si,
1010 find_stopped_child(struct proc *parent, idtype_t idtype, id_t id, int options,
  /src/sys/compat/netbsd32/
netbsd32_wait.c 86 syscallarg(idtype_t) idtype;
93 idtype_t idtype = SCARG(uap, idtype);
netbsd32_syscallargs.h 2191 syscallarg(idtype_t) idtype;
2660 syscallarg(idtype_t) idtype;
2670 syscallarg(idtype_t) idtype;
  /src/include/
time.h 164 int clock_getcpuclockid2(idtype_t, id_t, clockid_t *);
  /src/sys/rump/include/rump/
rump_syscalls.h 1075 int rump_sys_clock_getcpuclockid2(idtype_t, id_t, clockid_t *) __RENAME(RUMP_SYS_RENAME_CLOCK_GETCPUCLOCKID2);
  /src/sys/compat/linux/common/
linux_misc.c 282 idtype_t idtype;
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 6435 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)

Completed in 28 milliseconds