Home
last modified time | relevance | path

Searched refs:_priv_exec (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c60 const char *name = _priv_exec->name; in check_match()
61 const char *type = _priv_exec->type; in check_match()
62 const char *id = _priv_exec->id; in check_match()
218 filter = (_priv_exec->name) ? _priv_exec->name : _priv_exec->id; in _exec_nis_cb()
231 if ((_priv_exec->policy && in _exec_nis_cb()
279 _priv_exec->id) >= MAX_INPUT) in _exec_nis_lookup()
287 _priv_exec->id); in _exec_nis_lookup()
369 orig_id = _priv_exec->id; in get_wild()
370 old_id = strdup(_priv_exec->id); in get_wild()
373 _priv_exec->id = wild_id; in get_wild()
[all …]
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetexecattr.c78 exec_field[0] = _priv_exec->name; /* name */ in check_match()
80 exec_field[2] = _priv_exec->type; /* type */ in check_match()
83 exec_field[5] = _priv_exec->id; /* id */ in check_match()
226 if (strstr(instr, _priv_exec->id) == NULL) in _exec_files_XY_all()
237 if (((_priv_exec->policy != NULL) && in _exec_files_XY_all()
239 ((_priv_exec->type != NULL) && in _exec_files_XY_all()
283 if (IS_GET_ONE(_priv_exec->search_flag)) { in _exec_files_XY_all()
315 orig_id = _priv_exec->id; in get_wild()
316 old_id = strdup(_priv_exec->id); in get_wild()
319 _priv_exec->id = wild_id; in get_wild()
[all …]
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetexecattr.c175 _priv_execattr _priv_exec; in _getexecprof() local
190 _priv_exec.name = name; in _getexecprof()
191 _priv_exec.type = type; in _getexecprof()
192 _priv_exec.id = id; in _getexecprof()
201 _priv_exec.head_exec = NULL; in _getexecprof()
202 _priv_exec.prev_exec = NULL; in _getexecprof()
204 arg.key.attrp = &(_priv_exec); in _getexecprof()
290 if (_priv_exec->head_exec == NULL) { in _doexeclist()
292 _priv_exec->prev_exec = _priv_exec->head_exec; in _doexeclist()
297 _priv_exec->prev_exec = _priv_exec->prev_exec->next; in _doexeclist()
[all …]
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetexecattr.c364 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp); in _exec_process_val() local
378 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()
421 const char *policy = _priv_exec->policy; in get_wild()
422 const char *type = _priv_exec->type; in get_wild()
428 if (_priv_exec->id != NULL) in get_wild()
429 dup_id = strdup(_priv_exec->id); in get_wild()
433 if (_ldap_filter_name(name, _priv_exec->name, in get_wild()
494 if (IS_GET_ONE(_priv_exec->search_flag)) { in exec_attr_process_val()
546 const char *policy = _priv_exec->policy; in getbynam()
[all …]