Searched refs:boolean (Results 26 - 50 of 130) sorted by relevance

123456

/xnu-2782.1.97/libkern/c++/
H A DOSUnserialize.y132 | boolean { $$ = (object_t *)buildOSBoolean($1); }
210 boolean: BOOLEAN label
262 /* parse boolean */
264 bool boolean = false;
269 boolean = true;
281 yylval = (object_t *)boolean;
/xnu-2782.1.97/libkern/libkern/
H A Dkxld_types.h33 #include <mach/boolean.h> // boolean_t
/xnu-2782.1.97/libsyscall/mach/
H A Derrorlib.h69 #include <mach/boolean.h>
H A Dexc_catcher_state_identity.c34 #include <mach/boolean.h>
H A Dmach_init.c55 #include <mach/boolean.h>
H A Dmach_error_string.c59 #include <mach/boolean.h>
/xnu-2782.1.97/osfmk/chud/
H A Dchud_osfmk_callback.c30 #include <mach/boolean.h>
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_hash.h71 #include <mach/boolean.h>
H A Dipc_hash.c66 #include <mach/boolean.h>
/xnu-2782.1.97/osfmk/kern/
H A Dipc_tt.h62 #include <mach/boolean.h>
H A Dsimple_lock.h74 #include <mach/boolean.h>
H A Dmisc_protos.h44 #include <mach/boolean.h>
/xnu-2782.1.97/osfmk/mach/
H A Dthread_info.h72 #include <mach/boolean.h>
H A Dpolicy.h72 #include <mach/boolean.h>
/xnu-2782.1.97/osfmk/mach_debug/
H A Dvm_info.h67 #include <mach/boolean.h>
H A Dzone_info.h62 #include <mach/boolean.h>
/xnu-2782.1.97/osfmk/vm/
H A Dmemory_object.h64 #include <mach/boolean.h>
H A Dvm_fault.h69 #include <mach/boolean.h>
H A Dvm_kern.h70 #include <mach/boolean.h>
/xnu-2782.1.97/osfmk/i386/commpage/
H A Dcommpage.h34 #include <mach/boolean.h>
/xnu-2782.1.97/osfmk/i386/
H A Dthread.h69 #include <mach/boolean.h>
H A Dmp.h74 #include <mach/boolean.h>
/xnu-2782.1.97/bsd/netinet/
H A Ddhcp_options.h44 #include <mach/boolean.h>
/xnu-2782.1.97/bsd/sys/
H A Ddisk.h36 #include <mach/boolean.h>
H A Dquota.h76 #include <mach/boolean.h>

Completed in 125 milliseconds

123456