Home
last modified time | relevance | path

Searched refs:ip_free_map (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/bsd/sys/
H A Dimgact.h121 vm_map_t ip_free_map; /* map to free once iocount is dropped on vnode */ member
/xnu-10063.141.1/bsd/kern/
H A Dkern_exec.c1477 imgp->ip_free_map = map; in exec_mach_imgact()
1495 imgp->ip_free_map = map; in exec_mach_imgact()
1639 imgp->ip_free_map = map; in exec_mach_imgact()
1665 imgp->ip_free_map = old_map; in exec_mach_imgact()
4716 if (imgp->ip_free_map) { in posix_spawn()
4718 vm_map_deallocate(imgp->ip_free_map); in posix_spawn()
5316 if (imgp->ip_free_map) { in __mac_execve()
5318 vm_map_deallocate(imgp->ip_free_map); in __mac_execve()