Home
last modified time | relevance | path

Searched refs:eph_gid_alloc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dsidsys.c75 err = eph_gid_alloc(zone, flag, &sg, ngids); in allocids()
/illumos-gate/usr/src/uts/common/sys/
H A Dcred.h174 extern int eph_gid_alloc(struct zone *, int, gid_t *, int);
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c1228 eph_gid_alloc(zone_t *zone, int flags, gid_t *start, int count) in eph_gid_alloc() function