Home
last modified time | relevance | path

Searched refs:subdirs (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/scripts/
H A DMakefile.headersinst25 src-subdirs := $(patsubst $(src)/%/,%,$(filter %/, $(wildcard $(src)/*/)))
26 gen-subdirs := $(patsubst $(gen)/%/,%,$(filter %/, $(wildcard $(gen)/*/)))
27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs))
29 src-headers := $(if $(src-subdirs), $(shell cd $(src) && find $(src-subdirs) -name '*.h'))
31 gen-headers := $(if $(gen-subdirs), $(shell cd $(gen) && find $(gen-subdirs) -name '*.h'))
42 all-subdirs := $(addprefix $(dst)/, $(all-subdirs))
48 old-subdirs := $(wildcard $(all-subdirs))
49 old-headers := $(if $(old-subdirs),$(shell find $(old-subdirs) -name '*.h'))
H A DMakefile.dtbinst21 subdirs := $(addprefix $(obj)/, $(subdir-y) $(subdir-m))
23 __dtbs_install: $(dtbs) $(subdirs)
35 PHONY += $(subdirs)
36 $(subdirs):
H A DMakefile.build469 single-subdirs := $(foreach d, $(subdir-ym), $(if $(filter $d/%, $(MAKECMDGOALS)), $d))
470 single-subdir-goals := $(filter $(addsuffix /%, $(single-subdirs)), $(MAKECMDGOALS))
472 $(single-subdir-goals): $(single-subdirs)
/openbmc/linux/tools/cgroup/
H A Dmemcg_shrinker.py13 for root, subdirs, _ in os.walk(cgroup_root):
14 for cgroup in subdirs:
26 for root, subdirs, _ in os.walk(shrinker_debugfs):
27 for shrinker in subdirs:
/openbmc/skeleton/
H A DMakefile21 .PHONY: subdirs $(SUBDIRS) $(GDBUS_APPS)
23 subdirs: $(SUBDIRS) $(GDBUS_APPS) target
31 install: subdirs
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/graphviz/graphviz/
H A D0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch28 # $(subdirs) contains the list from: AC_CONFIG_SUBDIRS
29 -SUBDIRS = $(subdirs) lib plugin cmd tclpkg doc contrib share graphs tests
30 +SUBDIRS = $(subdirs) lib plugin cmd doc contrib share graphs tests
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool_parallel_make_and_pic.patch2 2)add sub target for subdirs-all, and those dependencies below
26 subdirs-all $(PROGS.sbin) $(PROGS.bin)
50 -subdirs-all:
52 +subdirs-all: $(patsubst %,%-dir, $(SUBDIRS))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jemalloc/
H A Djemalloc_5.3.0.bb44 subdirs="unit integration stress "
45 for tooltest in ${subdirs}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/
H A D0001-Drop-libdl-references.patch42 subdirs: [
54 subdirs: [
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dindex.rst61 several (arch-dependent?) subdirs. Each subdir is mainly about
85 These are the subdirs I have on my system. There might be more
86 or other subdirs in another setup. If you see another dir, I'd
/openbmc/qemu/
H A Dconfigure249 subdirs=""
1030 subdirs="$subdirs contrib/plugins"
1578 subdirs="$subdirs pc-bios/optionrom"
1587 subdirs="$subdirs pc-bios/vof"
1606 subdirs="$subdirs pc-bios/s390-ccw"
1631 echo "SUBDIRS=$subdirs" >> $config_host_mak
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/
H A Doprofile_1.4.0.bb55 subdirs="libdb/tests libutil++/tests libregex/tests libutil/tests libop/tests libdb/tests "
56 for tooltest in ${subdirs}
/openbmc/linux/arch/mips/
H A DKbuild2 # Fail on warnings - also for files referenced in subdirs
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0007-configure-fix-incorrect-variable.patch22 perlmodules: perlmakefiles subdirs
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py373 subdirs = iter(self.dir(pnum, abs_path).splitlines())
374 next(subdirs)
375 for subdir in subdirs:
/openbmc/openbmc/poky/scripts/lib/
H A Dbuildstats.py260 subdirs = os.listdir(path)
261 for dirname in subdirs:
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0011-eglibc-Help-bootstrap-cross-toolchain.patch57 subdir-stubs := $(foreach dir,$(subdirs),$(common-objpfx)$(dir)/stubs)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/
H A Dfreeradius_3.2.3.bb122 # The modules subdirs also need to be processed by autoreconf. Use autogen.sh
123 # in order to handle the subdirs correctly.
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/
H A Dvalgrind_3.22.0.bb175 subdirs=" \
191 for dir in $subdirs ; do
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsstatetests.py203 subdirs = sorted(glob.glob(self.topdir + "/tmp-sstatesamehash/stamps/*-nativesdk*-linux"))
205subdirs.extend(sorted(glob.glob(self.topdir + "/tmp-sstatesamehash/stamps/all-*-linux")))
207 for subdir in subdirs:
/openbmc/openbmc/meta-security/recipes-security/isic/files/
H A Dconfigure_fix.patch22 subdirs=
/openbmc/linux/fs/kernfs/
H A Dinode.c180 set_nlink(inode, kn->dir.subdirs + 2); in kernfs_refresh_inode()
/openbmc/linux/include/linux/
H A Dkernfs.h154 unsigned long subdirs; member
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0002-gcc-poison-system-directories.patch132 AC_SUBST(subdirs)
/openbmc/linux/include/linux/ceph/
H A Dceph_fs.h590 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member

12