Home
last modified time | relevance | path

Searched refs:process_tag (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/praudit/
H A Dtoken.c174 return (process_tag(context, TAG_RETVAL, returnstat, 1)); in exit_token()
243 returnstat = process_tag(context, TAG_TOKVERS, returnstat, 0); in header_token()
245 returnstat = process_tag(context, TAG_EVTYPE, returnstat, 0); in header_token()
261 returnstat = process_tag(context, TAG_TOKVERS, returnstat, 0); in header64_token()
263 returnstat = process_tag(context, TAG_EVTYPE, returnstat, 0); in header64_token()
279 returnstat = process_tag(context, TAG_TOKVERS, returnstat, 0); in header32_ex_token()
281 returnstat = process_tag(context, TAG_EVTYPE, returnstat, 0); in header32_ex_token()
299 returnstat = process_tag(context, TAG_TOKVERS, returnstat, 0); in header64_ex_token()
301 returnstat = process_tag(context, TAG_EVTYPE, returnstat, 0); in header64_ex_token()
775 if ((returnstat = process_tag(context, TAG_ARGV, in cmd_token()
[all …]
H A Dpraudit.h174 extern int process_tag(pr_context_t *context, int, int, int);
H A Dformat.c293 process_tag(pr_context_t *context, int tagnum, int status, int flag) in process_tag() function
2920 returnstat = process_tag(context, TAG_XID, 0, 0); in pa_xgeneric()
2921 return (process_tag(context, TAG_XCUID, returnstat, 1)); in pa_xgeneric()