Searched refs:vpath (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/SETUP/config/ |
| H A D | mkmakefile.c | 153 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-8020.101.4/bsd/kern/ |
| H A D | kern_mman.c | 1471 char *vpath; in mremap_encrypted() local 1526 vpath = zalloc(ZV_NAMEI); in mremap_encrypted() 1529 ret = vn_getpath(vp, vpath, &len); in mremap_encrypted() 1531 zfree(ZV_NAMEI, vpath); in mremap_encrypted() 1543 __FUNCTION__, vpath, cryptid, cputype, cpusubtype, (uint64_t)user_addr, (uint64_t)user_size); in mremap_encrypted() 1547 … 0x%llx user_size 0x%llx cryptid 0x%x ignored\n", __FUNCTION__, __LINE__, vpath, user_addr, user_s… in mremap_encrypted() 1548 zfree(ZV_NAMEI, vpath); in mremap_encrypted() 1554 .filename = vpath, in mremap_encrypted() 1566 __FUNCTION__, vpath, result); in mremap_encrypted() 1569 zfree(ZV_NAMEI, vpath); in mremap_encrypted()
|
| H A D | mach_loader.c | 3272 char *vpath; in set_code_unprotect() local 3308 vpath = zalloc(ZV_NAMEI); in set_code_unprotect() 3311 error = vn_getpath(vp, vpath, &len); in set_code_unprotect() 3313 zfree(ZV_NAMEI, vpath); in set_code_unprotect() 3318 … 0x%llx cryptsize 0x%llx cryptid 0x%x ignored\n", __FUNCTION__, __LINE__, vpath, (uint64_t)eip->cr… in set_code_unprotect() 3319 zfree(ZV_NAMEI, vpath); in set_code_unprotect() 3325 .filename = vpath, in set_code_unprotect() 3335 proc_getpid(p), p->p_comm, map, __FUNCTION__, vpath, kr); in set_code_unprotect() 3338 zfree(ZV_NAMEI, vpath); in set_code_unprotect()
|