/openbmc/openpower-inventory-upload/ |
H A D | inventory_upload.py | 46 rename = name 50 rename = rename.lower() 53 if rename == 'name' and isinstance(revalue, list): 57 if rename == 'is_fru': 61 rename = rename.replace('_', '-') 62 rename = rename.replace(' ', '-') 65 rename = rename.rstrip() 70 if name != rename or value != revalue: 71 o[rename] = revalue
|
/openbmc/linux/Documentation/filesystems/ |
H A D | directory-locking.rst | 25 4) rename() that is _not_ cross-directory. Locking rules: caller locks 45 6) cross-directory rename. The trickiest in the whole bunch. Locking 77 (1) if object removal or non-cross-directory rename holds lock on A and 107 Any contended object is either held by cross-directory rename or 112 It means that one of the operations is cross-directory rename. 115 own descendent. Moreover, there is exactly one cross-directory rename 118 Consider the object blocking the cross-directory rename. One 119 of its descendents is locked by cross-directory rename (otherwise we 121 means that cross-directory rename is taking locks out of order. Due 123 But locking rules for cross-directory rename guarantee that we do not [all …]
|
/openbmc/obmc-console/ |
H A D | meson.build | 18 rename: [ 26 rename: [ 35 rename: [ 'client.2200.conf' ], 40 rename: [ 'obmc-console-ssh.socket' ], 43 rename: [ 'use-socket.conf' ], 51 rename: [ '80-obmc-console-uart.rules' ],
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 1959 if (rename(oldpath, newpath)) in test_rename() 2082 ASSERT_EQ(-1, rename(dir_s2d3, dir_s1d3)); in TEST_F_FORK() 2113 ASSERT_EQ(0, rename(file1_s1d2, dir_s1d3)); in TEST_F_FORK() 2137 ASSERT_EQ(-1, rename(dir_s1d2, dir_s2d1)); in TEST_F_FORK() 2139 ASSERT_EQ(-1, rename(dir_s1d2, dir_s2d2)); in TEST_F_FORK() 2141 ASSERT_EQ(-1, rename(dir_s1d2, dir_s2d3)); in TEST_F_FORK() 2144 ASSERT_EQ(-1, rename(dir_s1d3, dir_s2d1)); in TEST_F_FORK() 2146 ASSERT_EQ(-1, rename(dir_s1d3, dir_s2d2)); in TEST_F_FORK() 2152 ASSERT_EQ(-1, rename(dir_s1d3, dir_s2d3)); in TEST_F_FORK() 2156 ASSERT_EQ(0, rename(dir_s1d3, dir_s2d3)); in TEST_F_FORK() [all …]
|
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/ |
H A D | TestMbox.test_mbox_format.pass | 10 …rename meta-selftest/recipes-test/selftest-hello/{selftest-hello_1.0.bb => selftest-hello_1.1.bb} … 14 rename from meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb 15 rename to meta-selftest/recipes-test/selftest-hello/selftest-hello_1.1.bb
|
H A D | TestMbox.test_mbox_format.2.fail | 12 …rename meta-selftest/recipes-test/selftest-hello/{selftest-hello_1.0.bb => selftest-hello_1.1.bb} … 16 rename from meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb 17 rename to meta-selftest/recipes-test/selftest-hello/selftest-hello_1.1.bb
|
H A D | TestMbox.test_series_merge_on_head.1.skip | 12 …rename meta-selftest/recipes-test/selftest-hello/{selftest-hello_1.0.bb => selftest-hello_1.1.bb} … 16 rename from meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb 17 rename to meta-selftest/recipes-test/selftest-hello/selftest-hello_1.1.bb
|
H A D | TestMbox.test_mbox_format.1.fail | 13 …rename meta-selftest/recipes-test/selftest-hello/{selftest-hello_1.0.bb => selftest-hello_1.1.bb} … 17 rename from meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb 18 rename to meta-selftest/recipes-test/selftest-hello/selftest-hello_1.1.bb
|
H A D | TestMbox.test_series_merge_on_head.2.skip | 19 rename meta/recipes-devtools/python/{python3-dtc_1.6.1.bb => python3-dtc_1.7.0.bb} (92%) 23 rename from meta/recipes-devtools/python/python3-dtc_1.6.1.bb 24 rename to meta/recipes-devtools/python/python3-dtc_1.7.0.bb
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0026-nvmxip-move-header-to-include.patch | 20 rename {drivers/mtd/nvmxip => include}/nvmxip.h (100%) 38 rename from drivers/mtd/nvmxip/nvmxip.h 39 rename to include/nvmxip.h
|
/openbmc/qemu/ui/icons/ |
H A D | meson.build | 4 rename: 'qemu.png', 9 rename: 'qemu.bmp',
|
/openbmc/google-ipmi-sys/ |
H A D | file_system_wrapper.cpp | 31 void FileSystemWrapper::rename(const fs::path& oldPath, const fs::path& newPath, in rename() function in google::ipmi::FileSystemWrapper 34 fs::rename(oldPath, newPath, ec); in rename()
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/packagenameconflict/ |
H A D | packagenameconflict.bb | 1 SUMMARY = "Test case that tries to rename a package to an existing one and fails" 7 # ... and try to rename the ${PN}-dev to the new ${PN}-renametest (conflict)
|
/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/ |
H A D | 0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch | 23 rename obexd/src/{org.bluez.obex.service => org.bluez.obex.service.in} (76%) 46 rename from obexd/src/org.bluez.obex.service 47 rename to obexd/src/org.bluez.obex.service.in
|
/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/ |
H A D | 0001-define-run-test-target.patch | 4 Subject: [PATCH] rename test target as run-test 9 not suitable for cross-compile environment, so rename it as run-test.
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/ |
H A D | 0002-Fix-segfault-with-mangled-rename-patch.patch | 4 Subject: [PATCH] Fix segfault with mangled rename patch 32 say ("Cannot %s file without two valid file names\n", pch_rename () ? "rename" : "copy");
|
/openbmc/phosphor-state-manager/ |
H A D | chassis_state_manager_main.cpp | 68 fs::rename(legacyPohPath, newPohPath); in main() 72 fs::rename(legacyStateChangePath, newStateChangePath); in main()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | cargo-update-recipe-crates.bbclass | 42 # we need to rename crates with name and version to have a unique key 45 rename = "%s-%s" % (c['name'], c['version']) 48 cksum_list += '\nSRC_URI[%s.sha256sum] = "%s"' % (rename, c['checksum'])
|
H A D | overlayfs-etc.bbclass | 22 # 1. Default option is to rename original /sbin/init to /sbin/init.orig and place generated init un… 79 # rename original /sbin/init 82 bb.utils.rename(origInit, origInit + origInitNameSuffix)
|
H A D | update-alternatives.bbclass | 53 # the need to rename alternative files in the do_install step, but still 139 # We need to do the rename after the image creation step, but before 163 # If the src == dest, we know we need to rename the dest by appending ${BPN} 180 # If the link and target are the same name, we need to rename the target. 189 # Delay rename of links 193 bb.utils.rename(src, dest) 208 # Ok, the link_target exists, we can rename 210 bb.utils.rename(src, dest)
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | test_utils.hpp | 109 fs::rename(path, savePath); in makeFileUnRemovable() 134 fs::rename(savePath, path); in makeFileRemovable()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
H A D | 0008-Rename-poll.h-to-vm_poll.h.patch | 12 we rename poll.h to vm_poll.h. 29 rename open-vm-tools/lib/include/{poll.h => vm_poll.h} (99%) 85 rename from open-vm-tools/lib/include/poll.h 86 rename to open-vm-tools/lib/include/vm_poll.h
|
/openbmc/linux/fs/orangefs/ |
H A D | namei.c | 405 new_op->upcall.req.rename.old_parent_refn = ORANGEFS_I(old_dir)->refn; in orangefs_rename() 406 new_op->upcall.req.rename.new_parent_refn = ORANGEFS_I(new_dir)->refn; in orangefs_rename() 408 strncpy(new_op->upcall.req.rename.d_old_name, in orangefs_rename() 411 strncpy(new_op->upcall.req.rename.d_new_name, in orangefs_rename() 440 .rename = orangefs_rename,
|
/openbmc/linux/tools/perf/trace/strace/groups/ |
H A D | file | 14 rename
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_raw_tp_test_run.c | 12 int BPF_PROG(rename, struct task_struct *task, char *comm) in BPF_PROG() argument
|