Home
last modified time | relevance | path

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

12

/xnu-10063.141.1/iokit/Exclaves/
H A DMakefile21 ALL_DEFS = $(notdir $(wildcard $(SOURCE)*.tightbeam))
24 ALL_HDRS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-10063.141.1/iokit/DriverKit/
H A DMakefile21 ALL_DEFS = $(notdir $(wildcard $(SOURCE)*.iig))
23 ALL_HDRS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-10063.141.1/bsd/netinet6/
H A Din6_pcb.c1237 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()
1490 …t_arg, uint32_t fifscope, struct in6_addr *laddr, u_int lport_arg, uint32_t lifscope, int wildcard, in in6_pcblookup_hash() argument
[all …]
/xnu-10063.141.1/iokit/IOKitUser/
H A DMakefile9 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-10063.141.1/iokit/IOKit/rtc/
H A DMakefile12 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-10063.141.1/iokit/IOKit/nvram/
H A DMakefile12 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-10063.141.1/iokit/IOKit/system_management/
H A DMakefile12 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-10063.141.1/iokit/IOKit/power/
H A DMakefile12 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-10063.141.1/iokit/IOKit/machine/
H A DMakefile12 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-10063.141.1/iokit/IOKit/platform/
H A DMakefile13 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-10063.141.1/iokit/IOKit/skywalk/
H A DMakefile12 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-10063.141.1/iokit/IOKit/perfcontrol/
H A DMakefile12 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-10063.141.1/iokit/IOKit/pwr_mgt/
H A DMakefile16 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-10063.141.1/san/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-10063.141.1/bsd/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-10063.141.1/libkern/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-10063.141.1/iokit/conf/
H A DMakefile19 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-10063.141.1/osfmk/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-10063.141.1/pexpert/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-10063.141.1/libsa/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-10063.141.1/security/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-10063.141.1/iokit/IOKit/
H A DMakefile25 ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
/xnu-10063.141.1/tests/
H A DMakefile461 EXCLUDED_SOURCES += $(wildcard bounded_ptr_src/*.cpp)
463 bounded_ptr: $(wildcard bounded_ptr_src/*.cpp) bounded_ptr.cpp
469 EXCLUDED_SOURCES += $(wildcard bounded_array_src/*.cpp)
471 bounded_array: $(wildcard bounded_array_src/*.cpp) bounded_array.cpp
473 EXCLUDED_SOURCES += $(wildcard bounded_array_ref_src/*.cpp)
475 bounded_array_ref: $(wildcard bounded_array_ref_src/*.cpp) bounded_array_ref.cpp
477 EXCLUDED_SOURCES += $(wildcard intrusive_shared_ptr_src/*.cpp)
479 intrusive_shared_ptr: $(wildcard intrusive_shared_ptr_src/*.cpp) intrusive_shared_ptr.cpp
481 EXCLUDED_SOURCES += $(wildcard safe_allocation_src/*.cpp)
483 safe_allocation: $(wildcard safe_allocation_src/*.cpp) safe_allocation.cpp
/xnu-10063.141.1/bsd/net/
H A Dpktap.c953 int wildcard = 0; in pktap_fill_proc_info() local
995 wildcard = 1; in pktap_fill_proc_info()
999 laddr, lport, wildcard, outgoing ? NULL : ifp); in pktap_fill_proc_info()
1019 int wildcard = 0; in pktap_fill_proc_info() local
1061 wildcard = 1; in pktap_fill_proc_info()
1065 laddr, lport, ip6_input_getsrcifscope(m), wildcard, outgoing ? NULL : ifp); in pktap_fill_proc_info()
/xnu-10063.141.1/osfmk/kern/
H A DMakefile171 TIGHTBEAM_MODULES := $(wildcard $(TIGHTBEAM_MODULES))

12