/linux-6.8/include/uapi/ |
D | Kbuild | 2 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.8/drivers/virt/acrn/ |
D | ioeventfd.c | 25 * @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-6.8/net/netfilter/ |
D | xt_socket.c | 62 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.8/tools/testing/selftests/hid/ |
D | Makefile | 88 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 121 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \ 131 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 138 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 212 BPF_SRCS := $(notdir $(wildcard $(BPF_PROGS_DIR)/*.c)) 220 $(wildcard $(BPF_PROGS_DIR)/*.h) \ 222 $(wildcard $(BPFDIR)/hid_bpf_*.h) \ 223 $(wildcard $(BPFDIR)/*.bpf.h) \
|
/linux-6.8/net/netfilter/ipset/ |
D | ip_set_hash_netiface.c | 29 /* 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-6.8/scripts/ |
D | Makefile.headersinst | 24 # $(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))
|
D | Makefile.asm-generic | 23 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)
|
D | Makefile.vmlinux | 28 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink) 50 existing-targets := $(wildcard $(sort $(targets)))
|
D | Makefile.modpost | 102 ifeq ($(wildcard vmlinux.o),) 122 ifeq ($(wildcard Module.symvers),) 151 existing-targets := $(wildcard $(sort $(targets)))
|
/linux-6.8/virt/kvm/ |
D | eventfd.c | 703 bool wildcard; member 737 if (p->wildcard) in ioeventfd_in_range() 738 /* all else equal, wildcard is always a hit */ in ioeventfd_in_range() 807 (_p->wildcard || p->wildcard || in ioeventfd_check_collision() 848 /* The datamatch feature is optional, otherwise this is a wildcard */ in kvm_assign_ioeventfd_idx() 852 p->wildcard = true; in kvm_assign_ioeventfd_idx() 894 bool wildcard; in kvm_deassign_ioeventfd_idx() local 900 wildcard = !(args->flags & KVM_IOEVENTFD_FLAG_DATAMATCH); in kvm_deassign_ioeventfd_idx() 909 p->wildcard != wildcard) in kvm_deassign_ioeventfd_idx() 912 if (!p->wildcard && p->datamatch != args->datamatch) in kvm_deassign_ioeventfd_idx()
|
/linux-6.8/tools/net/ynl/lib/ |
D | Makefile | 9 SRCS=$(wildcard *.c) 12 include $(wildcard *.d)
|
/linux-6.8/tools/net/ynl/samples/ |
D | Makefile | 14 SRCS=$(wildcard *.c) 17 include $(wildcard *.d)
|
/linux-6.8/Documentation/ |
D | Makefile | 24 _SPHINXDIRS = $(sort $(patsubst $(srctree)/Documentation/%/index.rst,%,$(wildcard $(srctree)/Docu… 62 ifneq ($(wildcard $(srctree)/.config),) 105 YNL_RST_FILES_TMP := $(patsubst %.yaml,%.rst,$(wildcard $(YNL_YAML_DIR)/*.yaml)) 122 ifneq ($(wildcard $(srctree)/.config),) 157 mv $(subst .tex,.pdf,$(wildcard $(BUILDDIR)/$(var)/latex/*.tex)) $(BUILDDIR)/$(var)/pdf/; \
|
/linux-6.8/tools/testing/selftests/bpf/ |
D | Makefile | 23 ifneq ($(wildcard $(GENHDR)),) 75 TEST_FILES = xsk_prereqs.sh $(wildcard progs/btf_dump_test_case_*.c) 168 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 230 $(OUTPUT)/bpf_testmod.ko: $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard bpf_testmod/Makefile bpf_test… 286 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \ 297 $(CROSS_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \ 320 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 329 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 463 $$(notdir $$(wildcard $(TRUNNER_TESTS_DIR)/*.c))) 468 TRUNNER_BPF_SRCS := $$(notdir $$(wildcard $(TRUNNER_BPF_PROGS_DIR)/*.c)) [all …]
|
/linux-6.8/tools/perf/util/ |
D | parse-events.y | 299 /* Failure to add, try wildcard expansion of $1 as a PMU name. */ 383 bool wildcard = (type == PERF_TYPE_HARDWARE || type == PERF_TYPE_HW_CACHE); variable 388 err = parse_events_add_numeric(_parse_state, list, type, config, $3, wildcard); 402 bool wildcard = (type == PERF_TYPE_HARDWARE || type == PERF_TYPE_HW_CACHE); variable 408 err = parse_events_add_numeric(_parse_state, list, type, config, /*head_config=*/NULL, wildcard); 573 /*wildcard=*/false); 599 /*wildcard=*/false);
|
/linux-6.8/tools/bpf/bpftool/ |
D | Makefile | 45 $(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.8/drivers/scsi/mpt3sas/ |
D | mpt3sas_trigger_diag.h | 120 * 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-6.8/include/uapi/linux/netfilter/ |
D | nfnetlink_osf.h | 29 /* Wildcard MSS (kind of). 30 * It is used to implement a state machine for the different wildcard values
|
/linux-6.8/drivers/clk/ |
D | clkdev.c | 30 * An entry with a NULL ID is assumed to be a wildcard. 305 * con_id or dev_id may be NULL as a wildcard, just as in the rest of 332 * con_id or dev_id may be NULL as a wildcard, just as in the rest of 361 * con_id or dev_id may be NULL as a wildcard, just as in the rest of
|
/linux-6.8/net/wireless/ |
D | Makefile | 28 $(obj)/shipped-certs.c: $(sort $(wildcard $(srctree)/$(src)/certs/*.hex)) 38 $(sort $(wildcard $(CONFIG_CFG80211_EXTRA_REGDB_KEYDIR)/*.x509))
|
/linux-6.8/drivers/tty/hvc/ |
D | hvc_iucv.c | 741 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local 751 /* If a filter entry contains the filter wildcard character, in hvc_iucv_filter_connreq() 753 * ID only (wildcard match). Characters following the wildcard in hvc_iucv_filter_connreq() 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() 797 * - find a disconnected device if ipuser contains the wildcard in hvc_iucv_path_pending() 1156 /* prohibit filter entries containing the wildcard character only */ in hvc_iucv_parse_filter()
|
/linux-6.8/tools/verification/rv/ |
D | Makefile | 42 SRC := $(wildcard src/*.c) 43 HDR := $(wildcard src/*.h) 60 ifneq ($(wildcard Documentation/.*),)
|
/linux-6.8/tools/build/ |
D | Makefile.build | 69 rule_mkdir = $(if $(wildcard $(dir $@)),,@$(call echo-cmd,mkdir) $(cmd_mkdir)) 174 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS))) 175 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
/linux-6.8/tools/tracing/rtla/ |
D | Makefile | 42 SRC := $(wildcard src/*.c) 43 HDR := $(wildcard src/*.h) 60 ifneq ($(wildcard Documentation/.*),)
|
/linux-6.8/arch/um/kernel/ |
D | dyn.lds.S | 134 first. Because this is a wildcard, it 138 wildcard. The wildcard also means that it
|