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

1234567

/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/i386/
H A Dfb_entries.h31 #include <mach/boolean.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_trap.h62 #include <mach/boolean.h>
H A Ddb_cond.h58 #include <mach/boolean.h>
H A Ddb_expr.h58 #include <mach/boolean.h>
H A Ddb_output.h70 #include <mach/boolean.h>
H A Ddb_run.h63 #include <mach/boolean.h>
H A Ddb_access.h69 #include <mach/boolean.h>
/macosx-10.5.8/xnu-1228.15.4/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>
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_xnu_private.h33 #include <mach/boolean.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/vmx/
H A Dvmx_shims.h33 #include <mach/boolean.h>
H A Dvmx_cpu.h33 #include <mach/boolean.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmacro_help.h68 #include <mach/boolean.h>
/macosx-10.5.8/xnu-1228.15.4/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);
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_pager.h47 #include <mach/boolean.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_cpu.h32 #include <mach/boolean.h>
H A Dsimple_lock.h68 #include <mach/boolean.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmachine_cpu.h32 #include <mach/boolean.h>
H A Dscreen_switch.h70 #include <mach/boolean.h>
/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dmach_error.c65 #include <mach/boolean.h>
H A Dexc_catcher.c34 #include <mach/boolean.h>
H A Dsemaphore.c29 #include <mach/boolean.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach_debug/
H A Dzone_info.h62 #include <mach/boolean.h>
H A Dipc_info.h69 #include <mach/boolean.h>
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSBoolean.h39 @abstract Container class for boolean values.
60 @param value A boolean value.
78 @abstract A member function to test if the boolean object is true.
84 @abstract A member function to test if the boolean object is false.
99 @param boolean An OSBoolean object to be compared against the receiver.
102 virtual bool isEqualTo(const OSBoolean *boolean) const;

Completed in 355 milliseconds

1234567