Searched refs:adt_write_syslog (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | adt_token.c | 66 adt_write_syslog("label_to_str(M_INTERNAL)", errno); in dprt_label() 100 adt_write_syslog("au_open failed", ENOMEM); in adt_token_open() 144 adt_write_syslog("au_close failed", errno); in adt_token_close() 270 adt_write_syslog("Invalid terminal id type", EINVAL); in adt_to_tid() 322 adt_write_syslog("adt_to_label no required label", 0); in adt_to_label() 395 adt_write_syslog("audit failure", errno); in adt_to_pathlist() 811 adt_write_syslog("unsupported data conversion", in adt_to_text() 921 adt_write_syslog("adt_to_in_peer no required socket", in adt_to_in_peer() 929 adt_write_syslog("adt_to_in_addr getpeername", errno); in adt_to_in_peer() 969 adt_write_syslog("adt_to_in_remote required address not " in adt_to_in_remote() [all …]
|
H A D | adt.c | 114 adt_write_syslog(const char *message, int err) in adt_write_syslog() function 195 adt_write_syslog("couldn't determine maximum size of " in adt_get_mask_from_user() 250 adt_write_syslog("gethostname call failed", errno); in adt_get_unique_id() 394 adt_write_syslog("audit session create failed", errno); in adt_start_session() 673 adt_write_syslog("getaudit failed", errno); in adt_have_termid() 717 adt_write_syslog(msg, 0); in adt_get_hostIP() 751 adt_write_syslog("unable to get kernel audit context", in adt_get_hostIP() 755 adt_write_syslog("setting Audit IP address to kernel", 0); in adt_get_hostIP() 776 adt_write_syslog("adt_get_local_address " in adt_get_hostIP() 799 adt_write_syslog(msg, 0); in adt_get_hostIP() [all …]
|
H A D | au_usermask.c | 46 adt_write_syslog("au_user_mask strdup failed", errno); in audit_flags()
|
H A D | getauditflags.c | 226 adt_write_syslog(msg, EINVAL); in __chkflags()
|
H A D | adt_xlate.h | 330 extern void adt_write_syslog(const char *, int);
|