Searched refs:get_uid (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/isns/isnsd/ |
H A D | htable.c | 564 uid = tab->c->get_uid(item->p); in enlarge_htab() 566 tab->c->get_uid((*itemp)->p) > in enlarge_htab() 756 uid = tab->c->get_uid(p); in htab_add() 785 tab->c->get_uid((*itemp)->p) > uid) { in htab_add() 917 uid = tab->c->get_uid(zhizi); in htab_remove() 1010 *uid_p = tab->c->get_uid(zhizi); in htab_lookup() 1028 (tab->c->get_uid((*itemp)->p) > in htab_lookup() 1029 tab->c->get_uid(zhizi))) { in htab_lookup()
|
H A D | isns_cache.h | 55 uint32_t (*get_uid)(const void *); member
|
H A D | cache.c | 95 imc->get_uid = get_obj_uid; in cache_init()
|
/titanic_41/usr/src/cmd/pfexecd/ |
H A D | pfexecd.c | 58 static uid_t get_uid(const char *, boolean_t *, char *); 202 get_uid(const char *v, boolean_t *ok, char *path) in get_uid() function 410 euid = uid = get_uid(value, &res->pfr_allowed, path); in callback_pfexec() 416 euid = get_uid(value, &res->pfr_allowed, path); in callback_pfexec()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 2234 get_uid(char *value, uid_t *uid) in get_uid() function 2423 if (!get_uid(c, &clnt)) in check_client_old() 2432 else if (!get_uid(s, &srv)) in check_client_old() 2792 if (!get_uid(c, &clnt)) in check_client_new() 2801 else if (!get_uid(s, &srv)) in check_client_new()
|
/titanic_41/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2096 get_uid(const char *str, struct method_context *ci, uid_t *uidp) in get_uid() function 2417 if ((r = get_uid(value, ci, &ci->euid)) != 0) { in get_profile() 2428 if ((r = get_uid(value, ci, &ci->uid)) != 0) { in get_profile() 2530 if ((r = get_uid(vbuf, ci, &ci->uid)) != 0) { in get_ids()
|