Searched refs:kpath (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/bsd/security/audit/ |
| H A D | audit_arg.c | 685 audit_arg_kpath(struct kaudit_record *ar, const char *kpath, u_int64_t flag) in audit_arg_kpath() argument 689 KASSERT(kpath != NULL, ("audit_arg_kpath: kpath == NULL")); in audit_arg_kpath() 707 strlcpy(*pathp, kpath, MAXPATHLEN); in audit_arg_kpath()
|
| H A D | audit.h | 230 const char *kpath, u_int64_t flags);
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_exec.c | 487 char *kpath; in exec_save_path() local 501 kpath = CAST_DOWN(char *, path); /* SAFE */ in exec_save_path() 502 error = copystr(kpath, imgp->ip_strings + strlen(EXECUTABLE_KEY), len, &len); in exec_save_path()
|
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_syscalls.c | 5170 AUDIT_ARG(kpath, target_path, ARG_KPATH2); in linkat_internal() 8525 AUDIT_ARG(kpath, to_name, ARG_KPATH2); in renameat_internal()
|