Home
last modified time | relevance | path

Searched full:wildcard (Results 1 – 25 of 179) sorted by relevance

12345678

/linux/include/uapi/
H A 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/drivers/virt/acrn/
H A Dioeventfd.c25 * @wildcard: Data matching or not
34 bool wildcard; member
59 /* Either one is wildcard, the data matching will be skipped. */ in hsm_ioeventfd_is_conflict()
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/net/netfilter/
H A 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/scripts/
H A Dgit-resolve.sh111 '83be ("firmware: ... auto-update: fix poll_complete() ... errors")' # Wildcard test
112 …99999999 ("firmware: ... auto-update: fix poll_complete() ... errors")' # Force mode wildcard test
124 "83beece5aff75879bdfc6df8ba84ea88fd93050e" # Wildcard test
125 "83beece5aff75879bdfc6df8ba84ea88fd93050e" # Force mode wildcard test
137 0 # Should succeed with wildcard
138 0 # Should succeed with force mode and wildcard
H A DMakefile.headersinst24 # $(wildcard $(src)/*/) contains not only directories but also regular files.
25 src-subdirs := $(patsubst $(src)/%/,%,$(filter %/, $(wildcard $(src)/*/)))
26 gen-subdirs := $(patsubst $(gen)/%/,%,$(filter %/, $(wildcard $(gen)/*/)))
48 old-subdirs := $(wildcard $(all-subdirs))
H A DMakefile.asm-headers37 redundant += $(foreach f, $(generic-y), $(if $(wildcard $(src)/$(f)),$(f)))
44 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(src)/$(f)),,$(f)))
51 old-headers := $(wildcard $(obj)/*.h)
102 existing-targets := $(wildcard $(sort $(targets)))
H A DMakefile.modpost99 ksym-wl := $(if $(filter-out /%, $(ksym-wl)),$(if $(wildcard $(ksym-wl)),,$(srctree)/))$(ksym-wl)
104 ifeq ($(wildcard vmlinux.o),)
124 ifeq ($(wildcard $(objtree)/Module.symvers),)
153 existing-targets := $(wildcard $(sort $(targets)))
/linux/tools/testing/selftests/hid/
H A DMakefile89 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
122 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \
132 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
139 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
213 BPF_SRCS := $(notdir $(wildcard $(BPF_PROGS_DIR)/*.c))
221 $(wildcard $(BPF_PROGS_DIR)/*.h) \
223 $(wildcard $(BPFDIR)/hid_bpf_*.h) \
224 $(wildcard $(BPFDIR)/*.bpf.h) \
/linux/net/netfilter/ipset/
H A Dip_set_hash_netiface.c29 /* 7 interface wildcard support added */
62 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/virt/kvm/
H A Deventfd.c695 bool wildcard; member
729 if (p->wildcard) in ioeventfd_in_range()
730 /* all else equal, wildcard is always a hit */ in ioeventfd_in_range()
799 (_p->wildcard || p->wildcard || in ioeventfd_check_collision()
840 /* The datamatch feature is optional, otherwise this is a wildcard */ in kvm_assign_ioeventfd_idx()
844 p->wildcard = true; in kvm_assign_ioeventfd_idx()
886 bool wildcard; in kvm_deassign_ioeventfd_idx() local
892 wildcard = !(args->flags & KVM_IOEVENTFD_FLAG_DATAMATCH); in kvm_deassign_ioeventfd_idx()
901 p->wildcard != wildcard) in kvm_deassign_ioeventfd_idx()
904 if (!p->wildcard && p->datamatch != args->datamatch) in kvm_deassign_ioeventfd_idx()
/linux/tools/testing/selftests/sched_ext/
H A DMakefile45 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
52 ifneq ($(wildcard $(GENHDR)),)
107 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
115 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \
160 all_test_bpfprogs := $(foreach prog,$(wildcard *.bpf.c),$(INCLUDE_DIR)/$(patsubst %.c,%.skel.h,$(prog)))
196 # compiling BPF object files only if one is present, as the wildcard Make
/linux/tools/testing/selftests/drivers/net/
H A DMakefile4 TEST_INCLUDES := $(wildcard lib/py/*.py) \
5 $(wildcard lib/sh/*.sh) \
/linux/tools/testing/selftests/net/lib/
H A DMakefile12 TEST_GEN_FILES += $(patsubst %.c,%.o,$(wildcard *.bpf.c))
15 TEST_INCLUDES := $(wildcard py/*.py sh/*.sh)
/linux/drivers/hid/bpf/progs/
H A DMakefile29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
48 SOURCES = $(wildcard *.bpf.c)
76 $(BPFOBJ): $(wildcard $(LIBBPF_SRC)/*.[ch] $(LIBBPF_SRC)/Makefile) | $(LIBBPF_OUTPUT)
/linux/Documentation/
H A DMakefile24 _SPHINXDIRS = $(sort $(patsubst $(srctree)/Documentation/%/index.rst,%,$(wildcard $(srctree)/Docu…
65 ifneq ($(wildcard $(srctree)/.config),)
110 YNL_RST_FILES_TMP := $(patsubst %.yaml,%.rst,$(wildcard $(YNL_YAML_DIR)/*.yaml))
129 ifneq ($(wildcard $(srctree)/.config),)
165 mv $(subst .tex,.pdf,$(wildcard $(BUILDDIR)/$(var)/latex/*.tex)) $(BUILDDIR)/$(var)/pdf/; \
/linux/tools/tracing/rtla/
H A DMakefile.standalone11 SRC := $(wildcard src/*.c)
12 HDR := $(wildcard src/*.h)
/linux/tools/testing/selftests/drivers/net/hw/
H A DMakefile30 $(wildcard lib/py/*.py ../lib/py/*.py) \
40 TEST_GEN_FILES += $(patsubst %.c,%.o,$(wildcard *.bpf.c))
/linux/tools/bpf/bpftool/
H A DMakefile39 $(LIBBPF): $(wildcard $(BPF_DIR)/*.[ch] $(BPF_DIR)/Makefile) | $(LIBBPF_OUTPUT)
47 $(LIBBPF_BOOTSTRAP): $(wildcard $(BPF_DIR)/*.[ch] $(BPF_DIR)/Makefile) | $(LIBBPF_BOOTSTRAP_OUTPUT)
146 include $(wildcard $(OUTPUT)*.d)
150 SRCS := $(wildcard *.c)
208 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux/tools/testing/selftests/bpf/
H A DMakefile24 ifneq ($(wildcard $(GENHDR)),)
102 TEST_FILES = xsk_prereqs.sh $(wildcard progs/btf_dump_test_case_*.c)
218 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
285 …ds/,$(subst .ko,%ko,$(TEST_KMODS))): $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard test_kmods/Makefi…
341 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \
353 $(CROSS_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \
379 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
388 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
524 HEADERS_FOR_BPF_OBJS := $(wildcard $(BPFDIR)/*.bpf.h) \
540 $$(notdir $$(wildcard $(TRUNNER_TESTS_DIR)/*.c)))
[all …]
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_trigger_diag.h120 * wildcard.
121 * @ASC: Additional Sense Code. Can be specific or 0xFF for wildcard
153 * @IocLogInfo: MPI IocLogInfo. Can be specific or 0xFFFFFFFF for wildcard
/linux/tools/testing/selftests/net/
H A Dbpf.mk38 BPF_PROG_OBJS := $(patsubst %.c,$(OUTPUT)/%.o,$(wildcard *.bpf.c))
45 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_osf.h29 /* Wildcard MSS (kind of).
30 * It is used to implement a state machine for the different wildcard values
/linux/tools/sched_ext/
H A DMakefile81 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
88 ifneq ($(wildcard $(GENHDR)),)
136 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
145 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
154 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \
/linux/samples/hid/
H A 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/drivers/clk/
H A Dclkdev.c30 * An entry with a NULL ID is assumed to be a wildcard.
342 * con_id or dev_id may be NULL as a wildcard, just as in the rest of
369 * con_id or dev_id may be NULL as a wildcard, just as in the rest of
398 * con_id or dev_id may be NULL as a wildcard, just as in the rest of

12345678