Home
last modified time | relevance | path

Searched refs:remove (Results 101 – 125 of 4556) sorted by relevance

12345678910>>...183

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dffdc_file.cpp46 void FFDCFile::remove() in remove() function in phosphor::power::regulators::FFDCFile
58 tempFile.remove(); in remove()
/openbmc/openbmc/meta-facebook/recipes-phosphor/console/
H A Dobmc-console_%.bbappend6 PACKAGECONFIG:remove = "ssh"
8 SRC_URI:remove = "file://${BPN}.conf"
/openbmc/phosphor-power/test/
H A Dtemporary_file_tests.cpp228 file.remove(); in TEST()
254 fs::remove(path); in TEST()
271 file.remove(); in TEST()
278 file.remove(); in TEST()
296 file.remove(); in TEST()
/openbmc/ipmitool/contrib/
H A Dipmi.init.redhat169 remove () { function
214 remove)
215 remove
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dfetch.py33 oe.path.remove(dldir, recurse=True)
45 oe.path.remove(dldir, recurse=True)
57 oe.path.remove(dldir, recurse=True)
/openbmc/linux/drivers/nubus/
H A Dbus.c31 if (ndrv->remove) in nubus_device_remove()
32 ndrv->remove(to_nubus_board(dev)); in nubus_device_remove()
38 .remove = nubus_device_remove,
/openbmc/linux/arch/s390/purgatory/
H A DMakefile46 OBJCOPYFLAGS_purgatory.ro += --remove-section='*debug*'
47 OBJCOPYFLAGS_purgatory.ro += --remove-section='.comment'
48 OBJCOPYFLAGS_purgatory.ro += --remove-section='.note.*'
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/
H A Dlibreport_2.17.15.bb14 SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \
15 file://0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch \
17 file://0004-configure.ac-remove-prog-test-of-augparse.patch \
/openbmc/phosphor-power/
H A Dtemporary_subdirectory.cpp58 remove(); in operator =()
69 void TemporarySubDirectory::remove() in remove() function in phosphor::power::util::TemporarySubDirectory
/openbmc/linux/Documentation/translations/zh_CN/PCI/
H A Dsysfs-pci.rst29 | |-- remove
54 remove 从内核的列表中删除设备 (ascii, wo)
91 remove "文件是用来移除PCI设备的,通过向该文件写入一个非零的整数。这并不涉及任何形式的热插
/openbmc/linux/drivers/firmware/google/
H A Dcoreboot_table.c52 if (driver->remove) in coreboot_bus_remove()
53 driver->remove(device); in coreboot_bus_remove()
60 .remove = coreboot_bus_remove,
204 .remove = coreboot_table_remove,
/openbmc/phosphor-event/test/
H A Dutest.cpp171 EXPECT_EQ(0, eventManager.remove(1)); in TEST_F()
256 EXPECT_EQ(0, eventj.remove(3)); in TEST_F()
259 EXPECT_EQ(0, eventj.remove(2)); in TEST_F()
262 EXPECT_EQ(0, eventj.remove(1)); in TEST_F()
279 EXPECT_EQ(0, eventl.remove(2)); in TEST_F()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D030-replace_unsafe_memcpy_with_memmove.patch13 - memcpy(buffer, buffer+2, len); /* remove length */
14 + memmove(buffer, buffer+2, len); /* remove length */
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/pldm/
H A Dpldm_%.bbappend5 SYSTEMD_SERVICE:${PN}:remove = " \
8 SRC_URI:remove = "file://pldm-softpoweroff"
/openbmc/openbmc/meta-arm/kas/
H A Dcorstone1000-firmware-only.yml20 IMAGE_FEATURES:remove = "ssh-server-dropbear"
21 CORE_IMAGE_EXTRA_INSTALL:remove = "ssh-pregen-hostkeys"
/openbmc/phosphor-mrw-tools/
H A Dpatchxml.py179 parent.remove(target)
190 parent.remove(target)
230 target.remove(update["remove"])
/openbmc/qemu/tests/avocado/
H A Dvirtio_check_params.py126 machines.remove('none')
127 machines.remove('isapc')
128 machines.remove('microvm')
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/
H A Dkernel-selftest.bb20 # if you have older kernel than that you need to remove it from PACKAGECONFIG
24 PACKAGECONFIG:remove:x86 = "bpf"
25 PACKAGECONFIG:remove:arm = "bpf vm"
30 PACKAGECONFIG:remove:qemumips = "bpf vm"
33 PACKAGECONFIG:remove:riscv64 = "bpf vm"
34 PACKAGECONFIG:remove:riscv32 = "bpf vm"
47 DEBUG_PREFIX_MAP:remove = "-fcanon-prefix-map"
/openbmc/qemu/tests/qemu-iotests/
H A D155117 os.remove(source_img)
118 os.remove(back2_img)
119 os.remove(back1_img)
120 os.remove(back0_img)
122 os.remove(target_img)
/openbmc/linux/drivers/gpu/drm/tegra/
H A Drgb.c219 goto remove; in tegra_dc_rgb_probe()
226 goto remove; in tegra_dc_rgb_probe()
232 goto remove; in tegra_dc_rgb_probe()
239 goto remove; in tegra_dc_rgb_probe()
257 remove: in tegra_dc_rgb_probe()
/openbmc/pldm/fw-update/
H A Dupdate_manager.cpp45 std::filesystem::remove(packageFilePath); in processPackage()
62 std::filesystem::remove(packageFilePath); in processPackage()
74 std::filesystem::remove(packageFilePath); in processPackage()
99 std::filesystem::remove(packageFilePath); in processPackage()
280 std::filesystem::remove(fwPackageFilePath); in clearActivationInfo()
/openbmc/openbmc/meta-arm/ci/
H A Dbase.yml32 PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
35 DISTRO_FEATURES:remove = "ptest"
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-peci10 What: /sys/bus/peci/devices/<controller_id>-<device_addr>/remove
16 remove the PECI device and any of its children.
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/
H A Dkea_2.4.1.bb32 DEBUG_OPTIMIZATION:remove:mips = " -Og"
34 BUILD_OPTIMIZATION:remove:mips = " -Og"
37 DEBUG_OPTIMIZATION:remove:mipsel = " -Og"
39 BUILD_OPTIMIZATION:remove:mipsel = " -Og"
/openbmc/linux/drivers/uio/
H A Duio_aec.c123 static void remove(struct pci_dev *pdev) in remove() function
143 .remove = remove,

12345678910>>...183