Searched refs:vpath (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.101.5/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-8796.101.5/bsd/kern/ |
| H A D | kern_mman.c | 1544 char *vpath; in mremap_encrypted() local 1599 vpath = zalloc(ZV_NAMEI); in mremap_encrypted() 1602 ret = vn_getpath(vp, vpath, &len); in mremap_encrypted() 1604 zfree(ZV_NAMEI, vpath); in mremap_encrypted() 1616 __FUNCTION__, vpath, cryptid, cputype, cpusubtype, (uint64_t)user_addr, (uint64_t)user_size); in mremap_encrypted() 1620 … 0x%llx user_size 0x%llx cryptid 0x%x ignored\n", __FUNCTION__, __LINE__, vpath, user_addr, user_s… in mremap_encrypted() 1621 zfree(ZV_NAMEI, vpath); in mremap_encrypted() 1627 .filename = vpath, in mremap_encrypted() 1640 __FUNCTION__, vpath, result); in mremap_encrypted() 1643 zfree(ZV_NAMEI, vpath); in mremap_encrypted()
|
| H A D | mach_loader.c | 3568 char *vpath; in set_code_unprotect() local 3604 vpath = zalloc(ZV_NAMEI); in set_code_unprotect() 3607 error = vn_getpath(vp, vpath, &len); in set_code_unprotect() 3609 zfree(ZV_NAMEI, vpath); in set_code_unprotect() 3614 … 0x%llx cryptsize 0x%llx cryptid 0x%x ignored\n", __FUNCTION__, __LINE__, vpath, (uint64_t)eip->cr… in set_code_unprotect() 3615 zfree(ZV_NAMEI, vpath); in set_code_unprotect() 3621 .filename = vpath, in set_code_unprotect() 3632 proc_getpid(p), p->p_comm, map, __FUNCTION__, vpath, kr); in set_code_unprotect() 3635 zfree(ZV_NAMEI, vpath); in set_code_unprotect()
|