Searched refs:vpath (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.61.2/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-8792.61.2/bsd/kern/ |
| H A D | kern_mman.c | 1514 char *vpath; in mremap_encrypted() local 1569 vpath = zalloc(ZV_NAMEI); in mremap_encrypted() 1572 ret = vn_getpath(vp, vpath, &len); in mremap_encrypted() 1574 zfree(ZV_NAMEI, vpath); in mremap_encrypted() 1586 __FUNCTION__, vpath, cryptid, cputype, cpusubtype, (uint64_t)user_addr, (uint64_t)user_size); in mremap_encrypted() 1590 … 0x%llx user_size 0x%llx cryptid 0x%x ignored\n", __FUNCTION__, __LINE__, vpath, user_addr, user_s… in mremap_encrypted() 1591 zfree(ZV_NAMEI, vpath); in mremap_encrypted() 1597 .filename = vpath, in mremap_encrypted() 1609 __FUNCTION__, vpath, result); in mremap_encrypted() 1612 zfree(ZV_NAMEI, vpath); in mremap_encrypted()
|
| H A D | mach_loader.c | 3585 char *vpath; in set_code_unprotect() local 3621 vpath = zalloc(ZV_NAMEI); in set_code_unprotect() 3624 error = vn_getpath(vp, vpath, &len); in set_code_unprotect() 3626 zfree(ZV_NAMEI, vpath); in set_code_unprotect() 3631 … 0x%llx cryptsize 0x%llx cryptid 0x%x ignored\n", __FUNCTION__, __LINE__, vpath, (uint64_t)eip->cr… in set_code_unprotect() 3632 zfree(ZV_NAMEI, vpath); in set_code_unprotect() 3638 .filename = vpath, in set_code_unprotect() 3648 proc_getpid(p), p->p_comm, map, __FUNCTION__, vpath, kr); in set_code_unprotect() 3651 zfree(ZV_NAMEI, vpath); in set_code_unprotect()
|