Searched refs:au_token (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/lib/libbsm/
H A DMakefile55 au_token.3 \
128 au_token.3 au_to_arg32.3 \
129 au_token.3 au_to_arg64.3 \
130 au_token.3 au_to_arg.3 \
131 au_token.3 au_to_attr32.3 \
132 au_token.3 au_to_attr64.3 \
133 au_token.3 au_to_data.3 \
134 au_token.3 au_to_exit.3 \
135 au_token.3 au_to_groups.3 \
136 au_token
[all...]
/freebsd-12-stable/contrib/openbsm/libbsm/
H A DMakefile.am43 au_token.3 \
102 $(LN_S) -f au_token.3 au_to_arg32.3 && \
103 $(LN_S) -f au_token.3 au_to_arg64.3 && \
104 $(LN_S) -f au_token.3 au_to_arg.3 && \
105 $(LN_S) -f au_token.3 au_to_attr64.3 && \
106 $(LN_S) -f au_token.3 au_to_data.3 && \
107 $(LN_S) -f au_token.3 au_to_exit.3 && \
108 $(LN_S) -f au_token.3 au_to_groups.3 && \
109 $(LN_S) -f au_token.3 au_to_newgroups.3 && \
110 $(LN_S) -f au_token
[all...]
H A DMakefile.in360 au_token.3 \
795 $(LN_S) -f au_token.3 au_to_arg32.3 && \
796 $(LN_S) -f au_token.3 au_to_arg64.3 && \
797 $(LN_S) -f au_token.3 au_to_arg.3 && \
798 $(LN_S) -f au_token.3 au_to_attr64.3 && \
799 $(LN_S) -f au_token.3 au_to_data.3 && \
800 $(LN_S) -f au_token.3 au_to_exit.3 && \
801 $(LN_S) -f au_token.3 au_to_groups.3 && \
802 $(LN_S) -f au_token.3 au_to_newgroups.3 && \
803 $(LN_S) -f au_token
[all...]
/freebsd-12-stable/contrib/openbsm/sys/bsm/
H A Daudit_internal.h48 struct au_token { struct
51 TAILQ_ENTRY(au_token) tokens;
57 TAILQ_HEAD(, au_token) token_q; /* Queue of BSM tokens. */
H A Daudit.h247 typedef struct au_token token_t;
/freebsd-12-stable/sys/bsm/
H A Daudit_internal.h52 struct au_token { struct
55 TAILQ_ENTRY(au_token) tokens;
61 TAILQ_HEAD(, au_token) token_q; /* Queue of BSM tokens. */
H A Daudit.h251 typedef struct au_token token_t;
/freebsd-12-stable/sys/security/audit/
H A Daudit_bsm.c105 kau_write(struct au_record *rec, struct au_token *tok)
173 struct au_token *tok;
330 struct au_token *tok;
471 struct au_token *tok, *subj_tok, *jail_tok;

Completed in 926 milliseconds