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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_cache.h55 uint32_t (*get_uid)(const void *); member in struct:cache
H A Dhtable.c564 uid = tab->c->get_uid(item->p);
566 tab->c->get_uid((*itemp)->p) >
756 uid = tab->c->get_uid(p);
785 tab->c->get_uid((*itemp)->p) > uid) {
917 uid = tab->c->get_uid(zhizi);
1010 *uid_p = tab->c->get_uid(zhizi);
1028 (tab->c->get_uid((*itemp)->p) >
1029 tab->c->get_uid(zhizi))) {
H A Dcache.c95 imc->get_uid = get_obj_uid;
/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c58 static uid_t get_uid(const char *, boolean_t *, char *);
202 get_uid(const char *v, boolean_t *ok, char *path) function
410 euid = uid = get_uid(value, &res->pfr_allowed, path);
416 euid = get_uid(value, &res->pfr_allowed, path);
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c2252 get_uid(char *value, uid_t *uid) function
2441 if (!get_uid(c, &clnt))
2450 else if (!get_uid(s, &srv))
2810 if (!get_uid(c, &clnt))
2819 else if (!get_uid(s, &srv))
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c2097 get_uid(const char *str, struct method_context *ci, uid_t *uidp) function
2418 if ((r = get_uid(value, ci, &ci->euid)) != 0) {
2429 if ((r = get_uid(value, ci, &ci->uid)) != 0) {
2531 if ((r = get_uid(vbuf, ci, &ci->uid)) != 0) {

Completed in 58 milliseconds