Home
last modified time | relevance | path

Searched refs:DEFAULT (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/tests/vm/
H A Dvm_ranges.c16 DEFAULT = 0, enumerator
88 case DEFAULT: in get_range()
268 assert_allocate_in_range(DEFAULT, 0, RANGE_DEFAULT_FLAGS);
291 struct mach_vm_range def = get_range(DEFAULT); in ensure_rogue_fixed_fails()
352 assert_mmap_in_range(NULL, DEFAULT, ALLOCATION_SIZE, fd, MAP_FILE | MAP_SHARED);
364 …assert_mmap_in_range(NULL, DEFAULT, ALLOCATION_SIZE, VM_MEMORY_RANGE_DEFAULT, MAP_ANON | MAP_PRIVA…
430 mach_vm_address_t addr = assert_allocate_in_range(DEFAULT, 0, RANGE_DEFAULT_FLAGS);
478 struct mach_vm_range def = get_range(DEFAULT); in ensure_range()
493 struct mach_vm_range def = get_range(DEFAULT); in ensure_child_range()
510 parent_default = get_range(DEFAULT);
/xnu-12377.61.12/bsd/kern/
H A Duipc_socket2.c2245 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar) in pru_sanitize() macro
2246 DEFAULT(pru->pru_abort, pru_abort_notsupp); in pru_sanitize()
2247 DEFAULT(pru->pru_accept, pru_accept_notsupp); in pru_sanitize()
2248 DEFAULT(pru->pru_attach, pru_attach_notsupp); in pru_sanitize()
2249 DEFAULT(pru->pru_bind, pru_bind_notsupp); in pru_sanitize()
2250 DEFAULT(pru->pru_connect, pru_connect_notsupp); in pru_sanitize()
2251 DEFAULT(pru->pru_connect2, pru_connect2_notsupp); in pru_sanitize()
2252 DEFAULT(pru->pru_connectx, pru_connectx_notsupp); in pru_sanitize()
2253 DEFAULT(pru->pru_control, pru_control_notsupp); in pru_sanitize()
2254 DEFAULT(pru->pru_detach, pru_detach_notsupp); in pru_sanitize()
[all …]
/xnu-12377.61.12/makedefs/
H A DMakeInc.top51 ARCH_CONFIGS := DEFAULT
75 KERNEL_CONFIGS := DEFAULT
101 MACHINE_CONFIGS := DEFAULT
127 ifeq ($(KERNEL_CONFIGS),DEFAULT)
133 ifeq ($(ARCH_CONFIGS),DEFAULT)
193 ifeq ($(KERNEL_CONFIGS),DEFAULT)
208 TARGET_CONFIGS = DEVELOPMENT arm64 DEFAULT DEVELOPMENT X86_64 DEFAULT
243 …GET_CONFIGS using KERNEL_CONFIGS and ARCH_CONFIGS and MACHINE_CONFIGS (which defaults to "DEFAULT")
261 # example, "RELEASE I386 DEFAULT DEVELOPMENT ARM DEFAULT" becomes
H A DMakeInc.cmd394 $(if $(filter DEFAULT,$(1)), \
398 $(if $(filter DEFAULT,$(2)), \
402 $(if $(filter DEFAULT,$(3)), \
403 $(if $(filter DEFAULT,$(2)), \
448 $(if $(filter DEFAULT,$(1)), \
452 $(if $(filter DEFAULT,$(2)), \
/xnu-12377.61.12/osfmk/kern/
H A Dsfi.c164 SFI_CLASS_REGISTER(DEFAULT_FOCAL, DEFAULT);
165 SFI_CLASS_REGISTER(DEFAULT_NONFOCAL, DEFAULT);
/xnu-12377.61.12/osfmk/ipc/
H A Dipc_policy.c206 verify_policy_enum(DEFAULT); in ipc_current_msg_options()