Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/praudit/
H A Dtoken.c153 if ((returnstat = open_tag(context, TAG_ERRVAL)) != 0) in exit_token()
417 if ((returnstat = open_tag(context, TAG_ARBPRINT)) != 0) in arbitrary_data_token()
432 if ((returnstat = open_tag(context, TAG_ARBTYPE)) != 0) in arbitrary_data_token()
442 if ((returnstat = open_tag(context, TAG_ARBCOUNT)) != 0) in arbitrary_data_token()
1054 if ((returnstat = open_tag(context, TAG_ERRVAL)) != 0) in return_value32_token()
1067 if ((returnstat = open_tag(context, TAG_RETVAL)) != 0) in return_value32_token()
1160 if ((returnstat = open_tag(context, TAG_ERRVAL)) != 0) in return_value64_token()
1173 if ((returnstat = open_tag(context, TAG_RETVAL)) != 0) in return_value64_token()
1466 returnstat = open_tag(context, TAG_IP); in tid_token()
2287 if ((returnstat = open_tag(context, TAG_RESULT)) != 0) in useofpriv_token()
[all …]
H A Dformat.c284 open_tag(pr_context_t *context, int tagnum) in open_tag() function
455 retstat = open_tag(context, tagnum); in process_tag()
558 if ((returnstat = open_tag(context, TAG_HOSTID)) != 0) in pa_hostname_ex()
2285 if ((returnstat = open_tag(context, TAG_ACLTYPE)) != 0) in pa_pw_uid_gr_gid()
2296 if ((returnstat = open_tag(context, TAG_ACLVAL)) != 0) in pa_pw_uid_gr_gid()
2403 returnstat = open_tag(context, TAG_EVMOD); in pa_event_modifier()
2591 if ((returnstat = open_tag(context, TAG_ISO)) != 0) in do_mtime32()
2698 if ((returnstat = open_tag(context, TAG_ISO)) != 0) in do_mtime64()
3193 if ((returnstat = open_tag(context, TAG_ACEID)) != 0) in pa_ace_who()
3262 if ((returnstat = open_tag(context, TAG_ACEMASK)) != 0) in pa_ace_access_mask()
[all …]
H A Dprintaudit.c412 retstat = open_tag(context, tokenid); in token_processing()
H A Dpraudit.h174 extern int open_tag(pr_context_t *context, int);