Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dqry.c196 uint32_t *uids; in e2c() local
207 uids = (uint32_t *)lcp->data[2].ptr; in e2c()
210 if (*uids > uid) { in e2c()
211 tmp_uid = *uids; in e2c()
214 uids ++; in e2c()
227 free(uids); in e2c()
1032 uint32_t *uids, in get_next_obj() argument
1110 uid = uids[-- num]; in get_next_obj()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DREADME66 P_SUID off If set, all real uids, greater than or equal to this
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c6245 static cachenode_t *uids[HASHSIZE]; variable
6304 if (table == uids || table == gids) in hash_insert()
6318 if ((c = hash_lookup_byval(uids, uid)) == NULL) { in getname()
6320 c = hash_insert(uids, pwent ? pwent->pw_name : NULL, uid); in getname()
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs333 Allows a process to set its uids at will.