| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_read_disk_set_standard_lookup.c | 70 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) in lookup_name() argument 182 &lookup_uname_helper, (id_t)uid)); in lookup_uname() 187 lookup_uname_helper(struct name_cache *cache, id_t id) in lookup_uname_helper() 232 lookup_uname_helper(struct name_cache *cache, id_t id) in lookup_uname_helper() 250 &lookup_gname_helper, (id_t)gid)); in lookup_gname() 255 lookup_gname_helper(struct name_cache *cache, id_t id) in lookup_gname_helper() 298 lookup_gname_helper(struct name_cache *cache, id_t id) in lookup_gname_helper()
|
| /NextBSD/sys/cddl/compat/opensolaris/sys/ |
| HD | types.h | 56 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;
|
| /NextBSD/sys/sys/ |
| HD | cpuset.h | 128 int cpuset_which(cpuwhich_t, id_t, struct proc **, 140 int cpuset_setid(cpuwhich_t, id_t, cpusetid_t); 141 int cpuset_getid(cpulevel_t, cpuwhich_t, id_t, cpusetid_t *); 142 int cpuset_getaffinity(cpulevel_t, cpuwhich_t, id_t, size_t, cpuset_t *); 143 int cpuset_setaffinity(cpulevel_t, cpuwhich_t, id_t, size_t, const cpuset_t *);
|
| HD | numa.h | 36 extern int numa_setaffinity(cpuwhich_t which, id_t id, 38 extern int numa_getaffinity(cpuwhich_t which, id_t id,
|
| HD | wait.h | 161 int waitid(idtype_t, id_t, struct __siginfo *, int); 168 pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
|
| HD | procctl.h | 107 int procctl(idtype_t, id_t, int, void *);
|
| HD | sysproto.h | 704 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)]; 1521 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)]; 1527 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)]; 1533 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)]; 1540 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)]; 1753 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)]; 1814 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)]; 1836 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)]; 1841 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)];
|
| HD | syscallsubr.h | 79 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, 261 int kern_wait6(struct thread *td, enum idtype idtype, id_t id, int *status,
|
| /NextBSD/lib/libc/gen/ |
| HD | waitid.c | 42 int __waitid(idtype_t, id_t, siginfo_t *, int); 45 __waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags) in __waitid() 50 ret = ((pid_t (*)(idtype_t, id_t, int *, int, struct __wrusage *, in __waitid()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | procset.h | 125 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);
|
| HD | processor.h | 121 extern int processor_bind(idtype_t idtype, id_t id,
|
| /NextBSD/lib/libc/sys/ |
| HD | wait6.c | 45 wait6(idtype_t idtype, id_t id, int *status, int options, struct __wrusage *ru, in wait6() 49 return (((pid_t (*)(idtype_t, id_t, int *, int, struct __wrusage *, in wait6()
|
| /NextBSD/contrib/ntp/html/hints/ |
| HD | decosf2 | 15 ! extern int waitid(idtype_t, id_t, siginfo_t *, int); 35 ! id_t p_lid; /* The id for the left set. */ 38 ! id_t p_rid; /* The id of the right set. */
|
| /NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_xlator.h | 61 id_t dx_id; /* global translator id */ 78 extern dt_xlator_t *dt_xlator_lookup_id(dtrace_hdl_t *, id_t);
|
| HD | dt_provider.h | 97 extern int dt_provider_xref(dtrace_hdl_t *, dt_provider_t *, id_t);
|
| /NextBSD/usr.bin/protect/ |
| HD | protect.c | 50 static id_t 73 id_t id; in main()
|
| /NextBSD/contrib/libarchive/cpio/ |
| HD | cpio.c | 98 id_t id; 113 const char **name, id_t gid); 116 const char **name, id_t uid); 1291 int (*lookup_fn)(struct cpio *, const char **, id_t), id_t id) in lookup_name() argument 1344 &lookup_uname_helper, (id_t)uid)); in lookup_uname() 1348 lookup_uname_helper(struct cpio *cpio, const char **name, id_t id) in lookup_uname_helper() 1372 &lookup_gname_helper, (id_t)gid)); in lookup_gname() 1376 lookup_gname_helper(struct cpio *cpio, const char **name, id_t id) in lookup_gname_helper()
|
| /NextBSD/sys/kern/ |
| HD | kern_exit.c | 808 id_t id; in sys_wait6() 981 proc_to_reap(struct thread *td, struct proc *p, idtype_t idtype, id_t id, in proc_to_reap() 1138 id_t id; in kern_wait() 1151 id = (id_t)-pid; in kern_wait() 1154 id = (id_t)pid; in kern_wait() 1174 kern_wait6(struct thread *td, idtype_t idtype, id_t id, int *status, in kern_wait6() 1189 id = (id_t)q->p_pgid; in kern_wait6()
|
| HD | kern_cpuset.c | 404 cpuset_which(cpuwhich_t which, id_t id, struct proc **pp, struct thread **tdp, in cpuset_which() 966 id_t id; 993 id_t id; 1050 id_t id; 1147 id_t id;
|
| /NextBSD/include/apple/sys/_types/ |
| HD | _id_t.h | 30 typedef __darwin_id_t id_t; /* can hold pid_t, gid_t, or uid_t */ typedef
|
| /NextBSD/usr.bin/rctl/ |
| HD | rctl.c | 55 parse_user(const char *s, id_t *uidp, const char *unexpanded_rule) in parse_user() 83 parse_group(const char *s, id_t *gidp, const char *unexpanded_rule) in parse_group() 181 id_t id; in expand_rule() 253 id_t id; in humanize_ids()
|
| /NextBSD/include/apple/sys/ |
| HD | resource.h | 507 int getpriority(int, id_t); 512 int setpriority(int, id_t, int);
|
| /NextBSD/contrib/ntp/include/ |
| HD | l_stdlib.h | 125 extern int setpriority (int, id_t, int);
|
| /NextBSD/usr.bin/xinstall/ |
| HD | xinstall.c | 136 static int parseid(const char *, id_t *); 300 id_t id; in main() 310 id_t id; in main() 481 parseid(const char *name, id_t *id) in parseid() 485 *id = (id_t)strtoul(name, &ep, 10); in parseid()
|
| /NextBSD/cddl/lib/libdtrace/ |
| HD | psinfo.d | 69 id_t pr_lwpid; /* thread ID. */
|