Searched refs:audit_log_n_string (Results 1 – 1 of 1) sorted by relevance
676 extern void audit_log_n_string(struct audit_buffer *ab,679 #define audit_log_string(a,b) audit_log_n_string(a, b, strlen(b));713 #define audit_log_n_string(a,c,l) do { ; } while (0) macro