Home
last modified time | relevance | path

Searched refs:AUT_PATH (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_token.c1038 {AUT_PATH, adt_to_path},
1039 {-AUT_PATH, adt_to_pathlist}, /* private extension of token values */
H A Dau_to.c733 char data_header = AUT_PATH; /* header for this token */ in au_to_path()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_record.h86 #define AUT_PATH ((char)0x23) macro
H A Daudit_token.c577 char data_header = AUT_PATH; /* header for this token */ in au_to_path()
/illumos-gate/usr/src/cmd/praudit/
H A Dtoktable.c93 table_init(AUT_PATH, "path", path_token, T_ELEMENT); in init_tokens()