/linux-4.4.14/scripts/ |
D | Makefile.headersinst | 20 ifneq ($(wildcard $(old-kbuild-file)),) 51 $(if $(wildcard $(srcdir)/$(hdr)), \ 52 $(wildcard $(srcdir)/$(hdr))) \ 56 $(if $(wildcard $(srcdir)/$(hdr)),, \ 57 $(if $(wildcard $(oldsrcdir)/$(hdr)), \ 58 $(wildcard $(oldsrcdir)/$(hdr)), \ 63 $(if $(wildcard $(gendir)/$(hdr)), \ 64 $(wildcard $(gendir)/$(hdr)), \ 70 oldheaders := $(patsubst $(installdir)/%,%,$(wildcard $(installdir)/*.h)) 111 $(if $(wildcard $(dir $@)),,$(shell mkdir -p $(dir $@))) [all …]
|
D | Makefile.modpost | 53 include $(if $(wildcard $(KBUILD_EXTMOD)/Kbuild), \ 65 modules := $(patsubst %.o,%.ko, $(wildcard $(__modules:.ko=.o))) 91 $(call cmd,modpost) $(wildcard vmlinux) 142 targets := $(wildcard $(sort $(targets))) 143 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
D | Makefile.clean | 14 include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile) 49 __clean-files := $(wildcard \ 55 __clean-dirs := $(wildcard \
|
D | Makefile.modsign | 10 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod))) 11 modules := $(patsubst %.o,%.ko,$(wildcard $(__modules:.ko=.o)))
|
D | Makefile.modinst | 12 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod))) 13 modules := $(patsubst %.o,%.ko,$(wildcard $(__modules:.ko=.o)))
|
D | Makefile.fwinst | 65 targets := $(wildcard $(sort $(targets))) 66 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
D | Makefile.build | 43 kbuild-file := $(if $(wildcard $(kbuild-dir)/Kbuild),$(kbuild-dir)/Kbuild,$(kbuild-dir)/Makefile) 166 -r $(firstword $(wildcard $(2:.symtypes=.symref) /dev/null)) 417 targets := $(wildcard $(sort $(targets))) 418 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
D | Makefile.modbuiltin | 24 kbuild-file := $(if $(wildcard $(kbuild-dir)/Kbuild),$(kbuild-dir)/Kbuild,$(kbuild-dir)/Makefile)
|
D | Kbuild.include | 247 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^) 293 $(if $(wildcard $@), \ 318 # This is no use for dependencies or $(wildcard). We need to strip the 351 ifeq ($$(wildcard $$($(1)_FILENAME)),) 352 ifneq ($$(wildcard $$(srctree)/$$($(1)_FILENAME)),)
|
/linux-4.4.14/scripts/kconfig/ |
D | .zconf.tab.o.cmd | 52 $(wildcard include/config/.h) \ 53 $(wildcard include/config/prefix.h) \ 54 $(wildcard include/config/list.h) \ 55 $(wildcard include/config/y.h) \ 57 $(wildcard include/config/config.h) \ 87 $(wildcard include/config/autoconfig.h) \ 88 $(wildcard include/config/overwriteconfig.h) \ 89 $(wildcard include/config/autoheader.h) \ 90 $(wildcard include/config/tristate.h) \ 91 $(wildcard include/config/probability.h) \
|
D | .conf.o.cmd | 6 $(wildcard include/config/.h) \ 7 $(wildcard include/config/seed.h) \ 8 $(wildcard include/config/allconfig.h) \ 9 $(wildcard include/config/nosilentupdate.h) \ 72 $(wildcard include/config/prefix.h) \ 73 $(wildcard include/config/list.h) \ 74 $(wildcard include/config/y.h) \ 76 $(wildcard include/config/config.h) \
|
D | Makefile | 100 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),) 112 configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/configs/$@)
|
/linux-4.4.14/net/netfilter/ |
D | xt_socket.c | 215 bool wildcard; in socket_match() local 221 wildcard = (!(info->flags & XT_SOCKET_NOWILDCARD) && in socket_match() 231 if (info->flags & XT_SOCKET_RESTORESKMARK && !wildcard && in socket_match() 238 if (wildcard || !transparent) in socket_match() 390 bool wildcard; in socket_mt6_v1_v2_v3() local 396 wildcard = (!(info->flags & XT_SOCKET_NOWILDCARD) && in socket_mt6_v1_v2_v3() 406 if (info->flags & XT_SOCKET_RESTORESKMARK && !wildcard && in socket_mt6_v1_v2_v3() 413 if (wildcard || !transparent) in socket_mt6_v1_v2_v3()
|
D | xt_TPROXY.c | 145 int wildcard = (inet_sk(sk)->inet_rcv_saddr == 0); in nf_tproxy_get_sock_v4() local 152 if ((lookup_type == NFT_LOOKUP_ESTABLISHED && (!connected || wildcard)) || in nf_tproxy_get_sock_v4() 209 int wildcard = ipv6_addr_any(&sk->sk_v6_rcv_saddr); in nf_tproxy_get_sock_v6() local 216 if ((lookup_type == NFT_LOOKUP_ESTABLISHED && (!connected || wildcard)) || in nf_tproxy_get_sock_v6()
|
/linux-4.4.14/tools/build/ |
D | Makefile.build | 55 rule_mkdir = $(if $(wildcard $(dir $@)),,@$(call echo-cmd,mkdir) $(cmd_mkdir)) 132 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS))) 133 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
D | Build.include | 55 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^) 61 dep-cmd = $(if $(wildcard $(fixdep)), \
|
/linux-4.4.14/security/tomoyo/ |
D | Makefile | 6 $(objtree)/scripts/basic/bin2c <$(firstword $(wildcard $(obj)/policy/$(1).conf $(srctree)/$(src)/po… 12 $(obj)/builtin-policy.h: $(wildcard $(obj)/policy/*.conf $(src)/policy/*.conf.default) FORCE
|
/linux-4.4.14/tools/perf/Documentation/ |
D | Makefile | 6 $(wildcard perf-*.txt)) \ 21 …,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.t… 228 $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl 318 howto-index.txt: howto-index.sh $(wildcard howto/*.txt) 320 '$(SHELL_PATH_SQ)' ./howto-index.sh $(wildcard howto/*.txt) >$@+ && \ 328 $(patsubst %.txt,%.html,$(wildcard howto/*.txt)): %.html : %.txt
|
D | perf-script.txt | 153 For the 'wildcard' option if a user selected field is invalid for an
|
/linux-4.4.14/virt/kvm/ |
D | eventfd.c | 660 bool wildcard; member 694 if (p->wildcard) in ioeventfd_in_range() 764 (_p->wildcard || p->wildcard || in ioeventfd_check_collision() 809 p->wildcard = true; in kvm_assign_ioeventfd_idx() 858 bool wildcard = !(args->flags & KVM_IOEVENTFD_FLAG_DATAMATCH); in kvm_deassign_ioeventfd_idx() local 864 p->wildcard != wildcard) in kvm_deassign_ioeventfd_idx() 867 if (!p->wildcard && p->datamatch != args->datamatch) in kvm_deassign_ioeventfd_idx()
|
/linux-4.4.14/scripts/basic/ |
D | .fixdep.cmd | 6 $(wildcard include/config/his/driver.h) \ 7 $(wildcard include/config/my/option.h) \ 8 $(wildcard include/config/.h) \ 9 $(wildcard include/config/foo.h) \ 10 $(wildcard include/config/boom.h) \
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_iucv.c | 743 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local 758 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq() 759 len = (wildcard) ? wildcard - filter_entry : 8; in hvc_iucv_filter_connreq() 789 u8 wildcard[9] = "lnxhvc "; in hvc_iucv_path_pending() local 794 ASCEBC(wildcard, sizeof(wildcard)); in hvc_iucv_path_pending() 795 find_unused = !memcmp(wildcard, ipuser, 8); in hvc_iucv_path_pending()
|
/linux-4.4.14/arch/xtensa/boot/dts/ |
D | Makefile | 16 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/linux-4.4.14/ |
D | Makefile | 1060 $(if $(wildcard $(srctree)/arch/$(hdr-arch)/include/uapi/asm/Kbuild),, \ 1200 mrproper: rm-dirs := $(wildcard $(MRPROPER_DIRS)) 1201 mrproper: rm-files := $(wildcard $(MRPROPER_FILES)) 1240 boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig) 1242 board-dirs := $(dir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*/*_defconfig)) 1333 boards-per-dir = $(sort $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig))) 1563 quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs))) 1566 quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files))) 1581 targets := $(wildcard $(sort $(targets))) 1582 cmd_files := $(wildcard .*.cmd $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
D | MAINTAINERS | 90 F: Files and directories with wildcard patterns.
|
/linux-4.4.14/arch/arc/boot/dts/ |
D | Makefile | 14 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/linux-4.4.14/arch/h8300/boot/dts/ |
D | Makefile | 12 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/linux-4.4.14/arch/mips/boot/dts/ |
D | Makefile | 14 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(foreach d,$(dts-dirs), $(wildcard…
|
/linux-4.4.14/arch/arm64/boot/dts/ |
D | Makefile | 21 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(foreach d,$(dts-dirs), $(wildcard…
|
/linux-4.4.14/Documentation/EDID/ |
D | Makefile | 2 SOURCES := $(wildcard [0-9]*x[0-9]*.S)
|
/linux-4.4.14/arch/metag/boot/dts/ |
D | Makefile | 16 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/linux-4.4.14/usr/ |
D | Makefile | 52 ifneq ($(wildcard $(obj)/.initramfs_data.cpio.d),)
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | Kbuild.asm | 44 $(wildcard \
|
/linux-4.4.14/drivers/video/logo/ |
D | Makefile | 25 $(wildcard $(srctree)/$(src)/*$(1).$(2))))
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 327 $(OUTPUT)common-cmds.h: $(wildcard Documentation/perf-*.txt) 398 $(patsubst perf-%,%.o,$(PROGRAMS)): $(wildcard */*.h) 601 ifeq ($(wildcard ../../.git/HEAD),)
|
/linux-4.4.14/scripts/package/ |
D | Makefile | 30 Kbuild Kconfig COPYING $(wildcard localversion*)
|
/linux-4.4.14/firmware/ |
D | Makefile | 176 wordsize_deps := $(wildcard include/config/64bit.h include/config/32bit.h \ 202 ifeq ($(INSTALL):$(wildcard $(obj)/ihex2fw),install:$(obj)/ihex2fw)
|
/linux-4.4.14/Documentation/ |
D | zorro.txt | 38 `ZORRO_WILDCARD' acts as a wildcard and finds any Zorro device. If your driver
|
D | dynamic-debug-howto.txt | 111 A another way is to use wildcard. The match rule support '*' (matches
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | submitting-patches.txt | 29 5) The wildcard "<chip>" may be used in compatible strings, as in
|
/linux-4.4.14/include/uapi/linux/ |
D | Kbuild | 28 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h \ 230 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h \ 236 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h \
|
/linux-4.4.14/Documentation/networking/ |
D | openvswitch.txt | 115 Since the kernel may ignore or modify wildcard bits, it can be difficult for 118 flow table (and therefore not attempt to determine wildcard changes at all)
|
/linux-4.4.14/arch/arm/ |
D | Makefile | 273 ifeq ($(FASTFPE),$(wildcard $(FASTFPE)))
|
/linux-4.4.14/Documentation/vm/ |
D | hwpoison.txt | 128 by block device major/minor. -1U is the wildcard value.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | Makefile | 783 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 127 list of wildcard patterns separated by semicolon.
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 225 You can use the constant PCI_ANY_ID as a wildcard replacement for
|
/linux-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 953 Applies RCU to a wildcard-search Patricia tree in order to permit
|