Home
last modified time | relevance | path

Searched refs:AU_UNIMPL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/openbsm/libbsm/
H A Dbsm_notify.c82 return (AU_UNIMPL); in au_notify_initialize()
121 if (status == AU_UNIMPL) in au_get_state()
122 return (AU_UNIMPL); in au_get_state()
143 return (AU_UNIMPL); in au_get_state()
/freebsd/contrib/openbsm/bsm/
H A Dlibbsm.h942 #define AU_UNIMPL NOTIFY_STATUS_FAILED + 1 /* audit unimplemented */ macro