Searched refs:cpath (Results 1 – 3 of 3) sorted by relevance
828 audit_canon_path(struct vnode *cwd_vp, const char *path, char *cpath) in audit_canon_path() argument853 ret = vn_getpath(cwd_vp, cpath, &len); in audit_canon_path()855 cpath[0] = '\0'; in audit_canon_path()859 cpath[len - 1] = '/'; in audit_canon_path()861 strlcpy(cpath + len, bufp, MAXPATHLEN - len); in audit_canon_path()863 strlcpy(cpath, bufp, MAXPATHLEN); in audit_canon_path()
423 char *cpath);
3406 const char * cpath; in is_io_registry_entry_from_path_ool() local3418 cpath = path; in is_io_registry_entry_from_path_ool()3430 cpath = CAST_DOWN(const char *, map_data); in is_io_registry_entry_from_path_ool()3431 if (cpath[path_oolCnt - 1]) { in is_io_registry_entry_from_path_ool()3438 entry = IORegistryEntry::fromPath(cpath); in is_io_registry_entry_from_path_ool()