Searched refs:_priv_exec (Results 1 – 4 of 4) sorted by relevance
59 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp); in check_match() local60 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()63 const char *policy = _priv_exec->policy; in check_match()134 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp); in _exec_nis_parse() local158 if (IS_GET_ALL(_priv_exec->search_flag)) { in _exec_nis_parse()200 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp); in _exec_nis_cb() local218 filter = (_priv_exec->name) ? _priv_exec->name : _priv_exec->id; in _exec_nis_cb()231 if ((_priv_exec->policy && in _exec_nis_cb()[all …]
74 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp); in check_match() local78 exec_field[0] = _priv_exec->name; /* name */ in check_match()79 exec_field[1] = _priv_exec->policy; /* policy */ 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()125 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp); in _exec_files_XY_all() local222 if (strstr(instr, _priv_exec->name) == NULL) in _exec_files_XY_all()226 if (strstr(instr, _priv_exec->id) == NULL) in _exec_files_XY_all()230 if ((strstr(instr, _priv_exec->name) == NULL) || in _exec_files_XY_all()231 (strstr(instr, _priv_exec->id) == NULL)) in _exec_files_XY_all()[all …]
175 _priv_execattr _priv_exec; in _getexecprof() local190 _priv_exec.name = name; in _getexecprof()191 _priv_exec.type = type; in _getexecprof()192 _priv_exec.id = id; in _getexecprof()199 _priv_exec.policy = IS_SEARCH_ALL(search_flag) ? NULL : policy_buf; in _getexecprof()200 _priv_exec.search_flag = search_flag; 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()287 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp); in _doexeclist() local[all …]
364 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp); in _exec_process_val() local378 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()420 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp); in get_wild() local421 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()491 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp); in exec_attr_process_val() local[all …]