Home
last modified time | relevance | path

Searched refs:rename (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/openbmc/openpower-inventory-upload/
H A Dinventory_upload.py46 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 Ddirectory-locking.rst25 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
79 acquire the lock on B. (Proof: only cross-directory rename can change
82 (2) if cross-directory rename holds the lock on filesystem, order will not
83 change until rename acquires all locks. (Proof: other cross-directory
107 Any contended object is either held by cross-directory rename or
109 operation other than cross-directory rename. Then the lock this operation
112 It means that one of the operations is cross-directory rename.
115 own descendent. Moreover, there is exactly one cross-directory rename
[all …]
/openbmc/obmc-console/
H A Dmeson.build21 rename: ['obmc-console@.service', 'obmc-console@.socket'],
27 rename: ['obmc-console-ssh@.service'],
35 rename: ['client.2200.conf'],
42 rename: ['obmc-console-ssh.socket'],
47 rename: ['use-socket.conf'],
57 rename: ['80-obmc-console-uart.rules'],
/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c1958 if (rename(oldpath, newpath)) in test_rename()
1997 ASSERT_EQ(-1, rename(file1_s2d3, file1_s1d3)); in TEST_F_FORK()
2010 ASSERT_EQ(-1, rename(file1_s2d1, file1_s1d3)); in TEST_F_FORK()
2024 ASSERT_EQ(-1, rename(dir_s2d2, file1_s2d1)); in TEST_F_FORK()
2030 ASSERT_EQ(-1, rename(file1_s1d1, dir_s1d2)); in TEST_F_FORK()
2034 ASSERT_EQ(-1, rename(file1_s2d2, file1_s1d2)); in TEST_F_FORK()
2037 ASSERT_EQ(-1, rename(file1_s2d1, file1_s1d3)); in TEST_F_FORK()
2043 ASSERT_EQ(0, rename(file2_s2d3, file1_s2d3)); in TEST_F_FORK()
2081 ASSERT_EQ(-1, rename(dir_s2d3, dir_s1d3)); in TEST_F_FORK()
2095 ASSERT_EQ(-1, rename(dir_s1d2, file1_s1d1)); in TEST_F_FORK()
[all …]
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/
H A DTestMbox.test_series_merge_on_head.1.skip12rename 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 DTestMbox.test_series_merge_on_head.2.skip19 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 D0026-nvmxip-move-header-to-include.patch20 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 Dmeson.build4 rename: 'qemu.png',
9 rename: 'qemu.bmp',
/openbmc/google-ipmi-sys/
H A Dfile_system_wrapper.cpp31 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 Dpackagenameconflict.bb1 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-support/numactl/numactl/
H A D0001-define-run-test-target.patch4 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/classes-recipe/
H A Dcargo-update-recipe-crates.bbclass44 # we need to rename crates with name and version to have a unique key
47 rename = "%s-%s" % (c['name'], c['version'])
50 cksum_list += '\nSRC_URI[%s.sha256sum] = "%s"' % (rename, c['checksum'])
H A Dupdate-alternatives.bbclass53 # 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)
H A Doverlayfs-etc.bbclass22 # 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)
/openbmc/phosphor-state-manager/
H A Dchassis_state_manager_main.cpp68 fs::rename(legacyPohPath, newPohPath); in main()
72 fs::rename(legacyStateChangePath, newStateChangePath); in main()
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0002-Fix-segfault-with-mangled-rename-patch.patch4 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-power/phosphor-regulators/test/
H A Dtest_utils.hpp109 fs::rename(path, savePath); in makeFileUnRemovable()
134 fs::rename(savePath, path); in makeFileRemovable()
/openbmc/linux/fs/orangefs/
H A Dnamei.c405 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/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0008-Rename-poll.h-to-vm_poll.h.patch12 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/arch/s390/boot/
H A DMakefile92 OBJCOPYFLAGS_syms.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.decompressor.…
100 OBJCOPYFLAGS_info.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.info
131 OBJCOPYFLAGS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.…
/openbmc/openbmc/poky/meta/recipes-extended/sudo/files/
H A D0001-sudo.conf.in-fix-conflict-with-multilib.patch37 # if you rename or move the sudo_intercept.so file.
46 # if you rename or move the sudo_noexec.so file.
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A D0001-configure-Specify-correct-function-signatures-and-de.patch25 -for func in rmdir strchr strrchr rename mktemp mktime mkstemp
56 +echo Check for rename
59 +int main(){ rename(NULL,NULL); return 0; }
/openbmc/linux/fs/afs/
H A Ddir.c71 .rename = afs_rename,
1860 if (op->rename.rehash) { in afs_rename_edit_dir()
1861 d_rehash(op->rename.rehash); in afs_rename_edit_dir()
1862 op->rename.rehash = NULL; in afs_rename_edit_dir()
1878 if (!op->rename.new_negative) in afs_rename_edit_dir()
1919 if (op->rename.rehash) in afs_rename_put()
1920 d_rehash(op->rename.rehash); in afs_rename_put()
1921 dput(op->rename.tmp); in afs_rename_put()
1982 op->rename.new_negative = d_is_negative(new_dentry); in afs_rename()
1996 op->rename.rehash = new_dentry; in afs_rename()
[all …]
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-xmlpatch.bbclass64 os.rename(xml, xml + ".orig")
65 os.rename(xml + ".patched", xml)
/openbmc/linux/tools/perf/trace/strace/groups/
H A Dfile14 rename

12345678910>>...16