Searched refs:DEFAULT (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.101.15/tests/vm/ |
| H A D | vm_ranges.c | 14 DEFAULT = 0, enumerator 81 case DEFAULT: in get_range() 232 assert_allocate_in_range(DEFAULT, 0, RANGE_DEFAULT_FLAGS); 255 struct mach_vm_range def = get_range(DEFAULT); in ensure_rogue_fixed_fails() 316 assert_mmap_in_range(NULL, DEFAULT, fd, MAP_FILE | MAP_SHARED); 328 assert_mmap_in_range(NULL, DEFAULT, VM_MEMORY_RANGE_DEFAULT, MAP_ANON | MAP_PRIVATE); 394 mach_vm_address_t addr = assert_allocate_in_range(DEFAULT, 0, RANGE_DEFAULT_FLAGS); 442 struct mach_vm_range def = get_range(DEFAULT); in ensure_range() 457 struct mach_vm_range def = get_range(DEFAULT); in ensure_child_range() 474 parent_default = get_range(DEFAULT);
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | uipc_socket2.c | 2211 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar) in pru_sanitize() macro 2212 DEFAULT(pru->pru_abort, pru_abort_notsupp); in pru_sanitize() 2213 DEFAULT(pru->pru_accept, pru_accept_notsupp); in pru_sanitize() 2214 DEFAULT(pru->pru_attach, pru_attach_notsupp); in pru_sanitize() 2215 DEFAULT(pru->pru_bind, pru_bind_notsupp); in pru_sanitize() 2216 DEFAULT(pru->pru_connect, pru_connect_notsupp); in pru_sanitize() 2217 DEFAULT(pru->pru_connect2, pru_connect2_notsupp); in pru_sanitize() 2218 DEFAULT(pru->pru_connectx, pru_connectx_notsupp); in pru_sanitize() 2219 DEFAULT(pru->pru_control, pru_control_notsupp); in pru_sanitize() 2220 DEFAULT(pru->pru_detach, pru_detach_notsupp); in pru_sanitize() [all …]
|
| /xnu-10063.101.15/makedefs/ |
| H A D | MakeInc.top | 51 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) 222 TARGET_CONFIGS = DEVELOPMENT arm64 DEFAULT DEVELOPMENT X86_64 DEFAULT 230 …GET_CONFIGS using KERNEL_CONFIGS and ARCH_CONFIGS and MACHINE_CONFIGS (which defaults to "DEFAULT") 248 # example, "RELEASE I386 DEFAULT DEVELOPMENT ARM DEFAULT" becomes
|
| H A D | MakeInc.cmd | 379 $(if $(filter DEFAULT,$(1)), \ 383 $(if $(filter DEFAULT,$(2)), \ 387 $(if $(filter DEFAULT,$(3)), \ 388 $(if $(filter DEFAULT,$(2)), \ 423 $(if $(filter DEFAULT,$(1)), \ 427 $(if $(filter DEFAULT,$(2)), \
|
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | sfi.c | 164 SFI_CLASS_REGISTER(DEFAULT_FOCAL, DEFAULT); 165 SFI_CLASS_REGISTER(DEFAULT_NONFOCAL, DEFAULT);
|