Searched refs:allocids (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sidsys.c | 41 allocids(int flag, int nuids, int ngids) in allocids() function 158 return (allocids(flag, nuids, ngids)); in sidsys()
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | sidsys.c | 37 allocids(int flag, int nuids, uid_t *suid, int ngids, gid_t *sgid) in allocids() function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sid.h | 132 int allocids(int, int, uid_t *, int, gid_t *);
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | idmapd.c | 423 if ((error = allocids(_idmapdstate.new_eph_db, in init_idmapd()
|
H A D | dbutils.c | 3297 if ((err = allocids(0, 8192, &uid, 0, &gid)) != 0) in get_next_eph_uid() 3319 if ((err = allocids(0, 0, &uid, 8192, &gid)) != 0) in get_next_eph_gid()
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 3737 allocids;
|