Searched refs:misctok (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c289 audit_write(short event_code, token_t *subject, token_t *misctok, char retval, argument
298 au_free_token(misctok);
306 au_free_token(misctok);
313 if (misctok && au_write(aufd, misctok) == -1) {
314 au_free_token(misctok);
/freebsd-11-stable/contrib/openbsm/bsm/
H A Dlibbsm.h1053 * @param misctok - A token_t * generated by one of the au_to_*() BSM API
1056 * required, misctok should be NULL.
1069 int audit_write(short event_code, token_t *subject, token_t *misctok,
1087 * @param misctok - A token_t * generated by one of the au_to_*() BSM API
1090 * required, misctok should be NULL.
1113 int audit_write_success(short event_code, token_t *misctok, au_id_t auid,
1126 * @param misctok - A token_t * generated by one of the au_to_*() BSM API
1129 * required, misctok should be NULL.
1136 int audit_write_success_self(short event_code, token_t *misctok);

Completed in 182 milliseconds