/openbmc/openbmc/poky/meta/files/ |
H A D | fs-perms-volatile-log.txt | 7 #<path> <mode> <uid> <gid> <walk> <fmode> <fuid> <fgid> 17 # <walk>: recursively walk the directory? true or false
|
H A D | fs-perms-volatile-tmp.txt | 7 #<path> <mode> <uid> <gid> <walk> <fmode> <fuid> <fgid> 17 # <walk>: recursively walk the directory? true or false
|
H A D | fs-perms.txt | 7 #<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 D | 0001-Use-1-instead-of-WAIT_ANY.patch | 27 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 D | cachedpath.py | 124 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 D | reproducible.py | 92 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 D | path.py | 61 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 D | telnet_execution.py | 13 # Walk path and append to sys.path 14 for root, dirs, files in os.walk(full_path):
|
H A D | scp_execution.py | 13 # Walk path and append to sys.path 14 for root, dirs, files in os.walk(full_path):
|
H A D | ssh_execution.py | 13 # Walk path and append to sys.path 14 for root, dirs, files in os.walk(full_path):
|
/openbmc/qemu/include/hw/arm/ |
H A D | smmu-common.h | 44 * 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 D | tpm.c | 46 * 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 D | path.py | 14 for r, d, f in os.walk(directory):
|
/openbmc/phosphor-mrw-tools/ |
H A D | gen_ipmi_fru.pl | 144 #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 D | ID.interface.yaml | 4 button on the front panel and then walk around to the back and quickly
|
/openbmc/qemu/include/qapi/ |
H A D | visitor.h | 25 * 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 D | qgraph_internal.h | 33 /* 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 D | validate_configs.py | 116 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 D | robot_custom_rules.py | 25 Walk through the code and report.
|
/openbmc/openbmc/poky/scripts/ |
H A D | task-time | 85 # 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 D | collect_ffdc.py | 17 # Walk path and append to sys.path 18 for root, dirs, files in os.walk(full_path):
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-9p-test.c | 295 * 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 D | genboardscfg.py | 74 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 D | store.py | 34 for root, dirs, files in os.walk(args.source): 91 for root, dirs, files in os.walk(logdir):
|
/openbmc/u-boot/include/ |
H A D | env_attr.h | 19 * The callback may return a non-0 to abort the list walk.
|