Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit_bsm.c614 tok = au_to_arg32(1, "domain", in kaudit_to_bsm()
617 tok = au_to_arg32(2, "type", in kaudit_to_bsm()
620 tok = au_to_arg32(3, "protocol", in kaudit_to_bsm()
1056 tok = au_to_arg32(2, "cmd", in kaudit_to_bsm()
1107 tok = au_to_arg32(1, "fd", in kaudit_to_bsm()
1193 tok = au_to_arg32(3, "protection", in kaudit_to_bsm()
1200 tok = au_to_arg32(3, "inherit", in kaudit_to_bsm()
1508 tok = au_to_arg32(1, "setgroups", in kaudit_to_bsm()
1558 tok = au_to_arg32(2, "shmaddr", in kaudit_to_bsm()
1597 tok = au_to_arg32(1, "shmaddr", in kaudit_to_bsm()
[all …]
H A Dbsm_token.c127 au_to_arg32(char n, const char *text, u_int32_t v) in au_to_arg32() function
174 return (au_to_arg32(n, text, v)); in au_to_arg()
/f-stack/freebsd/bsm/
H A Daudit_record.h226 token_t *au_to_arg32(char n, const char *text, uint32_t v);