Searched refs:id_t (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dtypes.h56 typedef id_t taskid_t;
57 typedef id_t projid_t;
58 typedef id_t poolid_t;
59 typedef id_t zoneid_t;
60 typedef id_t ctid_t;
/freebsd-10.0-release/sys/sys/
H A Dprocctl.h50 int procctl(idtype_t, id_t, int, void *);
H A Dcpuset.h132 int cpuset_setid(cpuwhich_t, id_t, cpusetid_t);
133 int cpuset_getid(cpulevel_t, cpuwhich_t, id_t, cpusetid_t *);
134 int cpuset_getaffinity(cpulevel_t, cpuwhich_t, id_t, size_t, cpuset_t *);
135 int cpuset_setaffinity(cpulevel_t, cpuwhich_t, id_t, size_t, const cpuset_t *);
H A Dwait.h123 } idtype_t; /* The type of id_t we are using. */
149 int waitid(idtype_t, id_t, struct __siginfo *, int);
156 pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
H A Dtypes.h138 typedef __id_t id_t; /* can hold a uid_t or pid_t */ typedef
H A Dsyscallsubr.h81 int kern_clock_getcpuclockid2(struct thread *td, id_t id, int which,
170 int kern_procctl(struct thread *td, enum idtype idtype, id_t id, int com,
255 int kern_wait6(struct thread *td, enum idtype idtype, id_t id, int *status,
H A Dsysproto.h741 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)];
1525 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)];
1531 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)];
1537 char id_l_[PADL_(id_t)]; id_
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dprocset.h125 id_t p_lid; /* The id of the left operand. */
130 id_t p_rid; /* The id of the right operand. */
157 extern id_t getmyid(idtype_t);
H A Dprocessor.h120 extern int processor_bind(idtype_t idtype, id_t id,
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c70 id_t id;
78 static const char * lookup_gname_helper(struct name_cache *, id_t gid);
79 static const char * lookup_uname_helper(struct name_cache *, id_t uid);
143 const char * (*lookup_fn)(struct name_cache *, id_t), id_t id)
182 &lookup_uname_helper, (id_t)uid));
187 lookup_uname_helper(struct name_cache *cache, id_t id)
232 lookup_uname_helper(struct name_cache *cache, id_t id)
250 &lookup_gname_helper, (id_t)gid));
255 lookup_gname_helper(struct name_cache *cache, id_t i
[all...]
H A Darchive_write_disk_set_standard_lookup.c56 id_t id;
/freebsd-10.0-release/lib/libc/gen/
H A Dwaitid.c42 __waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags)
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.h61 id_t dx_id; /* global translator id */
78 extern dt_xlator_t *dt_xlator_lookup_id(dtrace_hdl_t *, id_t);
H A Ddt_provider.h97 extern int dt_provider_xref(dtrace_hdl_t *, dt_provider_t *, id_t);
/freebsd-10.0-release/usr.bin/protect/
H A Dprotect.c50 static id_t
73 id_t id;
/freebsd-10.0-release/usr.bin/rctl/
H A Drctl.c52 static id_t
55 id_t id;
73 static id_t
76 id_t id;
100 id_t id;
191 id_t id;
/freebsd-10.0-release/cddl/lib/libdtrace/
H A Dpsinfo.d66 id_t pr_lwpid; /* thread ID. */
/freebsd-10.0-release/contrib/gcc/
H A Dsys-types.h119 typedef int id_t; typedef
/freebsd-10.0-release/contrib/libarchive/cpio/
H A Dcpio.c98 id_t id;
113 const char **name, id_t gid);
116 const char **name, id_t uid);
1290 int (*lookup_fn)(struct cpio *, const char **, id_t), id_t id)
1343 &lookup_uname_helper, (id_t)uid));
1347 lookup_uname_helper(struct cpio *cpio, const char **name, id_t id)
1371 &lookup_gname_helper, (id_t)gid));
1375 lookup_gname_helper(struct cpio *cpio, const char **name, id_t id)
/freebsd-10.0-release/sys/kern/
H A Dkern_exit.c714 id_t id;
875 proc_to_reap(struct thread *td, struct proc *p, idtype_t idtype, id_t id,
1026 id_t id;
1039 id = (id_t)-pid;
1042 id = (id_t)pid;
1062 kern_wait6(struct thread *td, idtype_t idtype, id_t id, int *status,
1076 id = (id_t)q->p_pgid;
H A Dkern_cpuset.c399 cpuset_which(cpuwhich_t which, id_t id, struct proc **pp, struct thread **tdp,
857 id_t id;
884 id_t id;
940 id_t id;
1030 id_t id;
/freebsd-10.0-release/lib/libc/posix1e/
H A Dacl_from_text_nfs4.c168 id_t id;
/freebsd-10.0-release/usr.bin/xinstall/
H A Dxinstall.c138 static int parseid(const char *, id_t *);
302 id_t id;
312 id_t id;
483 parseid(const char *name, id_t *id)
487 *id = (id_t)strtoul(name, &ep, 10);
/freebsd-10.0-release/usr.bin/cpuset/
H A Dcpuset.c60 static id_t id;
/freebsd-10.0-release/contrib/ntp/include/
H A Dl_stdlib.h136 extern int setpriority P((int, id_t, int));

Completed in 175 milliseconds

12