Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/security/audit/
H A Daudit_arg.c685 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 Daudit.h230 const char *kpath, u_int64_t flags);
/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c487 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 Dvfs_syscalls.c5170 AUDIT_ARG(kpath, target_path, ARG_KPATH2); in linkat_internal()
8525 AUDIT_ARG(kpath, to_name, ARG_KPATH2); in renameat_internal()