Home
last modified time | relevance | path

Searched full:walk (Results 1 – 25 of 255) sorted by relevance

1234567891011

/openbmc/openbmc/poky/meta/files/
H A Dfs-perms-volatile-log.txt7 #<path> <mode> <uid> <gid> <walk> <fmode> <fuid> <fgid>
17 # <walk>: recursively walk the directory? true or false
H A Dfs-perms-volatile-tmp.txt7 #<path> <mode> <uid> <gid> <walk> <fmode> <fuid> <fgid>
17 # <walk>: recursively walk the directory? true or false
H A Dfs-perms.txt7 #<path> <mode> <uid> <gid> <walk> <fmode> <fuid> <fgid>
17 # <walk>: recursively walk the directory? true or false
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A D0001-Use-1-instead-of-WAIT_ANY.patch27 usl_list_for_each(walk, tmp, &usl_child_list) {
28 child = usl_list_entry(walk, struct usl_pid_child, list);
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py124 def walk(self, top, topdown=True, onerror=None, followlinks=False): member in CachedPath
125 # Matches os.walk, not os.path.walk()
128 # get a list of the files the directory contains. os.path.walk
151 for x in self.walk(new_path, topdown, onerror, followlinks):
H A Dreproducible.py92 for root, dirs, files in os.walk(unpackdir, topdown=True):
96 for root, dirs, files in os.walk(sourcedir, topdown=True):
131 for root, dirs, files in os.walk(sourcedir, topdown=True):
H A Dpath.py61 Walk basedir looking for absolute symlinks and replacing them with relative ones.
66 for walkroot, dirs, files in os.walk(basedir):
106 for root, dirs, files in os.walk(src):
182 for root, dirs, files in os.walk(dir, **walkoptions):
/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dtelnet_execution.py13 # Walk path and append to sys.path
14 for root, dirs, files in os.walk(full_path):
H A Dscp_execution.py13 # Walk path and append to sys.path
14 for root, dirs, files in os.walk(full_path):
H A Dssh_execution.py13 # Walk path and append to sys.path
14 for root, dirs, files in os.walk(full_path):
/openbmc/qemu/include/hw/arm/
H A Dsmmu-common.h44 * Page table walk error types
48 SMMU_PTW_ERR_WALK_EABT, /* Translation walk external abort */
99 * input to the page table walk
189 * smmu_ptw - Perform the page table walk for a given iova / access flags
/openbmc/qemu/system/
H A Dtpm.c46 * Walk the list of available TPM backend drivers and display them on the
148 * Walk the list of TPM backend drivers that are in use and call their
195 * Walk the list of active TPM backends and collect information about them.
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dpath.py14 for r, d, f in os.walk(directory):
/openbmc/phosphor-mrw-tools/
H A Dgen_ipmi_fru.pl144 #walk over all the fru types and match for the incoming type
158 #Walk over all the interfaces as it needs to be written
162 #walk over all the properties as it needs to be written
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/
H A DID.interface.yaml4 button on the front panel and then walk around to the back and quickly
/openbmc/qemu/include/qapi/
H A Dvisitor.h25 * functions to walk these graphs. This file represents the interface
27 * for a virtual walk, where there is no actual QAPI C struct.
50 * or virtual walk; if that is successful, the caller can optionally
178 * It is also possible to use the visitors to do a virtual walk, where
184 * Thus, a virtual walk corresponding to '{ "list": [1, 2] }' looks
280 * @obj must be non-NULL for a real walk, in which case @size
282 * into *@obj. @obj may also be NULL for a virtual walk, in which
338 * @list must be non-NULL for a real walk, in which case @size
341 * allow @list to be NULL for a virtual walk, in which case @size is
/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph_internal.h33 /* callback called when the walk path algorithm found a
56 bool available; /* set by QEMU via QMP, used during graph walk */
57 bool visited; /* used during graph walk */
/openbmc/entity-manager/scripts/
H A Dvalidate_configs.py116 data = os.walk(configs_dir)
210 # Get root directory of schema file, so we can walk all the directories
219 for dirpath, _, directory in os.walk(schema_path):
/openbmc/openbmc-test-automation/tools/
H A Drobot_custom_rules.py25 Walk through the code and report.
/openbmc/openbmc/poky/scripts/
H A Dtask-time85 # Raise an exception for os.walk() errors instead of ignoring them
89 for root, _, files in os.walk(path, onerror=walk_onerror):
/openbmc/openbmc-test-automation/ffdc/
H A Dcollect_ffdc.py17 # Walk path and append to sys.path
18 for root, dirs, files in os.walk(full_path):
/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c295 * index of the first elementwise walk that failed." in fs_walk_2nd_nonexistent()
302 /* expect fid being unaffected by walk above */ in fs_walk_2nd_nonexistent()
782 qos_add_test("synth/walk/basic", "virtio-9p", fs_walk, &opts); in register_virtio_9p_test()
783 qos_add_test("synth/walk/no_slash", "virtio-9p", fs_walk_no_slash, in register_virtio_9p_test()
785 qos_add_test("synth/walk/none", "virtio-9p", fs_walk_none, &opts); in register_virtio_9p_test()
786 qos_add_test("synth/walk/dotdot_from_root", "virtio-9p", in register_virtio_9p_test()
788 qos_add_test("synth/walk/non_existent", "virtio-9p", fs_walk_nonexistent, in register_virtio_9p_test()
790 qos_add_test("synth/walk/2nd_non_existent", "virtio-9p", in register_virtio_9p_test()
/openbmc/u-boot/tools/
H A Dgenboardscfg.py74 for (dirpath, dirnames, filenames) in os.walk(CONFIG_DIR):
82 for (dirpath, dirnames, filenames) in os.walk('.'):
235 for (dirpath, dirnames, filenames) in os.walk(CONFIG_DIR):
367 for (dirpath, dirnames, filenames) in os.walk('.'):
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dstore.py34 for root, dirs, files in os.walk(args.source):
91 for root, dirs, files in os.walk(logdir):
/openbmc/u-boot/include/
H A Denv_attr.h19 * The callback may return a non-0 to abort the list walk.

1234567891011