Searched refs:vm_region (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dmach_types.h108 #include <mach/vm_region.h>
H A Dvm_map.defs91 routine vm_region(
395 * A recursive form of vm_region which probes submaps withint the
H A DMakefile149 vm_region.h \
/macosx-10.10/IOKitUser-1050.1.21/
H A DTests.c34 #include <mach/vm_region.h>
340 kr = vm_region( mach_task_self(),
347 printf("vm_region = %lx, start: %08x, len: %08x\n", kr, vs, vl );
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DWSTests.c34 #include <mach/vm_region.h>
415 kr = vm_region( mach_task_self(),
422 printf("vm_region = %lx, start: %08x, len: %08x\n", kr, vs, vl );
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddproc.c573 if (vm_region(task, &address, &size, VM_REGION_EXTENDED_INFO,
581 if (vm_region(task, &address, &size, VM_REGION_TOP_INFO,
/macosx-10.10/emacs-93/emacs/src/
H A Dunexnext.c188 ret = vm_region(task_self(),
H A Dunexmacosx.c119 #define vm_region vm_region_64 macro
334 while (vm_region (target_task, &address, &size, VM_REGION_BASIC_INFO,
368 while (vm_region (target_task, &address, &size, VM_REGION_BASIC_INFO,
417 vm_region. */
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmachvm_tests.c187 kret = vm_region(mach_task_self(), &addr, &size, VM_REGION_BASIC_INFO,
190 warnx("vm_region(VM_REGION_BASIC_INFO) failed: %d", kret);
194 warnx("vm_region(VM_REGION_BASIC_INFO) returned a bad info count");
202 warnx("vm_region(VM_REGION_BASIC_INFO) returned a bad region range");
208 warnx("vm_region(VM_REGION_BASIC_INFO) returned a bad protection");
247 warnx("vm_region and vm_region_64 did not agree");
/macosx-10.10/emacs-93/
H A Dunexmacosx.c119 #define vm_region vm_region_64 macro
334 while (vm_region (target_task, &address, &size, VM_REGION_BASIC_INFO,
368 while (vm_region (target_task, &address, &size, VM_REGION_BASIC_INFO,
417 vm_region. */
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_core.c56 #include <mach/vm_region.h>
H A Dprocess_policy.c59 #include <mach/vm_region.h>
H A Dproc_info.c66 #include <mach/vm_region.h>
/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_synch.c80 #include <mach/vm_region.h>
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_user.c1440 * vm_region_64 and vm_region:
1491 vm_region( function
1524 * vm_region_recurse: A form of vm_region which follows the
1561 * vm_region_recurse: A form of vm_region which follows the

Completed in 232 milliseconds