Searched refs:au_to_arg64 (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/security/audit/ |
H A D | audit_bsm.c | 312 tok = au_to_arg64((argnum), (argname), \ 333 tok = au_to_arg64(2, "policy", in audit_sys_auditon() 356 tok = au_to_arg64(2, "setqctrl:aq_hiwater", in audit_sys_auditon() 359 tok = au_to_arg64(2, "setqctrl:aq_lowater", in audit_sys_auditon() 362 tok = au_to_arg64(2, "setqctrl:aq_bufsz", in audit_sys_auditon() 365 tok = au_to_arg64(2, "setqctrl:aq_delay", in audit_sys_auditon() 368 tok = au_to_arg64(2, "setqctrl:aq_minfree", in audit_sys_auditon() 413 tok = au_to_arg64(2, "setcond", in audit_sys_auditon()
|
H A D | bsm_token.c | 146 au_to_arg64(char n, const char *text, u_int64_t v) in au_to_arg64() function
|
/freebsd/lib/libbsm/ |
H A D | Makefile | 122 au_token.3 au_to_arg64.3 \
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | Makefile.am | 103 $(LN_S) -f au_token.3 au_to_arg64.3 && \
|
H A D | Makefile.in | 796 $(LN_S) -f au_token.3 au_to_arg64.3 && \
|
H A D | bsm_token.c | 178 au_to_arg64(char n, const char *text, u_int64_t v) in au_to_arg64() function
|
/freebsd/contrib/openbsm/sys/bsm/ |
H A D | audit_record.h | 220 token_t *au_to_arg64(char n, const char *text, uint64_t v);
|
/freebsd/sys/bsm/ |
H A D | audit_record.h | 225 token_t *au_to_arg64(char n, const char *text, uint64_t v);
|