/openbmc/linux/scripts/ |
H A D | Makefile.headersinst | 25 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 D | Makefile.dtbinst | 21 subdirs := $(addprefix $(obj)/, $(subdir-y) $(subdir-m)) 23 __dtbs_install: $(dtbs) $(subdirs) 35 PHONY += $(subdirs) 36 $(subdirs):
|
H A D | Makefile.build | 469 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 D | memcg_shrinker.py | 13 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 D | Makefile | 21 .PHONY: subdirs $(SUBDIRS) $(GDBUS_APPS) 23 subdirs: $(SUBDIRS) $(GDBUS_APPS) target 31 install: subdirs
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
H A D | ippool_parallel_make_and_pic.patch | 2 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 D | jemalloc_5.3.0.bb | 46 subdirs="unit integration stress " 47 for tooltest in ${subdirs}
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | index.rst | 61 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/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/ |
H A D | 0001-Drop-libdl-references.patch | 42 subdirs: [ 54 subdirs: [
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/ |
H A D | oprofile_1.4.0.bb | 56 subdirs="libdb/tests libutil++/tests libregex/tests libutil/tests libop/tests libdb/tests " 57 for tooltest in ${subdirs}
|
/openbmc/linux/arch/mips/ |
H A D | Kbuild | 2 # Fail on warnings - also for files referenced in subdirs
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/ |
H A D | tigervnc_1.14.0.bb | 39 subdirs="Xext xkb GL hw/xquartz/bundle hw/xfree86/common man doc" 40 for i in ${subdirs}; do
|
/openbmc/qemu/ |
H A D | configure | 251 subdirs="" 1728 subdirs="$subdirs pc-bios/optionrom" 1737 subdirs="$subdirs pc-bios/vof" 1756 subdirs="$subdirs pc-bios/s390-ccw" 1781 echo "SUBDIRS=$subdirs" >> $config_host_mak
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
H A D | 0007-configure-fix-incorrect-variable.patch | 22 perlmodules: perlmakefiles subdirs
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | engine.py | 389 subdirs = iter(self.dir(pnum, abs_path).splitlines()) 390 next(subdirs) 391 for subdir in subdirs:
|
/openbmc/openbmc/poky/scripts/lib/ |
H A D | buildstats.py | 260 subdirs = os.listdir(path) 261 for dirname in subdirs:
|
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/ |
H A D | 0001-Do-not-write-bindir-into-pkg-config-files.patch | 53 subdirs : ['glib-2.0'],
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0011-eglibc-Help-bootstrap-cross-toolchain.patch | 57 subdir-stubs := $(foreach dir,$(subdirs),$(common-objpfx)$(dir)/stubs)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/ |
H A D | freeradius_3.2.5.bb | 122 # 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/lib/oeqa/selftest/cases/ |
H A D | sstatetests.py | 203 subdirs = sorted(glob.glob(self.topdir + "/tmp-sstatesamehash/stamps/*-nativesdk*-linux")) 205 … subdirs.extend(sorted(glob.glob(self.topdir + "/tmp-sstatesamehash/stamps/all-*-linux"))) 207 for subdir in subdirs:
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/ |
H A D | valgrind_3.23.0.bb | 173 subdirs=" \ 189 for dir in $subdirs ; do
|
/openbmc/openbmc/meta-security/recipes-security/isic/files/ |
H A D | configure_fix.patch | 22 subdirs=
|
/openbmc/linux/include/linux/ |
H A D | kernfs.h | 154 unsigned long subdirs; member
|
/openbmc/linux/fs/kernfs/ |
H A D | inode.c | 180 set_nlink(inode, kn->dir.subdirs + 2); in kernfs_refresh_inode()
|
H A D | dir.c | 388 kn->parent->dir.subdirs++; in kernfs_link_sibling() 415 kn->parent->dir.subdirs--; in kernfs_unlink_sibling()
|