Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/xnu-8792.41.9/bsd/nfs/
H A Dnfs_srvcache.c110 FALSE,
111 FALSE,
113 FALSE,
114 FALSE,
115 FALSE,
116 FALSE,
126 FALSE,
127 FALSE,
128 FALSE,
129 FALSE,
[all …]
/xnu-8792.41.9/pexpert/gen/
H A Dbootargs.c75 return FALSE; in PE_parse_boot_argn_internal()
80 return FALSE; in PE_parse_boot_argn_internal()
84 arg_found = FALSE; in PE_parse_boot_argn_internal()
94 arg_boolean = FALSE; in PE_parse_boot_argn_internal()
140 switch (force_string ? STR : getval(cp, &val, isargsep, FALSE)) { in PE_parse_boot_argn_internal()
196 return PE_parse_boot_argn_internal(PE_boot_args(), arg_string, arg_ptr, max_len, FALSE); in PE_parse_boot_argn()
225 {"-x -ab -aa y=42", "-a", NULL, FALSE}, in parse_boot_arg_test()
226 {"-x b=96 y=42", "bx", NULL, FALSE}, in parse_boot_arg_test()
227 {"-x ab=96 y=42", "a", NULL, FALSE}, in parse_boot_arg_test()
229 FALSE}, in parse_boot_arg_test()
[all …]
/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor_backing_store.c46 boolean_t compressor_store_stop_compaction = FALSE;
49 boolean_t vm_swapfile_create_needed = FALSE;
50 boolean_t vm_swapfile_gc_needed = FALSE;
64 bool vm_swapout_thread_running = FALSE;
72 boolean_t vm_swappin_enabled = FALSE;
110 boolean_t swp_trim_supported = FALSE;
115 int vm_swapfile_can_be_created = FALSE;
116 boolean_t delayed_trim_handling_in_progress = FALSE;
118 boolean_t hibernate_in_progress_with_pinned_swap = FALSE;
133 boolean_t vm_swap_force_defrag = FALSE, vm_swap_force_reclaim = FALSE;
[all …]
H A Dvm_pageout.c150 boolean_t vps_dynamic_priority_enabled = FALSE;
301 boolean_t vm_pageout_running = FALSE;
307 static boolean_t vm_pageout_waiter = FALSE;
381 p->vmp_free_when_done = FALSE; in vm_pageout_object_terminate()
420 m->vmp_cleaning = FALSE; in vm_pageout_object_terminate()
421 m->vmp_free_when_done = FALSE; in vm_pageout_object_terminate()
433 SET_PAGE_DIRTY(m, FALSE); in vm_pageout_object_terminate()
435 m->vmp_dirty = FALSE; in vm_pageout_object_terminate()
477 m->vmp_busy = FALSE; in vm_pageout_object_terminate()
478 m->vmp_absent = FALSE; in vm_pageout_object_terminate()
[all …]
H A Dvm_compressor.c111 if (__probable(popcount_c_segs == FALSE)) { in vmc_pop()
183 if (__probable(checksum_c_segs == FALSE)) { in vmc_hash()
241 boolean_t hibernate_no_swapspace = FALSE;
242 boolean_t hibernate_flush_timed_out = FALSE;
327 boolean_t decompressions_blocked = FALSE;
350 boolean_t vm_swapout_ripe_segments = FALSE;
359 boolean_t fastwake_warmup = FALSE;
360 boolean_t fastwake_recording_in_progress = FALSE;
366 boolean_t hibernate_flushing = FALSE;
546 return FALSE; in vm_compressor_out_of_space()
[all …]
H A Dvm_object.c292 .pager_created = FALSE,
293 .pager_initialized = FALSE,
294 .pager_ready = FALSE,
295 .pager_trusted = FALSE,
296 .can_persist = FALSE,
298 .private = FALSE,
299 .pageout = FALSE,
302 .purgeable_when_ripe = FALSE,
303 .purgeable_only_by_kernel = FALSE,
304 .shadowed = FALSE,
[all …]
H A Dvm_resident.c155 boolean_t hibernate_cleaning_in_progress = FALSE;
161 boolean_t vm_lopage_refill = FALSE;
162 boolean_t vm_lopage_needed = FALSE;
168 boolean_t hibernation_vmqueues_inspection = FALSE; /* Tracks if the hibernation code is looki…
243 boolean_t vm_page_buckets_check_ready = FALSE;
638 static boolean_t fill = FALSE;
692 vm_page_init(p, pnum, FALSE); in vm_get_delayed_page()
738 vm_page_release(p, FALSE); in vm_free_delayed_pages()
754 vm_page_release(p, FALSE); in vm_free_delayed_pages()
829 vm_page_release(p, FALSE); in vm_free_delayed_pages_contig()
[all …]
/xnu-8792.41.9/osfmk/arm/
H A Darm_timer.c104 mytimer->has_expired = FALSE; in timer_intr()
197 mytimer->has_expired = FALSE; in timer_queue_expire_local()
205 return FALSE; in timer_resort_threshold()
280 .latency_tier_rate_limited = {FALSE, FALSE, FALSE, FALSE, FALSE, FALSE},
285 .latency_tier_rate_limited = {FALSE, FALSE, FALSE, FALSE, TRUE, TRUE},
/xnu-8792.41.9/osfmk/tests/
H A Dtest_thread_call.c117 T_ASSERT_EQ_INT(canceled, FALSE, "thread_call_cancel should not succeed"); in test_once_thread_call()
120 T_ASSERT_EQ_INT(pending, FALSE, "call should not be pending"); in test_once_thread_call()
129 T_ASSERT_EQ_INT(pending, FALSE, "call should not be pending"); in test_once_thread_call()
132 T_ASSERT_EQ_INT(freed, FALSE, "thread_call_free should not succeed"); in test_once_thread_call()
143 T_ASSERT_EQ_INT(canceled, FALSE, "thread_call_cancel should not succeed"); in test_once_thread_call()
181 T_ASSERT_EQ_INT(pending, FALSE, "call should not be pending"); in test_signal_thread_call()
188 T_ASSERT_EQ_INT(pending, FALSE, "call should not be pending"); in test_signal_thread_call()
196 T_ASSERT_EQ_INT(canceled, FALSE, "thread_call_cancel should not succeed"); in test_signal_thread_call()
/xnu-8792.41.9/osfmk/i386/
H A Dmp.c122 boolean_t smp_initialized = FALSE;
124 volatile boolean_t force_immediate_debugger_NMI = FALSE;
125 volatile boolean_t pmap_tlb_flush_timeout = FALSE;
450 istate = ml_set_interrupts_enabled(FALSE); in intel_startCPU()
532 mp_kdp_wait(TRUE, FALSE); in cpu_signal_handler()
638 mp_kdp_wait(FALSE, TRUE); in NMIInterruptHandler()
648 if (__sync_bool_compare_and_swap(&mp_kdp_is_NMI, FALSE, TRUE)) { in NMIInterruptHandler()
655 mp_kdp_is_NMI = FALSE; in NMIInterruptHandler()
657 mp_kdp_wait(FALSE, FALSE); in NMIInterruptHandler()
660 mp_kdp_wait(FALSE, FALSE); in NMIInterruptHandler()
[all …]
H A Dmp_native.c58 return FALSE; in i386_smp_init()
80 static boolean_t NMIPIs_enabled = FALSE;
91 boolean_t state = ml_set_interrupts_enabled(FALSE); in i386_send_NMI()
93 if (NMIPIs_enabled == FALSE) { in i386_send_NMI()
106 if (i_bit(MP_TLB_FLUSH, my_word) && (pmap_tlb_flush_timeout == FALSE)) { in handle_pending_TLB_flushes()
H A Dfpu.c359 fpu_store_registers(fps, FALSE); in configure_mxcsr_capability_mask()
536 return FALSE; in fpu_allzeroes()
553 assert(ml_get_interrupts_enabled() == FALSE); in fpu_load_registers()
678 assert(ml_get_interrupts_enabled() == FALSE); in fpu_switch_context()
681 if (ifps && ((ifps->fp_valid != FALSE) && (ifps->fp_valid != TRUE))) { in fpu_switch_context()
685 if (ifps != 0 && (ifps->fp_valid == FALSE)) { in fpu_switch_context()
757 boolean_t old_valid, fresh_state = FALSE; in fpu_set_fxstate()
831 if ((fresh_state == FALSE) && (old_valid == FALSE) && (thr_act != current_thread())) { in fpu_set_fxstate()
969 if (old_valid == FALSE) { in fpu_set_fxstate()
970 boolean_t istate = ml_set_interrupts_enabled(FALSE); in fpu_set_fxstate()
[all …]
H A Di386_timer.c108 mytimer->has_expired = FALSE; in timer_intr()
276 mytimer->has_expired = FALSE; in timer_queue_expire_local()
290 assert(ml_get_interrupts_enabled() == FALSE); in timer_queue_expire_rescan()
298 mytimer->has_expired = FALSE; in timer_queue_expire_rescan()
319 return FALSE; in timer_resort_threshold()
448 .latency_tier_rate_limited = {FALSE, FALSE, FALSE, FALSE, TRUE, TRUE},
/xnu-8792.41.9/osfmk/kdp/
H A Dkdp.c150 return FALSE; in kdp_packet()
159 return FALSE; in kdp_packet()
166 return FALSE; in kdp_packet()
174 return FALSE; in kdp_packet()
196 return FALSE; in kdp_unknown()
214 return FALSE; in kdp_connect()
267 return FALSE; in kdp_disconnect()
271 return FALSE; in kdp_disconnect()
279 kdp.is_halted = kdp.is_conn = FALSE; in kdp_disconnect()
332 return FALSE; in kdp_hostinfo()
[all …]
/xnu-8792.41.9/osfmk/x86_64/
H A Dpmap_pcid.c59 boolean_t pmap_pcid_disabled = FALSE;
69 boolean_t pcid_present = FALSE; in pmap_pcid_configure()
72 pmap_assert(ml_get_interrupts_enabled() == FALSE || get_preemption_level() != 0); in pmap_pcid_configure()
83 if (pmap_pcid_disabled == FALSE) { in pmap_pcid_configure()
84 no_shared_cr3 = FALSE; in pmap_pcid_configure()
101 cpu_datap(i)->cpu_pmap_pcid_enabled = FALSE; in pmap_pcid_configure()
105 cpu_datap(ccpu)->cpu_pmap_pcid_enabled = FALSE; in pmap_pcid_configure()
114 cpu_datap(ccpu)->cpu_pmap_pcid_enabled = FALSE; in pmap_pcid_configure()
266 pmap_assert(ml_get_interrupts_enabled() == FALSE || get_preemption_level() != 0); in pmap_destroy_pcid_sync()
300 boolean_t pcid_conflict = FALSE, pending_flush = FALSE; in pmap_pcid_activate()
[all …]
H A Dloose_ends.c323 boolean_t istate = TRUE, timeread = FALSE; in ml_phys_read_data()
331 istate = ml_set_interrupts_enabled(FALSE); in ml_phys_read_data()
369 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_phys_read_data()
473 boolean_t istate = TRUE, timewrite = FALSE; in ml_phys_write_data()
481 istate = ml_set_interrupts_enabled(FALSE); in ml_phys_write_data()
517 if (phy_write_panic && (machine_timeout_suspended() == FALSE)) { in ml_phys_write_data()
611 boolean_t istate, timeread = FALSE; in ml_port_io_read()
614 istate = ml_set_interrupts_enabled(FALSE); in ml_port_io_read()
648 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_port_io_read()
681 boolean_t istate, timewrite = FALSE; in ml_port_io_write()
[all …]
/xnu-8792.41.9/tools/tests/superpages/
H A Dtestsp.c54 return FALSE; in check_kr()
64 return FALSE; in check_addr0()
74 return FALSE; in check_addr()
84 return FALSE; in check_align()
97 return FALSE; in check_r()
120 return FALSE; in check_nr()
134 return FALSE; in check_w()
153 return FALSE; in check_nw()
172 return FALSE; in check_rw()
226 return FALSE; in test_deallocate()
[all …]
/xnu-8792.41.9/bsd/kern/
H A Dnetboot.c134 return FALSE; in parse_booter_path()
138 return FALSE; in parse_booter_path()
145 return FALSE; in parse_booter_path()
220 return FALSE; in parse_netboot_path()
227 return FALSE; in parse_netboot_path()
231 return FALSE; in parse_netboot_path()
267 boolean_t found = FALSE; in get_root_path()
273 return FALSE; in get_root_path()
318 boolean_t have_root_path = FALSE; in netboot_info_init()
339 if (have_root_path == FALSE) { in netboot_info_init()
[all …]
H A Dkern_memorystatus_notify.c501 boolean_t ret = FALSE; in memorystatus_warn_process()
502 boolean_t found_knote = FALSE; in memorystatus_warn_process()
689 boolean_t set_privilege = FALSE; in memorystatus_low_mem_privileged_listener()
696 set_privilege = FALSE; in memorystatus_low_mem_privileged_listener()
726 *is_dirty = FALSE; in memorystatus_proc_flags_unsafe()
727 *is_dirty_tracked = FALSE; in memorystatus_proc_flags_unsafe()
728 *allow_idle_exit = FALSE; in memorystatus_proc_flags_unsafe()
740 boolean_t eligible = FALSE; in memorystatus_bg_pressure_eligible()
758 eligible = FALSE; in memorystatus_bg_pressure_eligible()
1055 return FALSE; in is_knote_registered_modify_task_pressure_bits()
[all …]
/xnu-8792.41.9/osfmk/console/
H A Dvideo_console.c124 static boolean_t gc_enabled = FALSE;
125 static boolean_t gc_initialized = FALSE;
126 static boolean_t vm_initialized = FALSE;
351 if (enable == FALSE) { in gc_enable()
353 if (console_is_serial() == FALSE) { in gc_enable()
356 gc_enabled = FALSE; in gc_enable()
357 gc_ops.enable(FALSE); in gc_enable()
445 disableConsoleOutput = FALSE; in gc_enable()
460 gc_update_color(COLOR_CODE_GET(colorcode, FALSE), FALSE); in gc_hide_cursor()
465 gc_update_color(COLOR_CODE_GET(colorcodesave, FALSE), FALSE); in gc_hide_cursor()
[all …]
/xnu-8792.41.9/osfmk/i386/vmx/
H A Dvmx_cpu.c43 boolean_t vmx_exclusive = FALSE;
186 if (FALSE == cpu->specs.vmx_on) { in vmx_on()
223 cpu->specs.vmx_on = FALSE; in vmx_off()
283 available = FALSE; in vmx_globally_available()
341 vmx_exclusive = FALSE; in host_vmxoff()
392 cpu->specs.vmx_on = FALSE; in vmx_resume()
406 return FALSE; in vmx_hv_support()
409 #define CHK(msr, shift, mask) if (!VMX_CAP(msr, shift, mask)) return FALSE; in vmx_hv_support()
/xnu-8792.41.9/osfmk/kern/
H A Dhibernate.c48 boolean_t need_to_unlock_decompressor = FALSE;
68 page_list_wired = hibernate_page_list_allocate(FALSE); in hibernate_alloc_page_lists()
75 page_list_pal = hibernate_page_list_allocate(FALSE); in hibernate_alloc_page_lists()
125 need_to_unlock_decompressor = FALSE; in hibernate_setup()
150 need_to_unlock_decompressor = FALSE; in hibernate_teardown()
H A Ddebug.c142 unsigned int panicDebugging = FALSE;
266 SECURITY_READ_ONLY_LATE(boolean_t) kdp_explicitly_requested = FALSE;
284 boolean_t extended_debug_log_enabled = FALSE;
295 boolean_t debugger_allcpus_halted = FALSE;
302 boolean_t kernelcache_uuid_valid = FALSE;
306 boolean_t pageablekc_uuid_valid = FALSE;
310 boolean_t auxkc_uuid_valid = FALSE;
338 FALSE;
369 return FALSE; in kernel_debugging_restricted()
371 return FALSE; in kernel_debugging_restricted()
[all …]
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)
/xnu-8792.41.9/tests/vm/
H A Dvm_test_cow_before_zf_read.c96 test_cow_before_zf_read(FALSE, FALSE);
97 test_cow_before_zf_read(FALSE, TRUE);
98 test_cow_before_zf_read(TRUE, FALSE);

12345678910>>...22