Home
last modified time | relevance | path

Searched refs:vpath (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/SETUP/config/
H A Dmkmakefile.c153 static char *vpath = NULL; in get_VPATH() local
155 if ((vpath == NULL) && in get_VPATH()
156 ((vpath = getenv("VPATH")) != NULL) && in get_VPATH()
157 (*vpath != ':')) { in get_VPATH()
158 char *buf = malloc((unsigned)(strlen(vpath) + 2)); in get_VPATH()
160 vpath = strcat(strcpy(buf, ":"), vpath); in get_VPATH()
163 return vpath ? vpath : ""; in get_VPATH()
/xnu-11215/bsd/kern/
H A Dkern_mman.c1773 char *vpath; in mremap_encrypted() local
1831 vpath = zalloc(ZV_NAMEI); in mremap_encrypted()
1834 ret = vn_getpath(vp, vpath, &len); in mremap_encrypted()
1836 zfree(ZV_NAMEI, vpath); in mremap_encrypted()
1848 __FUNCTION__, vpath, cryptid, cputype, cpusubtype, (uint64_t)user_addr, (uint64_t)user_size); in mremap_encrypted()
1852 … 0x%llx user_size 0x%llx cryptid 0x%x ignored\n", __FUNCTION__, __LINE__, vpath, user_addr, user_s… in mremap_encrypted()
1853 zfree(ZV_NAMEI, vpath); in mremap_encrypted()
1859 .filename = vpath, in mremap_encrypted()
1872 __FUNCTION__, vpath, result); in mremap_encrypted()
1875 zfree(ZV_NAMEI, vpath); in mremap_encrypted()
H A Dmach_loader.c3438 char *vpath; in set_code_unprotect() local
3474 vpath = zalloc(ZV_NAMEI); in set_code_unprotect()
3477 error = vn_getpath(vp, vpath, &len); in set_code_unprotect()
3479 zfree(ZV_NAMEI, vpath); in set_code_unprotect()
3484 … 0x%llx cryptsize 0x%llx cryptid 0x%x ignored\n", __FUNCTION__, __LINE__, vpath, (uint64_t)eip->cr… in set_code_unprotect()
3485 zfree(ZV_NAMEI, vpath); in set_code_unprotect()
3491 .filename = vpath, in set_code_unprotect()
3502 proc_getpid(p), p->p_comm, map, __FUNCTION__, vpath, kr); in set_code_unprotect()
3505 zfree(ZV_NAMEI, vpath); in set_code_unprotect()