Home
last modified time | relevance | path

Searched refs:wildcard (Results 1 – 25 of 37) sorted by relevance

12

/xnu-12377.61.12/iokit/Exclaves/
H A DMakefile21 ALL_DEFS = $(notdir $(wildcard $(SOURCE)*.tightbeam))
24 ALL_HDRS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-12377.61.12/bsd/netinet6/
H A Din6_pcb.c1236 int matchwild = 3, wildcard; in in6_pcblookup_local() local
1288 wildcard = 0; in in6_pcblookup_local()
1293 wildcard++; in in6_pcblookup_local()
1297 wildcard++; in in6_pcblookup_local()
1304 wildcard++; in in6_pcblookup_local()
1307 if (wildcard < matchwild) { in in6_pcblookup_local()
1309 matchwild = wildcard; in in6_pcblookup_local()
1373 …t_arg, uint32_t fifscope, struct in6_addr *laddr, u_int lport_arg, uint32_t lifscope, int wildcard, in in6_pcblookup_hash_exists() argument
1426 if (wildcard) { in in6_pcblookup_hash_exists()
1491 uint32_t lifscope, int wildcard, struct ifnet *ifp) in in6_pcblookup_hash_locked() argument
[all …]
H A Din6_pcb.h111 struct in6_addr *laddr, u_int lport_arg, uint32_t lifscope, int wildcard,
/xnu-12377.61.12/iokit/DriverKit/
H A DMakefile21 ALL_DEFS = $(notdir $(wildcard $(SOURCE)*.iig))
23 ALL_HDRS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-12377.61.12/iokit/IOKitUser/
H A DMakefile9 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-12377.61.12/iokit/IOKit/nvram/
H A DMakefile12 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-12377.61.12/iokit/IOKit/rtc/
H A DMakefile12 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-12377.61.12/iokit/IOKit/system_management/
H A DMakefile12 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-12377.61.12/iokit/IOKit/power/
H A DMakefile12 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-12377.61.12/iokit/IOKit/machine/
H A DMakefile12 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-12377.61.12/iokit/IOKit/platform/
H A DMakefile13 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-12377.61.12/iokit/IOKit/perfcontrol/
H A DMakefile12 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-12377.61.12/iokit/IOKit/skywalk/
H A DMakefile12 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-12377.61.12/iokit/IOKit/pwr_mgt/
H A DMakefile16 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-12377.61.12/tests/ktrace/
H A DMakefile15 ifneq ($(wildcard $(SDKROOT)/System/Library/PrivateFrameworks/Tightbeam.framework/Headers/tightbeam…
/xnu-12377.61.12/iokit/conf/
H A DMakefile19 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-12377.61.12/osfmk/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-12377.61.12/libkern/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-12377.61.12/bsd/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-12377.61.12/security/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-12377.61.12/libsa/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-12377.61.12/san/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-12377.61.12/pexpert/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-12377.61.12/iokit/IOKit/
H A DMakefile25 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-12377.61.12/tests/
H A DMakefile73 ifneq ($(wildcard $(SDKROOT)/System/Library/PrivateFrameworks/Tightbeam.framework/Headers/tightbeam…
85 TIGHTBEAM_MODULES := $(wildcard $(TIGHTBEAM_MODULES))
601 ifneq ($(wildcard $(SDKROOT)/System/Library/PrivateFrameworks/Tightbeam.framework/Headers/tightbeam…
753 EXCLUDED_SOURCES += $(wildcard bounded_ptr_src/*.cpp)
755 bounded_ptr: $(wildcard bounded_ptr_src/*.cpp) bounded_ptr.cpp
761 EXCLUDED_SOURCES += $(wildcard bounded_array_src/*.cpp)
763 bounded_array: $(wildcard bounded_array_src/*.cpp) bounded_array.cpp
765 EXCLUDED_SOURCES += $(wildcard bounded_array_ref_src/*.cpp)
767 bounded_array_ref: $(wildcard bounded_array_ref_src/*.cpp) bounded_array_ref.cpp
769 EXCLUDED_SOURCES += $(wildcard intrusive_shared_ptr_src/*.cpp)
[all …]

12