Searched refs:boolean (Results 1 - 25 of 130) sorted by relevance

123456

/xnu-2782.1.97/osfmk/i386/
H A Dvmx.h36 #include <mach/boolean.h>
H A Dmachine_cpu.h32 #include <mach/boolean.h>
H A Dsimple_lock.h68 #include <mach/boolean.h>
/xnu-2782.1.97/osfmk/mach/
H A Dboolean.h59 * File: mach/boolean.h
73 #include <mach/machine/boolean.h>
H A Dstd_types.h67 #include <mach/boolean.h>
H A Drpc.h39 #include <mach/boolean.h>
/xnu-2782.1.97/osfmk/chud/
H A Dchud_xnu_private.h33 #include <mach/boolean.h>
/xnu-2782.1.97/osfmk/i386/vmx/
H A Dvmx_shims.h33 #include <mach/boolean.h>
H A Dvmx_cpu.h33 #include <mach/boolean.h>
/xnu-2782.1.97/osfmk/kern/
H A Dmacro_help.h68 #include <mach/boolean.h>
H A Dsyscall_emulation.c61 #include <mach/boolean.h>
/xnu-2782.1.97/bsd/sys/
H A Dnetboot.h37 #include <mach/boolean.h>
/xnu-2782.1.97/bsd/vm/
H A Dvm_pager.h47 #include <mach/boolean.h>
H A Dvnode_pager.h43 #include <mach/boolean.h>
/xnu-2782.1.97/libkern/c++/
H A DOSBoolean.cpp97 bool OSBoolean::isEqualTo(const OSBoolean *boolean) const
99 return (boolean == this);
104 OSBoolean * boolean; local
105 if ((boolean = OSDynamicCast(OSBoolean, obj)))
106 return isEqualTo(boolean);
/xnu-2782.1.97/libsyscall/mach/
H A Dmach_error.c64 #include <mach/boolean.h>
H A Dexc_catcher.c34 #include <mach/boolean.h>
H A Dexc_catcher_state.c34 #include <mach/boolean.h>
H A Dsemaphore.c29 #include <mach/boolean.h>
/xnu-2782.1.97/tools/tests/testkext/
H A Dtestvmx.cpp13 #include <mach/boolean.h>
/xnu-2782.1.97/libkern/libkern/
H A Dkxld.h32 #include <mach/boolean.h> // boolean_t
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_table.h71 #include <mach/boolean.h>
/xnu-2782.1.97/osfmk/mach_debug/
H A Dipc_info.h69 #include <mach/boolean.h>
/xnu-2782.1.97/osfmk/vm/
H A Dvm_external.h62 #include <mach/boolean.h>
/xnu-2782.1.97/pexpert/pexpert/
H A Dprotos.h36 #include <mach/boolean.h>

Completed in 173 milliseconds

123456