Searched defs:TRUE (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/osfmk/mach/
H A Dboolean.h81 #define TRUE 1 macro
/xnu-2422.115.4/osfmk/i386/
H A Dlapic_native.c146 TRUE); local
/xnu-2422.115.4/bsd/kern/
H A Dmcache.c563 (*cp->mc_slab_log)((num - need), *top, TRUE); local
593 (*cp->mc_slab_audit)(cp->mc_private, *top, TRUE); local
H A Dkern_memorystatus.c1429 thread_wire(host_priv_self(), current_thread(), TRUE); local
2911 memorystatus_update_vm_pressure(TRUE); variable
[all...]
/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c274 (ppnum_t) i386_btop(start_addr), prot, VM_PROT_NONE, flags, TRUE); local
[all...]
/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.c496 gc_update_color(COLOR_CODE_GET(colorcode, TRUE ), TRUE ); local
501 gc_update_color(COLOR_CODE_GET(colorcodesave, TRUE ), TRUE ); local
1058 gc_update_color(COLOR_CODE_GET(gc_buffer_colorcodes[index - jump], TRUE ), TRUE ); local
1090 gc_update_color(COLOR_CODE_GET(colorcodesave, TRUE ), TRUE ); local
1167 gc_update_color(COLOR_CODE_GET(gc_buffer_colorcodes[index + jump], TRUE ), TRUE ); local
1199 gc_update_color(COLOR_CODE_GET(colorcodesave, TRUE ), TRUE ); local
1262 gc_update_color(COLOR_CODE_GET(colorcode, FALSE), TRUE ); local
1267 gc_update_color(COLOR_CODE_GET(colorcodesave, TRUE ), TRUE ); local
[all...]

Completed in 81 milliseconds