Home
last modified time | relevance | path

Searched refs:audit_log_d_path (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/security/
Dlsm_audit.c236 audit_log_d_path(ab, "path=", &a->u.fs.path); in dump_common_audit_data()
304 audit_log_d_path(ab, "path=", &path); in dump_common_audit_data()
/linux-2.6.39/include/linux/
Daudit.h610 extern void audit_log_d_path(struct audit_buffer *ab,
636 #define audit_log_d_path(b, p, d) do { ; } while (0) macro
/linux-2.6.39/kernel/
Dauditsc.c971 audit_log_d_path(ab, "exe=", in audit_log_task_info()
1462 audit_log_d_path(ab, "cwd=", &context->pwd); in audit_log_exit()
1485 audit_log_d_path(ab, "name=", &context->pwd); in audit_log_exit()
Daudit.c1416 void audit_log_d_path(struct audit_buffer *ab, const char *prefix, in audit_log_d_path() function