Home
last modified time | relevance | path

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

12

/minix/external/bsd/libarchive/dist/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) 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()
228 lookup_uname_helper(struct name_cache *cache, id_t id) in lookup_uname_helper()
246 &lookup_gname_helper, (id_t)gid)); in lookup_gname()
251 lookup_gname_helper(struct name_cache *cache, id_t id) in lookup_gname_helper()
290 lookup_gname_helper(struct name_cache *cache, id_t id) in lookup_gname_helper()
H A Darchive_write_disk_set_standard_lookup.c56 id_t id;
/minix/usr.bin/renice/
H A Drenice.c55 static int donice(int, id_t, int, int);
68 id_t who = 0; in main()
103 who = (id_t)pwd->pw_uid; in main()
115 who = (id_t)twho; in main()
145 donice(int which, id_t who, int prio, int incr) in donice()
/minix/sys/sys/
H A Dpset.h51 int pset_bind(psetid_t, idtype_t, id_t, psetid_t *);
57 int _pset_bind(idtype_t, id_t, id_t, psetid_t, psetid_t *);
H A Dquota.h42 #define QUOTA_DEFAULTID ((id_t)-1)
66 id_t qk_id; /* actual id number */
H A Dresource.h132 int getpriority(int, id_t);
137 int setpriority(int, id_t, int);
H A Dtypes.h196 typedef uint32_t id_t; /* group id, process id or user id */ typedef
H A Dsyscallargs.h581 syscallarg(id_t) who;
615 syscallarg(id_t) who;
2622 syscallarg(id_t) first_id;
2623 syscallarg(id_t) second_id;
/minix/minix/lib/libc/sys/
H A Dpriority.c16 int getpriority(int which, id_t who) in getpriority()
39 int setpriority(int which, id_t who, int prio) in setpriority()
/minix/sbin/chown/
H A Dchown.c65 static id_t id(const char *, const char *);
275 static id_t
278 id_t val; in id()
284 val = (id_t)strtoul(name, &ep, 10); in id()
/minix/external/bsd/libarchive/dist/cpio/
H A Dcpio.c96 id_t id;
111 const char **name, id_t gid);
114 const char **name, id_t uid);
1142 int (*lookup_fn)(struct cpio *, const char **, id_t), id_t id) in lookup_name() argument
1195 &lookup_uname_helper, (id_t)uid)); in lookup_uname()
1199 lookup_uname_helper(struct cpio *cpio, const char **name, id_t id) in lookup_uname_helper()
1222 &lookup_gname_helper, (id_t)gid)); in lookup_gname()
1226 lookup_gname_helper(struct cpio *cpio, const char **name, id_t id) in lookup_gname_helper()
/minix/usr.bin/xinstall/
H A Dxinstall.c139 static int parseid(char *, id_t *);
323 id_t id; in main()
332 id_t id; in main()
415 parseid(char *name, id_t *id) in parseid()
420 *id = (id_t)strtoul(name, &ep, 10); in parseid()
/minix/sys/ufs/ufs/
H A Dufs_quota2.c114 id_t *id, int objtype, struct quotaval *ret) in q2e_to_quotaval()
683 id_t id; in quota2_handle_cmd_del()
838 id_t id2; in quota2_fetch_quotaval()
876 id_t id2; in quota2_handle_cmd_get()
1070 q2cursor_addid(struct q2cursor_state *state, int idtype, id_t id) in q2cursor_addid()
1100 id_t id; in q2cursor_getids_callback()
1224 id_t loadedid, id; in q2cursor_getvals()
H A Dufs_quota.c388 id_t kauth_id; in quota_handle_cmd_put()
435 id_t kauth_id; in quota_handle_cmd_del()
H A Dufs_quota1.c485 id_t id; in quota1_handle_cmd_get()
566 id_t id = 0; in quota1_handle_cmd_put()
/minix/external/bsd/top/dist/
H A Dhash.h46 id_t k_thr;
H A Dhash.m4h46 id_t k_thr;
H A Dconfig.h.in77 /* Define to 1 if the system has the type `id_t'. */
/minix/sys/ufs/lfs/
H A Dulfs_quota2.c119 id_t *id, int objtype, struct quotaval *ret) in q2e_to_quotaval()
677 id_t id; in lfsquota2_handle_cmd_del()
829 id_t id2; in quota2_fetch_quotaval()
868 id_t id2; in lfsquota2_handle_cmd_get()
1062 q2cursor_addid(struct q2cursor_state *state, int idtype, id_t id) in q2cursor_addid()
1092 id_t id; in q2cursor_getids_callback()
1218 id_t loadedid, id; in q2cursor_getvals()
H A Dulfs_quota.c393 id_t kauth_id; in quota_handle_cmd_put()
442 id_t kauth_id; in quota_handle_cmd_del()
H A Dulfs_quota1.c483 id_t id; in lfsquota1_handle_cmd_get()
564 id_t id = 0; in lfsquota1_handle_cmd_put()
/minix/external/bsd/top/bin/
H A Dconfig.h.in78 /* Define to 1 if the system has the type `id_t'. */
/minix/tools/compat/
H A Dconfigure.ac99 AC_CHECK_TYPES([id_t, long long, u_long, u_char, u_short, u_int, u_quad_t])
H A Dcompat_defs.h192 typedef unsigned int id_t; typedef
/minix/external/bsd/libarchive/dist/tar/
H A Dwrite.c120 id_t id;

12