HomeSort by: relevance | last modified time | path
    Searched refs:id_t (Results 1 - 25 of 47) sorted by relevancy

1 2

  /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 *);
quota.h 42 #define QUOTA_DEFAULTID ((id_t)-1)
66 id_t qk_id; /* actual id number */
resource.h 154 int getpriority(int, id_t);
159 int setpriority(int, id_t, int);
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 *);
types.h 165 typedef uint32_t id_t; /* group id, process id or user id */ typedef in typeref:typename:uint32_t
proc.h 523 int do_sys_waitid(idtype_t, id_t, int *, int *, int, struct wrusage *,
  /src/lib/libc/sys/
clock_getcpuclockid.c 46 if (clock_getcpuclockid2(P_PID, (id_t)pid, clock_id) == -1)
  /src/lib/librt/
pset.c 44 pset_bind(psetid_t psid, idtype_t idtype, id_t id, psetid_t *opsid)
  /src/lib/libpthread/
pthread_getcpuclockid.c 55 if (clock_getcpuclockid2(P_LWPID, (id_t)thread->pt_lid, clock_id) == -1)
  /src/usr.bin/renice/
renice.c 55 static int donice(int, id_t, int, int);
68 id_t who = 0;
103 who = (id_t)pwd->pw_uid;
115 who = (id_t)twho;
145 donice(int which, id_t who, int prio, int incr)
  /src/lib/libc/gen/
waitid.c 48 waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags)
  /src/sys/kern/
subr_kmem.c 107 const id_t *kc_alloc_probe_id;
108 const id_t *kc_free_probe_id;
238 static const id_t **const kmem_cache_alloc_probe_id = NULL;
239 static const id_t **const kmem_cache_big_alloc_probe_id = NULL;
240 static const id_t **const kmem_cache_free_probe_id = NULL;
241 static const id_t **const kmem_cache_big_free_probe_id = NULL;
248 static const id_t *kmem_cache_alloc_probe_id[KMEM_CACHE_COUNT];
249 static const id_t *kmem_cache_big_alloc_probe_id[KMEM_CACHE_COUNT];
250 static const id_t *kmem_cache_free_probe_id[KMEM_CACHE_COUNT];
251 static const id_t *kmem_cache_big_free_probe_id[KMEM_CACHE_COUNT]
    [all...]
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,
707 id_t id;
721 id = (id_t)-*pid;
724 id = (id_t)*pid;
768 syscallarg(id_t) id;
778 id_t id;
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
    [all...]
sys_pset.c 417 syscallarg(id_t) first_id;
418 syscallarg(id_t) second_id;
425 id_t id1, id2;
  /src/usr.bin/quota/
quota.c 89 static struct quotause *getprivs(id_t, int);
90 static void heading(int, const char *, id_t, const char *, const char *);
95 static void showonequota(int, const char *, id_t, const char *,
97 static void showquotas(int, const char *, id_t, const char *);
320 showquotas(int idtype, const char *idtypename, id_t id, const char *idname)
338 showonequota(int idtype, const char *idtypename, id_t id, const char *idname,
408 heading(int idtype, const char *idtypename, id_t id, const char *idname,
479 getprivs(id_t id, int idtype)
  /src/sbin/chown/
chown.c 65 static id_t id(const char *, const char *);
290 static id_t
293 id_t val;
299 val = (id_t)strtoul(name, &ep, 10);
  /src/sys/compat/netbsd32/
netbsd32_wait.c 87 syscallarg(id_t) id;
94 id_t id = SCARG(uap, id);
  /src/lib/libc/posix1e/
acl_from_text_nfs4.c 175 id_t id;
  /src/usr.bin/xinstall/
xinstall.c 170 static int parseid(const char *, id_t *);
358 id_t id;
367 id_t id;
448 parseid(const char *name, id_t *id)
453 *id = (id_t)strtoul(name, &ep, 10);
1213 id_t id;
  /src/sys/ufs/ufs/
ufs_quota2.c 112 id_t *id, int objtype, struct quotaval *ret)
686 id_t id;
841 id_t id2;
879 id_t id2;
1073 q2cursor_addid(struct q2cursor_state *state, int idtype, id_t id)
1103 id_t id;
1227 id_t loadedid, id;
  /src/include/
time.h 164 int clock_getcpuclockid2(idtype_t, id_t, clockid_t *);
  /src/sys/ufs/lfs/
ulfs_quota2.c 117 id_t *id, int objtype, struct quotaval *ret)
684 id_t id;
836 id_t id2;
875 id_t id2;
1069 q2cursor_addid(struct q2cursor_state *state, int idtype, id_t id)
1099 id_t id;
1225 id_t loadedid, id;
ulfs_quota.c 393 id_t kauth_id;
442 id_t kauth_id;
  /src/usr.sbin/quotarestore/
quotarestore.c 198 getid(const char *name, int idtype, id_t *ret)
  /src/usr.sbin/repquota/
repquota.c 423 id_t id;

Completed in 25 milliseconds

1 2