Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcred.c75 uid_t last_uid; member
124 eph_zsd->last_uid = IDMAP_WK__MAX_UID; in get_ephemeral_zsd()
1185 return (id > eph_zsd->min_uid && id <= eph_zsd->last_uid); in valid_ephemeral_uid()
1211 if (eph_zsd->last_uid + count < eph_zsd->last_uid) { in eph_uid_alloc()
1218 eph_zsd->min_uid = eph_zsd->last_uid; in eph_uid_alloc()
1221 *start = eph_zsd->last_uid + 1; in eph_uid_alloc()
1222 atomic_add_32(&eph_zsd->last_uid, count); in eph_uid_alloc()
1270 *last_uid = eph_zsd->last_uid; in get_ephemeral_data()
1279 set_ephemeral_data(zone_t *zone, uid_t min_uid, uid_t last_uid, in set_ephemeral_data() argument
1290 if (last_uid != 0) in set_ephemeral_data()
[all …]