Searched refs:DEFAULT (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | uipc_socket2.c | 2204 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar) in pru_sanitize() macro 2205 DEFAULT(pru->pru_abort, pru_abort_notsupp); in pru_sanitize() 2206 DEFAULT(pru->pru_accept, pru_accept_notsupp); in pru_sanitize() 2207 DEFAULT(pru->pru_attach, pru_attach_notsupp); in pru_sanitize() 2208 DEFAULT(pru->pru_bind, pru_bind_notsupp); in pru_sanitize() 2209 DEFAULT(pru->pru_connect, pru_connect_notsupp); in pru_sanitize() 2210 DEFAULT(pru->pru_connect2, pru_connect2_notsupp); in pru_sanitize() 2211 DEFAULT(pru->pru_connectx, pru_connectx_notsupp); in pru_sanitize() 2212 DEFAULT(pru->pru_control, pru_control_notsupp); in pru_sanitize() 2213 DEFAULT(pru->pru_detach, pru_detach_notsupp); in pru_sanitize() [all …]
|
| /xnu-8019.80.24/makedefs/ |
| H A D | MakeInc.top | 51 ARCH_CONFIGS := DEFAULT 75 KERNEL_CONFIGS := DEFAULT 104 MACHINE_CONFIGS := DEFAULT 130 ifeq ($(KERNEL_CONFIGS),DEFAULT) 136 ifeq ($(ARCH_CONFIGS),DEFAULT) 220 ifeq ($(KERNEL_CONFIGS),DEFAULT) 247 TARGET_CONFIGS = DEVELOPMENT arm64 DEFAULT DEVELOPMENT X86_64 DEFAULT 254 …GET_CONFIGS using KERNEL_CONFIGS and ARCH_CONFIGS and MACHINE_CONFIGS (which defaults to "DEFAULT") 272 # example, "RELEASE I386 DEFAULT DEVELOPMENT ARM DEFAULT" becomes
|
| H A D | MakeInc.cmd | 339 $(if $(filter DEFAULT,$(1)), \ 343 $(if $(filter DEFAULT,$(2)), \ 347 $(if $(filter DEFAULT,$(3)), \ 348 $(if $(filter DEFAULT,$(2)), \ 383 $(if $(filter DEFAULT,$(1)), \ 387 $(if $(filter DEFAULT,$(2)), \
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | sfi.c | 164 SFI_CLASS_REGISTER(DEFAULT_FOCAL, DEFAULT); 165 SFI_CLASS_REGISTER(DEFAULT_NONFOCAL, DEFAULT);
|