/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/detect-gpio-present/ |
H A D | detect-sled-present_0.1.bb | 18 file://bletchley-sled-removal@.target \ 28 install -m 0644 ${UNPACKDIR}/bletchley-sled-removal@.target ${D}${systemd_system_unitdir} 41 SLED_REMOVE_INSTFMT = "bletchley-sled-removal@.target:bletchley-sled-removal@{0}.target" 42 SYSTEMD_SERVICE:${PN} += "bletchley-sled-removal@.target"
|
/openbmc/qemu/qapi/ |
H A D | qdev.json | 97 # from the guest. Hot removal is an operation that requires guest 99 # the hot removal process. Completion of the device removal 101 # will automatically complete removal for all devices. If a 102 # guest-side error in the hot removal process is detected, the 125 # Emitted whenever the device removal completion is acknowledged by 127 # ID. Device removal can be initiated by the guest or by HMP/QMP
|
/openbmc/qemu/docs/specs/ |
H A D | acpi_pci_hotplug.rst | 21 PCI slot removal notification (IO port 0xae04-0xae07, 4-byte access) 24 Slot removal notification pending. One bit per slot. 26 Read by ACPI BIOS GPE.1 handler to notify OS of removal 32 Write: Used by ACPI BIOS _EJ0 method to request device removal.
|
/openbmc/qemu/docs/devel/ |
H A D | rcu.rst | 32 "removal" and "reclamation". During removal, we ensure that subsequent 34 removal has completed, a critical section will not be able to access 35 the old data. Therefore, critical sections that begin after removal 45 | finish removal phase 76 on all threads have completed. This marks the end of the removal 88 marks the end of the removal phase, with func taking care 291 In both cases, the write side only performs removal. Reclamation 336 - ensuring that the old version of the array is available between removal 381 /* Removal phase. */
|
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/detect-gpio-present/files/ |
H A D | detect-sled-present | 98 # start bletchley-sled-removal target 99 /bin/systemctl start bletchley-sled-removal@"${SLED_ID}".target 107 echo "SLED${SLED_ID} Removal"
|
H A D | bletchley-sled-removal@.target | 2 Description=Bletchlet SLED%i removal target
|
/openbmc/qemu/include/hw/ |
H A D | hotplug.h | 49 * Used for device removal with devices that implement 50 * asynchronous and synchronous (surprise) removal.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Object/ |
H A D | Delete.interface.yaml | 2 Implement to provide object removal.
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildhistory_analysis.py | 335 for removal in removals: 336 translated = removal.translate(numeric_removal) 339 revmap_remove[translated].append(removal) 353 removal = revmap_remove[translated][0] 355 commondir2 = removal.split("/") 375 filechanges.append(FileChange(removal, FileChange.changetype_move, addition)) 378 if removal in removals: 379 removals.remove(removal) 385 for removal in removals: 386 filechanges.append(FileChange(removal, FileChange.changetype_remove)) [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | device-plug-test.c | 47 * Request device removal. As the guest is not running, the request won't in process_device_remove() 48 * be processed. However during system reset, the removal will be in process_device_remove() 212 * and does not do PCI surprise removal. This holds for x86 ACPI, in main()
|
/openbmc/qemu/target/i386/hvf/ |
H A D | README.md | 6 2. Removal of `apic_page` and hyperv-related functionality.
|
/openbmc/docs/designs/ |
H A D | psu-monitoring.md | 102 monitor the supplies and communicate any changes such as removal of input 103 voltage, removal of a power supply, insertion of a power supply, and take any 141 - Power supply removal and insertion, on a system supporting concurrent
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/ |
H A D | CMU-Tex | 9 permission notice identical to this one except for the removal of this
|
/openbmc/qemu/include/scsi/ |
H A D | utils.h | 64 /* LUN not ready, medium removal prevented */ 86 /* Illegal request, medium removal prevented */
|
/openbmc/u-boot/include/dm/ |
H A D | root.h | 120 * specific removal flags set to selectively 125 * @flags: Flags for selective device removal
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/ |
H A D | 0001-setup.py-switch-to-setuptools.patch | 7 removal in Python 3.12.
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sdnotify/ |
H A D | 0001-setup.py-switch-to-setuptools.patch | 6 In Python 3.10, 'distutils' is deprecated and is slated for removal in
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/pkcs11-helper/ |
H A D | pkcs11-helper_1.30.0.bb | 6 card removal and card insert events, handling card ie-insert to a different \
|
/openbmc/phosphor-hwmon/ |
H A D | mainloop.cpp | 224 // Add sensor removal return codes defined at the device level in getObject() 280 // Check sensorAdjusts for sensor removal RCs in getObject() 284 // Return code found in sensor return code removal list in getObject() 590 // Check sensorAdjusts for sensor removal RCs in read() 594 // Return code found in sensor return code removal list in read() 633 // Remove any sensors marked for removal in removeSensors() 679 // Sensor object added, erase entry from removal list in addDroppedSensors()
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | recipe_sanity.bbclass | 96 __note("candidate for removal of %s" % k, d) 105 (can_delete_FILESPATH, "candidate for removal of FILESPATH"),
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/ |
H A D | 0006-CA_SET_PID.patch | 15 + Quick hack around the removal of ca_pid_t and CA_GET_PID in recent kernels
|
/openbmc/u-boot/include/linux/ |
H A D | list.h | 383 * list_for_each_safe - iterate over a list safe against removal of list entry 393 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry 477 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry 497 * safe against removal of list entry. 513 * removal of list entry. 527 * Iterate backwards over list of given type, safe against removal 672 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry
|
/openbmc/docs/designs/inventory/ |
H A D | gpio-based-hardware-inventory.md | 177 - 'gpio-presence-sensor' creates a dbus matcher to watch for removal of it's 192 ### Reverse flow summary (removal of configuration) 195 - 'gpio-presence-sensor' creates a dbus matcher to watch for removal of it's 256 ### Handling removal of the device
|
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon-page_range_tree.c | 131 /* no hinted removal in GTree... */ in hvb_page_range_tree_insert() 159 /* no hinted removal in GTree... */ in hvb_page_range_tree_pop()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Inner-Net-2.0 | 18 4. [The copyright holder has authorized the removal of this clause.]
|