Searched refs:FALSE (Results 1 - 25 of 380) sorted by relevance

1234567891011>>

/darwin-on-arm/xnu/osfmk/mach/
H A Dboolean.h77 * Define TRUE and FALSE if not defined.
84 #ifndef FALSE
85 #define FALSE 0 macro
86 #endif /* FALSE */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_malloc.c317 { -1, 0, FALSE }, /* 0 M_FREE */
318 { MSIZE, KMZ_CREATEZONE, FALSE }, /* 1 M_MBUF */
319 { 0, KMZ_MALLOC, FALSE }, /* 2 M_DEVBUF */
322 { M_MBUF, KMZ_SHAREZONE, FALSE }, /* 5 M_RTABLE */
323 { M_MBUF, KMZ_SHAREZONE, FALSE }, /* 6 M_HTABLE */
324 { M_MBUF, KMZ_SHAREZONE, FALSE }, /* 7 M_FTABLE */
326 { 0, KMZ_MALLOC, FALSE }, /* 9 M_IFADDR */
327 { M_MBUF, KMZ_SHAREZONE, FALSE }, /* 10 M_SOOPTS */
328 { 0, KMZ_MALLOC, FALSE }, /* 11 M_SONAME */
329 { MAXPATHLEN, KMZ_CREATEZONE, FALSE }, /* 1
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dspl.h35 #define splhigh() (spl_t) ml_set_interrupts_enabled(FALSE)
36 #define splsched() (spl_t) ml_set_interrupts_enabled(FALSE)
37 #define splclock() (spl_t) ml_set_interrupts_enabled(FALSE)
H A Dspl.c41 return(ml_set_interrupts_enabled(FALSE));
48 return(ml_set_interrupts_enabled(FALSE));
55 return(ml_set_interrupts_enabled(FALSE));
H A Dmacro_help.h74 #define NEVER FALSE
H A Dpage_decrypt.c56 first_wait = FALSE;
/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_kprintf.c48 unsigned int disable_serial_output = FALSE;
65 if (PE_state.initialized == FALSE)
69 unsigned int new_disable_serial_output = FALSE;
75 new_disable_serial_output = FALSE;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_srvcache.c108 FALSE,
109 FALSE,
111 FALSE,
112 FALSE,
113 FALSE,
114 FALSE,
124 FALSE,
125 FALSE,
126 FALSE,
127 FALSE,
[all...]
/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_kprintf.c48 unsigned int disable_serial_output = FALSE;
59 if (PE_state.initialized == FALSE)
69 new_disable_serial_output = FALSE;
109 boolean_t early = FALSE;
128 state = ml_set_interrupts_enabled(FALSE);
134 ml_set_interrupts_enabled(FALSE);
/darwin-on-arm/xnu/osfmk/arm/
H A Dmp.c55 if (ml_get_interrupts_enabled() == FALSE) {
H A Darm_init.c134 PE_init_platform(FALSE, (void *) args);
139 PE_init_kprintf(FALSE);
190 disableConsoleOutput = FALSE; /* Allow printfs to happen */
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap_pcid.c60 boolean_t pmap_pcid_disabled = FALSE;
65 boolean_t pcid_present = FALSE;
68 pmap_assert(ml_get_interrupts_enabled() == FALSE || get_preemption_level() !=0);
78 if (pmap_pcid_disabled == FALSE)
79 no_shared_cr3 = FALSE;
94 cpu_datap(i)->cpu_pmap_pcid_enabled = FALSE;
98 cpu_datap(ccpu)->cpu_pmap_pcid_enabled = FALSE;
107 cpu_datap(ccpu)->cpu_pmap_pcid_enabled = FALSE;
239 pmap_assert(ml_get_interrupts_enabled() == FALSE || get_preemption_level() !=0);
256 boolean_t pcid_conflict = FALSE, pending_flus
[all...]
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMNMI.cpp62 enable_debugger = FALSE;
63 mask_NMI = FALSE;
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp_native.c56 return FALSE;
80 boolean_t state = ml_set_interrupts_enabled(FALSE);
95 if (i_bit(MP_TLB_FLUSH, my_word) && (pmap_tlb_flush_timeout == FALSE)) {
H A Dfpu.c130 static uint32_t fpu_YMM_present = FALSE;
191 fpu_store_registers(fps, FALSE);
273 fpu_YMM_present = FALSE;
318 assert(ml_get_interrupts_enabled() == FALSE);
435 assert(ml_get_interrupts_enabled() == FALSE);
438 if (ifps && ((ifps->fp_valid != FALSE) && (ifps->fp_valid != TRUE))) {
442 if (ifps != 0 && (ifps->fp_valid == FALSE)) {
539 if ((old_valid == FALSE) && (thr_act != current_thread())) {
578 if (old_valid == FALSE) {
579 boolean_t istate = ml_set_interrupts_enabled(FALSE);
[all...]
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c376 static boolean_t vm_pageout_need_to_refill_clean_queue = FALSE;
377 static boolean_t vm_pageout_precleaning_delayed = FALSE;
398 boolean_t vm_pages_encrypted = FALSE; /* are there encrypted pages ? */
491 p->pageout = FALSE;
527 m->cleaning = FALSE;
528 m->encrypted_cleaning = FALSE;
529 m->pageout = FALSE;
544 SET_PAGE_DIRTY(m, FALSE);
546 m->dirty = FALSE;
575 * the (COPY_OUT_FROM == FALSE) request_page_lis
[all...]
H A Dvm_init.c91 boolean_t vm_kernel_ready = FALSE;
92 boolean_t kmem_ready = FALSE;
93 boolean_t zlog_ready = FALSE;
H A Dvm_object.c430 entry->waiting = FALSE;
504 zone_change(vm_object_zone, Z_CALLERACCT, FALSE); /* don't charge caller */
536 zone_change(vm_object_hash_zone, Z_CALLERACCT, FALSE);
582 vm_object_template.all_wanted = 0; /* all bits FALSE */
583 vm_object_template.pager_created = FALSE;
584 vm_object_template.pager_initialized = FALSE;
585 vm_object_template.pager_ready = FALSE;
586 vm_object_template.pager_trusted = FALSE;
587 vm_object_template.can_persist = FALSE;
590 vm_object_template.private = FALSE;
[all...]
H A Dvm_fault.c427 if (object == kernel_object || vm_page_deactivate_behind == FALSE) {
433 return FALSE;
505 vm_page_deactivate_internal(m, FALSE);
516 return FALSE;
674 m->cs_validated = FALSE;
675 m->cs_tainted = FALSE;
801 boolean_t force_fault_retry = FALSE;
808 boolean_t data_already_requested = FALSE;
851 #define PAGED_OUT(o, f) (FALSE)
997 m->pageout = FALSE;
[all...]
/darwin-on-arm/xnu/tools/tests/testkext/
H A Dtestvmx.cpp32 ret = host_vmxon(FALSE);
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_bcm2836.c53 static boolean_t clock_initialized = FALSE;
54 static boolean_t clock_had_irq = FALSE;
H A Dpe_sun4i.c60 static boolean_t clock_initialized = FALSE;
61 static boolean_t clock_had_irq = FALSE;
/darwin-on-arm/xnu/pexpert/gen/
H A Dbootargs.c81 if (*args == '\0') return FALSE;
84 if (max_len == -1) return FALSE;
87 arg_found = FALSE;
96 arg_boolean = FALSE;
164 return(FALSE);
335 return FALSE;
343 return FALSE;
355 return IODTGetDefault(property_name, property_ptr, max_property) ? FALSE : TRUE;
/darwin-on-arm/xnu/security/
H A Dmac_label.c50 zone_change(zone_label, Z_EXHAUST, FALSE);
51 zone_change(zone_label, Z_CALLERACCT, FALSE);
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_copyright.c116 return FALSE;
148 boolean_t result = FALSE;
170 boolean_t result = FALSE;
198 boolean_t result = FALSE;
247 boolean_t result = FALSE;

Completed in 85 milliseconds

1234567891011>>