Home
last modified time | relevance | path

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

123456789

/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/tools/testing/selftests/hid/
H A DMakefile91 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
124 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \
134 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
141 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
215 BPF_SRCS := $(notdir $(wildcard $(BPF_PROGS_DIR)/*.c))
223 $(wildcard $(BPF_PROGS_DIR)/*.h) \
225 $(wildcard $(BPFDIR)/hid_bpf_*.h) \
226 $(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/scripts/
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.modpost97 ksym-wl := $(if $(filter-out /%, $(ksym-wl)),$(if $(wildcard $(ksym-wl)),,$(srctree)/))$(ksym-wl)
102 ifeq ($(wildcard vmlinux.o),)
122 ifeq ($(wildcard Module.symvers),)
151 existing-targets := $(wildcard $(sort $(targets)))
H A DMakefile.vmlinux25 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
65 existing-targets := $(wildcard $(sort $(targets)))
/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,$(pr…
194 # compiling BPF object files only if one is present, as the wildcard Make
/linux/tools/testing/selftests/resctrl/
H A DMakefile8 LOCAL_HDRS += $(wildcard *.h)
12 $(OUTPUT)/resctrl_tests: $(wildcard *.c)
/linux/virt/kvm/
H A Deventfd.c704 bool wildcard; member
738 if (p->wildcard) in ioeventfd_in_range()
739 /* all else equal, wildcard is always a hit */ in ioeventfd_in_range()
808 (_p->wildcard || p->wildcard || in ioeventfd_check_collision()
849 /* The datamatch feature is optional, otherwise this is a wildcard */ in kvm_assign_ioeventfd_idx()
853 p->wildcard = true; in kvm_assign_ioeventfd_idx()
895 bool wildcard; in kvm_deassign_ioeventfd_idx() local
901 wildcard = !(args->flags & KVM_IOEVENTFD_FLAG_DATAMATCH); in kvm_deassign_ioeventfd_idx()
910 p->wildcard != wildcard) in kvm_deassign_ioeventfd_idx()
913 if (!p->wildcard && p->datamatch != args->datamatch) in kvm_deassign_ioeventfd_idx()
/linux/tools/testing/selftests/livepatch/test_modules/
H A DMakefile18 ifneq ("$(wildcard $(KDIR))", "")
24 ifneq ("$(wildcard $(KDIR))", "")
/linux/tools/net/ynl/lib/
H A DMakefile9 SRCS=$(wildcard *.c)
12 include $(wildcard *.d)
/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/tools/tracing/rtla/
H A DMakefile.standalone11 SRC := $(wildcard src/*.c)
12 HDR := $(wildcard src/*.h)
/linux/tools/net/ynl/samples/
H A DMakefile14 SRCS=$(wildcard *.c)
17 include $(wildcard *.d)
/linux/tools/testing/selftests/bpf/
H A DMakefile23 ifneq ($(wildcard $(GENHDR)),)
125 TEST_FILES = xsk_prereqs.sh $(wildcard progs/btf_dump_test_case_*.c)
234 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
295 $(OUTPUT)/bpf_testmod.ko: $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard bpf_testmod/Makefile bpf_test…
301 $(OUTPUT)/bpf_test_no_cfi.ko: $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard bpf_test_no_cfi/Makefile …
307 $(OUTPUT)/bpf_test_modorder_x.ko: $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard bpf_test_modorder_x/M…
313 $(OUTPUT)/bpf_test_modorder_y.ko: $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard bpf_test_modorder_y/M…
367 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \
378 $(CROSS_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \
401 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
[all …]
/linux/Documentation/
H A DMakefile24 _SPHINXDIRS = $(sort $(patsubst $(srctree)/Documentation/%/index.rst,%,$(wildcard $(srctree)/Docu…
66 ifneq ($(wildcard $(srctree)/.config),)
109 YNL_RST_FILES_TMP := $(patsubst %.yaml,%.rst,$(wildcard $(YNL_YAML_DIR)/*.yaml))
128 ifneq ($(wildcard $(srctree)/.config),)
164 mv $(subst .tex,.pdf,$(wildcard $(BUILDDIR)/$(var)/latex/*.tex)) $(BUILDDIR)/$(var)/pdf/; \
/linux/tools/bpf/bpftool/
H A DMakefile45 $(LIBBPF): $(wildcard $(BPF_DIR)/*.[ch] $(BPF_DIR)/Makefile) | $(LIBBPF_OUTPUT)
53 $(LIBBPF_BOOTSTRAP): $(wildcard $(BPF_DIR)/*.[ch] $(BPF_DIR)/Makefile) | $(LIBBPF_BOOTSTRAP_OUTPUT)
140 include $(wildcard $(OUTPUT)*.d)
144 SRCS := $(wildcard *.c)
198 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/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/perf/util/
H A Dparse-events.y323 bool wildcard = (type == PERF_TYPE_HARDWARE || type == PERF_TYPE_HW_CACHE); variable
328 err = parse_events_add_numeric(_parse_state, list, type, config, $3, wildcard);
342 bool wildcard = (type == PERF_TYPE_HARDWARE || type == PERF_TYPE_HW_CACHE); variable
348 err = parse_events_add_numeric(_parse_state, list, type, config, /*head_config=*/NULL, wildcard);
511 /*wildcard=*/false);
537 /*wildcard=*/false);
/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/net/wireless/
H A DMakefile28 $(obj)/shipped-certs.c: $(sort $(wildcard $(src)/certs/*.hex))
38 $(sort $(wildcard $(CONFIG_CFG80211_EXTRA_REGDB_KEYDIR)/*.x509))

123456789