Searched refs:TRUE (Results 1 - 25 of 373) sorted by relevance

1234567891011>>

/xnu-2782.1.97/osfmk/mach/
H A Dboolean.h77 * Define TRUE and FALSE if not defined.
80 #ifndef TRUE
81 #define TRUE 1 macro
82 #endif /* TRUE */
/xnu-2782.1.97/libsyscall/mach/
H A Dmig_allocate.c65 VM_MAKE_TAG(VM_MEMORY_MACH_MSG)|TRUE)
H A Dport_obj.c53 TRUE);
/xnu-2782.1.97/osfmk/kern/
H A Dmacro_help.h75 #define ALWAYS TRUE
H A Dspl.h39 #define spllo() (void) ml_set_interrupts_enabled(TRUE)
H A Dspl.c61 (void)ml_set_interrupts_enabled(TRUE);
H A Dkern_ecc.c46 static boolean_t ecc_data_empty = TRUE; // next read == next write : empty or full?
47 static boolean_t ecc_prefer_panic = TRUE;
127 ecc_data_empty = TRUE;
H A Dhibernate.c62 page_list = hibernate_page_list_allocate(TRUE);
118 need_to_unlock_decompressor = TRUE;
139 if (retval != KERN_SUCCESS && need_to_unlock_decompressor == TRUE) {
161 if (need_to_unlock_decompressor == TRUE) {
H A Dpage_decrypt.c49 static boolean_t first_wait = TRUE;
H A Dgzalloc.c111 boolean_t gzalloc_uf_mode = FALSE, gzalloc_consistency_checks = TRUE;
173 gzalloc_mode = TRUE;
185 gzalloc_mode = TRUE;
193 gzalloc_mode = TRUE;
203 gzalloc_mode = TRUE;
213 gzalloc_uf_mode = TRUE;
225 gzalloc_mode = TRUE;
261 if (canblock == TRUE) {
380 return TRUE;
436 gzfreed = TRUE;
[all...]
/xnu-2782.1.97/pexpert/gen/
H A Dbootargs.c85 arg_boolean = TRUE;
103 arg_found = TRUE;
116 arg_found = TRUE;
123 arg_found = TRUE;
130 arg_found = TRUE;
151 return(TRUE);
300 return TRUE;
336 return TRUE;
342 return IODTGetDefault(property_name, property_ptr, max_property) ? FALSE : TRUE;
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_srvcache.c110 TRUE,
115 TRUE,
116 TRUE,
117 TRUE,
118 TRUE,
119 TRUE,
120 TRUE,
121 TRUE,
122 TRUE,
123 TRUE,
[all...]
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_init.c163 zone_change(ipc_space_zone, Z_NOENCRYPT, TRUE);
175 zone_change(ipc_object_zones[IOT_PORT], Z_NOENCRYPT, TRUE);
182 zone_change(ipc_object_zones[IOT_PORT_SET], Z_NOENCRYPT, TRUE);
241 TRUE, VM_FLAGS_ANYWHERE, &ipc_kernel_map);
247 TRUE, VM_FLAGS_ANYWHERE, &ipc_kernel_copy_map);
252 ipc_kernel_copy_map->no_zero_fill = TRUE;
253 ipc_kernel_copy_map->wait_for_space = TRUE;
/xnu-2782.1.97/tools/tests/superpages/
H A Dtestsp.c54 return TRUE;
63 return TRUE;
72 return TRUE;
81 return TRUE;
100 return TRUE;
114 return TRUE;
130 return TRUE;
144 return TRUE;
158 return TRUE;
184 return TRUE;
[all...]
/xnu-2782.1.97/bsd/kern/
H A Dkern_malloc.c340 { SOS(socket), KMZ_CREATEZONE, TRUE }, /* 3 M_SOCKET */
341 { SOS(inpcb), KMZ_LOOKUPZONE, TRUE }, /* 4 M_PCB */
345 { SOS(rusage), KMZ_CREATEZONE, TRUE }, /* 8 M_ZOMBIE */
368 { SOS(vnode), KMZ_CREATEZONE, TRUE }, /* 25 M_VNODE */
377 { SOS(plimit), KMZ_CREATEZONE, TRUE }, /* 30 M_PLIMIT */
378 { SOS(sigacts), KMZ_CREATEZONE_ACCT, TRUE }, /* 31 M_SIGACTS */
385 { SOS(fileproc),KMZ_CREATEZONE_ACCT, TRUE }, /* 38 M_FILEPROC */
386 { SOS(filedesc),KMZ_CREATEZONE_ACCT, TRUE }, /* 39 M_FILEDESC */
387 { SOX(lockf), KMZ_CREATEZONE_ACCT, TRUE }, /* 40 M_LOCKF */
389 { SOS(pstats), KMZ_CREATEZONE, TRUE }, /* 4
[all...]
H A Dkern_memorystatus.c85 return TRUE;
367 p = memorystatus_get_first_proc_locked(&b, TRUE);
378 task_set_phys_footprint_limit_internal(p->task, (memlimit > 0) ? memlimit : -1, NULL, TRUE);
388 p = memorystatus_get_next_proc_locked(&b, p, TRUE);
463 changed = TRUE;
552 boolean_t memorystatus_freeze_throttle_enabled = TRUE;
870 memorystatus_update_levels_locked(TRUE);
906 memorystatus_invalidate_idle_demotion_locked(p, TRUE);
931 present_in_deferred_bucket = TRUE;
958 present_in_deferred_bucket = TRUE;
1882 thread_wire(host_priv_self(), current_thread(), TRUE); local
3513 memorystatus_update_vm_pressure(TRUE); variable
[all...]
/xnu-2782.1.97/osfmk/vm/
H A Dvm_compressor.c266 return (TRUE);
275 return (TRUE);
314 PAGE_REPLACEMENT_ALLOWED(TRUE);
316 decompressions_blocked = TRUE;
324 PAGE_REPLACEMENT_ALLOWED(TRUE);
398 zone_change(compressor_segment_zone, Z_NOENCRYPT, TRUE);
468 memorystatus_freeze_enabled = TRUE;
547 clear_busy = TRUE;
556 if (clear_busy == TRUE)
575 clear_busy = TRUE;
[all...]
H A Dvm_compressor_backing_store.c225 vm_swap_up = TRUE;
227 printf("VM Swap Subsystem is %s\n", (vm_swap_up == TRUE) ? "ON" : "OFF");
389 PAGE_REPLACEMENT_DISALLOWED(TRUE);
395 if (compressor_store_stop_compaction == TRUE || VM_SWAP_BUSY()) {
414 PAGE_REPLACEMENT_DISALLOWED(TRUE);
432 c_seg_swapin(c_seg, TRUE);
447 PAGE_REPLACEMENT_DISALLOWED(TRUE);
467 while (TRUE) {
513 while (TRUE) {
517 if (VM_SWAP_BUSY() || compressor_store_stop_compaction == TRUE)
[all...]
H A Dvm_pageout.c576 vm_page_unwire(m, TRUE); /* reactivates */
623 vm_page_unwire(m, TRUE); /* reactivates */
646 if (m->encrypted_cleaning == TRUE) {
704 m->cleaning = TRUE;
715 new_m->private = TRUE;
716 new_m->pageout = TRUE;
799 m->pageout = TRUE;
880 if (object->internal == TRUE) {
882 m->busy = TRUE;
891 m->laundry = TRUE;
[all...]
/xnu-2782.1.97/pexpert/i386/
H A Dpe_kprintf.c51 unsigned int disable_serial_output = TRUE;
64 unsigned int new_disable_serial_output = TRUE;
112 early = TRUE;
/xnu-2782.1.97/tools/tests/memorystatus/
H A Dmemorystatus_groups.c129 boolean_t passflag = TRUE;
146 passflag = TRUE;
158 passflag = TRUE;
170 passflag = TRUE;
181 passflag = TRUE;
212 do_error_flag = TRUE;
215 verbose_flag = TRUE;
222 list_flag = TRUE;
226 generate_flag = TRUE;
282 do_error_flag = TRUE;
[all...]
/xnu-2782.1.97/osfmk/default_pager/
H A Ddefault_pager.c162 dpt.dpt_initialized_p = TRUE;
186 (dpt_array[id])->dpt_internal = TRUE;
187 (dpt_array[id])->dpt_initialized_p = TRUE;
240 * returning TRUE if one if found
250 verbose = TRUE ;
251 return TRUE;
265 return(TRUE);
269 return(TRUE);
344 if (dp_encryption_inited && dp_encryption == TRUE) {
383 zone_change(vstruct_zone, Z_NOENCRYPT, TRUE);
[all...]
/xnu-2782.1.97/osfmk/i386/
H A Di386_timer.c113 mytimer->has_expired = TRUE; /* Remember that we popped */
131 timer_processed = TRUE;
227 mytimer->has_expired = TRUE;
249 mytimer->has_expired = TRUE;
250 mytimer->deadline = timer_queue_expire_with_options(&mytimer->queue, abstime, TRUE);
269 return TRUE;
397 .latency_tier_rate_limited = {FALSE, FALSE, FALSE, FALSE, TRUE, TRUE},
/xnu-2782.1.97/osfmk/kdp/
H A Dkdp.c230 kdp.is_conn = TRUE;
246 return (TRUE);
291 return (TRUE);
303 kdp.is_conn = TRUE;
307 return (TRUE);
334 return (TRUE);
363 return (TRUE);
385 kdp.is_halted = TRUE;
390 return (TRUE);
417 return (TRUE);
[all...]
/xnu-2782.1.97/libkern/kxld/
H A Dkxld_copyright.c113 return TRUE;
157 result = TRUE;
185 result = TRUE;
192 * and year ranges, and returns TRUE if all years and year ranges are valid
229 result = TRUE;
269 result = TRUE;

Completed in 93 milliseconds

1234567891011>>