Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dhtable.c564 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 Disns_cache.h55 uint32_t (*get_uid)(const void *); member
H A Dcache.c94 imc->get_uid = get_obj_uid; in cache_init()
/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c58 static uid_t get_uid(const char *, boolean_t *, char *);
203 get_uid(const char *v, boolean_t *ok, char *path) in get_uid() function
411 euid = uid = get_uid(value, &res->pfr_allowed, path); in callback_pfexec()
417 euid = get_uid(value, &res->pfr_allowed, path); in callback_pfexec()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c2383 get_uid(char *value, uid_t *uid) in get_uid() function
2572 if (!get_uid(c, &clnt)) in check_client_old()
2581 else if (!get_uid(s, &srv)) in check_client_old()
2941 if (!get_uid(c, &clnt)) in check_client_new()
2950 else if (!get_uid(s, &srv)) in check_client_new()
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c2097 get_uid(const char *str, struct method_context *ci, uid_t *uidp) in get_uid() function
2418 if ((r = get_uid(value, ci, &ci->euid)) != 0) { in get_profile()
2429 if ((r = get_uid(value, ci, &ci->uid)) != 0) { in get_profile()
2531 if ((r = get_uid(vbuf, ci, &ci->uid)) != 0) { in get_ids()