Home
last modified time | relevance | path

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

1234

/linux-6.6.21/include/uapi/
DKbuild2 ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),)
6 ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h),)
10 ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h),)
11 ifeq ($(wildcard $(objtree)/arch/$(SRCARCH)/include/generated/uapi/asm/kvm_para.h),)
/linux-6.6.21/net/netfilter/
Dxt_socket.c62 bool wildcard; in socket_match() local
68 wildcard = (!(info->flags & XT_SOCKET_NOWILDCARD) && in socket_match()
78 if (info->flags & XT_SOCKET_RESTORESKMARK && !wildcard && in socket_match()
85 if (wildcard || !transparent) in socket_match()
123 bool wildcard; in socket_mt6_v1_v2_v3() local
129 wildcard = (!(info->flags & XT_SOCKET_NOWILDCARD) && in socket_mt6_v1_v2_v3()
139 if (info->flags & XT_SOCKET_RESTORESKMARK && !wildcard && in socket_mt6_v1_v2_v3()
146 if (wildcard || !transparent) in socket_mt6_v1_v2_v3()
/linux-6.6.21/tools/testing/selftests/hid/
DMakefile87 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
120 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \
130 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
137 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
214 BPF_SRCS := $(notdir $(wildcard $(BPF_PROGS_DIR)/*.c))
222 $(wildcard $(BPF_PROGS_DIR)/*.h) \
224 $(wildcard $(BPFDIR)/hid_bpf_*.h) \
225 $(wildcard $(BPFDIR)/*.bpf.h) \
/linux-6.6.21/scripts/
DMakefile.asm-generic23 redundant += $(foreach f, $(generic-y), $(if $(wildcard $(srctree)/$(src)/$(f)),$(f)))
30 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(srctree)/$(src)/$(f)),,$(f)))
36 old-headers := $(wildcard $(obj)/*.h)
DMakefile.modpost102 ifeq ($(wildcard vmlinux.o),)
122 ifeq ($(wildcard Module.symvers),)
151 existing-targets := $(wildcard $(sort $(targets)))
DMakefile.headersinst25 src-subdirs := $(patsubst $(src)/%/,%,$(filter %/, $(wildcard $(src)/*/)))
26 gen-subdirs := $(patsubst $(gen)/%/,%,$(filter %/, $(wildcard $(gen)/*/)))
48 old-subdirs := $(wildcard $(all-subdirs))
DMakefile.vmlinux28 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
50 existing-targets := $(wildcard $(sort $(targets)))
DMakefile.modfinal31 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
77 existing-targets := $(wildcard $(sort $(targets)))
/linux-6.6.21/drivers/virt/acrn/
Dioeventfd.c34 bool wildcard; member
64 (p->wildcard || ioeventfd->wildcard || in hsm_ioeventfd_is_conflict()
119 p->wildcard = true; in acrn_ioeventfd_assign()
182 (p->wildcard || p->data == data)) in hsm_ioeventfd_match()
/linux-6.6.21/tools/net/ynl/lib/
DMakefile9 SRCS=$(wildcard *.c)
12 include $(wildcard *.d)
/linux-6.6.21/net/netfilter/ipset/
Dip_set_hash_netiface.c62 u8 wildcard; member
77 (ip1->wildcard ? in hash_netiface4_data_equal()
112 (data->wildcard ? IPSET_FLAG_IFACE_WILDCARD : 0); in hash_netiface4_data_list()
239 e.wildcard = 1; in hash_netiface4_uadt()
296 u8 wildcard; member
311 (ip1->wildcard ? in hash_netiface6_data_equal()
346 (data->wildcard ? IPSET_FLAG_IFACE_WILDCARD : 0); in hash_netiface6_data_list()
461 e.wildcard = 1; in hash_netiface6_uadt()
/linux-6.6.21/tools/net/ynl/samples/
DMakefile14 SRCS=$(wildcard *.c)
17 include $(wildcard *.d)
/linux-6.6.21/virt/kvm/
Deventfd.c717 bool wildcard; member
751 if (p->wildcard) in ioeventfd_in_range()
821 (_p->wildcard || p->wildcard || in ioeventfd_check_collision()
866 p->wildcard = true; in kvm_assign_ioeventfd_idx()
908 bool wildcard; in kvm_deassign_ioeventfd_idx() local
914 wildcard = !(args->flags & KVM_IOEVENTFD_FLAG_DATAMATCH); in kvm_deassign_ioeventfd_idx()
923 p->wildcard != wildcard) in kvm_deassign_ioeventfd_idx()
926 if (!p->wildcard && p->datamatch != args->datamatch) in kvm_deassign_ioeventfd_idx()
/linux-6.6.21/Documentation/
DMakefile24 _SPHINXDIRS = $(sort $(patsubst $(srctree)/Documentation/%/index.rst,%,$(wildcard $(srctree)/Docu…
62 ifneq ($(wildcard $(srctree)/.config),)
108 ifneq ($(wildcard $(srctree)/.config),)
143 mv $(subst .tex,.pdf,$(wildcard $(BUILDDIR)/$(var)/latex/*.tex)) $(BUILDDIR)/$(var)/pdf/; \
/linux-6.6.21/tools/testing/selftests/bpf/
DMakefile23 ifneq ($(wildcard $(GENHDR)),)
67 TEST_FILES = xsk_prereqs.sh $(wildcard progs/btf_dump_test_case_*.c)
160 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
219 $(OUTPUT)/bpf_testmod.ko: $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard bpf_testmod/Makefile bpf_test…
275 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \
286 $(CROSS_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \
309 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
318 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
451 $$(notdir $$(wildcard $(TRUNNER_TESTS_DIR)/*.c)))
456 TRUNNER_BPF_SRCS := $$(notdir $$(wildcard $(TRUNNER_BPF_PROGS_DIR)/*.c))
[all …]
/linux-6.6.21/tools/build/
DMakefile.build61 rule_mkdir = $(if $(wildcard $(dir $@)),,@$(call echo-cmd,mkdir) $(cmd_mkdir))
166 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS)))
167 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
/linux-6.6.21/drivers/comedi/drivers/ni_routing/tools/
DMakefile62 ROUTE_VALUES_SRC=$(wildcard ../ni_route_values/*.c)
63 DEVICE_ROUTES_SRC=$(wildcard ../ni_device_routes/*.c)
/linux-6.6.21/net/wireless/
DMakefile27 $(obj)/shipped-certs.c: $(wildcard $(srctree)/$(src)/certs/*.hex)
37 $(wildcard $(CONFIG_CFG80211_EXTRA_REGDB_KEYDIR)/*.x509)
/linux-6.6.21/tools/bpf/bpftool/
DMakefile45 $(LIBBPF): $(wildcard $(BPF_DIR)/*.[ch] $(BPF_DIR)/Makefile) | $(LIBBPF_OUTPUT)
53 $(LIBBPF_BOOTSTRAP): $(wildcard $(BPF_DIR)/*.[ch] $(BPF_DIR)/Makefile) | $(LIBBPF_BOOTSTRAP_OUTPUT)
136 include $(wildcard $(OUTPUT)*.d)
140 SRCS := $(wildcard *.c)
197 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-6.6.21/samples/hid/
DMakefile114 $(LIBBPF): $(wildcard $(LIBBPF_SRC)/*.[ch] $(LIBBPF_SRC)/Makefile) | $(LIBBPF_OUTPUT)
124 $(BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) | $(BPFTOOL_OUTPUT)
168 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
215 BPF_SRCS_LINKED := $(notdir $(wildcard $(src)/*.bpf.c))
/linux-6.6.21/drivers/tty/hvc/
Dhvc_iucv.c741 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local
756 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq()
757 len = (wildcard) ? wildcard - filter_entry : 8; in hvc_iucv_filter_connreq()
787 u8 wildcard[9] = "lnxhvc "; in hvc_iucv_path_pending() local
792 ASCEBC(wildcard, sizeof(wildcard)); in hvc_iucv_path_pending()
793 find_unused = !memcmp(wildcard, ipuser, 8); in hvc_iucv_path_pending()
/linux-6.6.21/tools/bpf/runqslower/
DMakefile26 $(wildcard $(VMLINUX_BTF_PATHS))))
87 $(BPFOBJ): $(wildcard $(LIBBPF_SRC)/*.[ch] $(LIBBPF_SRC)/Makefile) | $(BPFOBJ_OUTPUT)
/linux-6.6.21/net/ipv4/netfilter/
Dnf_tproxy_ipv4.c123 int wildcard = (inet_sk(sk)->inet_rcv_saddr == 0); in nf_tproxy_get_sock_v4() local
131 (!connected || wildcard)) || in nf_tproxy_get_sock_v4()
/linux-6.6.21/drivers/hid/bpf/entrypoints/
DMakefile29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
78 $(BPFOBJ): $(wildcard $(LIBBPF_SRC)/*.[ch] $(LIBBPF_SRC)/Makefile) | $(LIBBPF_OUTPUT)
/linux-6.6.21/arch/loongarch/boot/dts/
DMakefile4 dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))

1234