Home
last modified time | relevance | path

Searched refs:id_t (Results 1 – 25 of 48) sorted by relevance

12

/NextBSD/contrib/libarchive/libarchive/
HDarchive_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) 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/
HDtypes.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;
/NextBSD/sys/sys/
HDcpuset.h128 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 *);
HDnuma.h36 extern int numa_setaffinity(cpuwhich_t which, id_t id,
38 extern int numa_getaffinity(cpuwhich_t which, id_t id,
HDwait.h161 int waitid(idtype_t, id_t, struct __siginfo *, int);
168 pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
HDprocctl.h107 int procctl(idtype_t, id_t, int, void *);
HDsysproto.h704 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)];
HDsyscallsubr.h79 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/
HDwaitid.c42 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/
HDprocset.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);
HDprocessor.h121 extern int processor_bind(idtype_t idtype, id_t id,
/NextBSD/lib/libc/sys/
HDwait6.c45 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/
HDdecosf215 ! 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/
HDdt_xlator.h61 id_t dx_id; /* global translator id */
78 extern dt_xlator_t *dt_xlator_lookup_id(dtrace_hdl_t *, id_t);
HDdt_provider.h97 extern int dt_provider_xref(dtrace_hdl_t *, dt_provider_t *, id_t);
/NextBSD/usr.bin/protect/
HDprotect.c50 static id_t
73 id_t id; in main()
/NextBSD/contrib/libarchive/cpio/
HDcpio.c98 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/
HDkern_exit.c808 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()
HDkern_cpuset.c404 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.h30 typedef __darwin_id_t id_t; /* can hold pid_t, gid_t, or uid_t */ typedef
/NextBSD/usr.bin/rctl/
HDrctl.c55 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/
HDresource.h507 int getpriority(int, id_t);
512 int setpriority(int, id_t, int);
/NextBSD/contrib/ntp/include/
HDl_stdlib.h125 extern int setpriority (int, id_t, int);
/NextBSD/usr.bin/xinstall/
HDxinstall.c136 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/
HDpsinfo.d69 id_t pr_lwpid; /* thread ID. */

12