Home
last modified time | relevance | path

Searched refs:search_flag (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetexecattr.c82 if (!IS_GET_ONE(search_flag) && !IS_GET_ALL(search_flag)) { in getexecprof()
88 if (IS_GET_ONE(search_flag)) { in getexecprof()
90 } else if (IS_GET_ALL(search_flag)) { in getexecprof()
107 search_flag, in getexecprof()
118 int search_flag) in getexecuser() argument
128 if (!IS_GET_ONE(search_flag) && !IS_GET_ALL(search_flag)) { in getexecuser()
139 if (IS_GET_ONE(search_flag)) { in getexecuser()
141 search_flag); in getexecuser()
144 search_flag); in getexecuser()
261 int search_flag) in userprof() argument
[all …]
/illumos-gate/usr/src/cmd/nscd/
H A Dgetexec.c101 return (_NSC_INT_KEY_CMP(ep1->search_flag, ep2->search_flag)); in execattr_compar()
113 ep->search_flag); in execattr_gethash()
126 ep->search_flag); in execattr_getlogstr()
H A Dnscd_switch.c401 if ((ep = ap->key.attrp) != NULL && IS_GET_ALL(ep->search_flag)) in try_local()
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetexecattr.c165 int search_flag, in _getexecprof() argument
199 _priv_exec.policy = IS_SEARCH_ALL(search_flag) ? NULL : policy_buf; in _getexecprof()
200 _priv_exec.search_flag = search_flag; in _getexecprof()
271 if (!IS_SEARCH_ALL(search_flag) && in _getexecprof()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c614 int search_flag = SUCCESS; in update_map_from_dit() local
718 for (flag = 0; t != 0 && search_flag != FAILURE; t = t->next) { in update_map_from_dit()
749 search_flag = FAILURE; in update_map_from_dit()
777 search_flag = FAILURE; in update_map_from_dit()
788 search_flag = FAILURE; in update_map_from_dit()
893 if (t != 0 || flag == 0 || search_flag == FAILURE) { in update_map_from_dit()
/illumos-gate/usr/src/head/
H A Dexec_attr.h128 int search_flag; member
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c158 if (IS_GET_ALL(_priv_exec->search_flag)) { in _exec_nis_parse()
243 stop_cb = IS_GET_ONE(_priv_exec->search_flag); in _exec_nis_cb()
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetexecattr.c378 if (IS_GET_ALL(_priv_exec->search_flag)) { in _exec_process_val()
396 if (IS_GET_ONE(_priv_exec->search_flag) || in _exec_process_val()
494 if (IS_GET_ONE(_priv_exec->search_flag)) { in exec_attr_process_val()
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetexecattr.c283 if (IS_GET_ONE(_priv_exec->search_flag)) { in _exec_files_XY_all()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c578 *uptr++ = (nssuint_t)pe->search_flag; in nss_pack_key2str()
957 pe->search_flag = (int)*uptr++; in nss_upack_key2arg()