Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.61.12/bsd/sys/ !
H A Dprocess_policy.h74 #define PROC_POLICY NONE 0
/xnu-12377.61.12/tools/lldbmacros/ !
H A Dmemorystatus.py15 NONE = 0 variable in PControlAction
H A Dntstat.py25 NONE = 0 variable in NSTAT_PROVIDER
282 NSTAT_PROVIDER.NONE: "none",
/xnu-12377.61.12/makedefs/ !
H A DMakeInc.color22 ifeq ($$(CURRENT_MACHINE_CONFIG),NONE)
H A DMakeInc.top87 override DEFAULT_I386_MACHINE_CONFIG := NONE
88 override DEFAULT_X86_64_MACHINE_CONFIG := NONE
89 override DEFAULT_X86_64H_MACHINE_CONFIG := NONE
92 override DEFAULT_ARM64_MACHINE_CONFIG := NONE
94 override DEFAULT_ARM64_MACHINE_CONFIG := NONE
262 # "RELEASE^I386^NONE DEVELOPMENT^ARM^T8002", which can be looped
H A DMakeInc.cmd490 # $(3) is a fully-expanded machine config. "NONE" is not represented in the objdir path
491 function_convert_target_config_uc_to_objdir = $(if $(filter NONE,$(3)),$(strip $(1))_$(strip $(2)),…
493 # $(1) is a fully-expanded build config (like "RELEASE^X86_64^NONE")
500 # $(1) is a fully-expanded build config (like "RELEASE^X86_64^NONE")
H A DMakeInc.def24 SUPPORTED_X86_64_MACHINE_CONFIGS = NONE
25 SUPPORTED_X86_64H_MACHINE_CONFIGS = NONE
28 SUPPORTED_ARM64_MACHINE_CONFIGS = NONE
30 SUPPORTED_ARM64_MACHINE_CONFIGS = NONE
1115 ifneq ($(CURRENT_MACHINE_CONFIG),NONE)
1478 ifeq ($(CURRENT_MACHINE_CONFIG),NONE)
/xnu-12377.61.12/osfmk/i386/ !
H A Dmp.h201 NONE = 0, enumerator
H A Dmp.c174 NMI_reason_t NMI_panic_reason = NONE;
635 if (panic_active() || NMI_panic_reason != NONE) { in NMIInterruptHandler()
/xnu-12377.61.12/bsd/netkey/ !
H A Dkey.c9762 enum { NONE, ADDR } checktype = NONE; in key_validate_ext() enumerator
9803 checktype = NONE; in key_validate_ext()
9807 checktype = NONE; in key_validate_ext()
9812 case NONE: in key_validate_ext()
/xnu-12377.61.12/osfmk/vm/ !
H A Dvm_resident.c11155 VM_KERN_MEMORY_ELEM(NONE),