Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c90 uid_t child_uid; member
187 ch->child_uid = 0; in init_slot()
233 ch->child_uid == uid) { in get_cslot()
239 ret->child_slot, ret->child_uid); in get_cslot()
285 ch->child_uid = uid; in get_cslot()
648 if (uid != ch->child_uid) { in _nscd_proc_iamhere()
651 uid, ch->child_uid); in _nscd_proc_iamhere()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.c3356 uint32_t child_uid = lcp->data[2].ui; in cb_remove_child() local
3369 if (cuid == child_uid) { in cb_remove_child()