/openbmc/linux/include/linux/ |
H A D | llist.h | 35 * The list entries deleted via llist_del_all can be traversed with 37 * entries can not be traversed safely before deleted from the list. 38 * The order of deleted entries is from the newest to the oldest added 103 * llist_for_each - iterate over some deleted entries of a lock-less list 105 * @node: the first entry of deleted list entries 108 * safely only after being deleted from list, so start with an entry 111 * If being used on entries deleted from lock-less list directly, the 120 * llist_for_each_safe - iterate over some deleted entries of a lock-less list 124 * @node: the first entry of deleted list entries 127 * safely only after being deleted from list, so start with an entry [all …]
|
H A D | peci.h | 68 * @deleted: indicates that PECI device was already deleted 83 bool deleted; member
|
/openbmc/openpower-proc-control/ |
H A D | temporary_file.hpp | 19 * The temporary file can be deleted by calling remove(). Otherwise the file 20 * will be deleted by the destructor. 60 * Does nothing if the file has already been deleted. 69 * Returns an empty path if the file has been deleted. 82 * Empty when file has been deleted.
|
/openbmc/openpower-hw-diags/util/ |
H A D | temporary_file.hpp | 19 * The temporary file can be deleted by calling remove(). Otherwise the file 20 * will be deleted by the destructor. 86 * Does nothing if the file has already been deleted. 95 * Returns an empty path if the file has been deleted. 108 * Empty when file has been deleted.
|
/openbmc/openpower-debug-collector/watchdog/ |
H A D | utils.hpp | 21 * The temporary file can be deleted by calling remove(). Otherwise the file 22 * will be deleted by the destructor. 89 * @details Does nothing if the file has already been deleted. 98 * @details Returns an empty path if the file has been deleted. 111 * @details Empty when file has been deleted.
|
/openbmc/qemu/util/ |
H A D | aio-win32.c | 34 int deleted; member 51 /* If aio_poll is in progress, just mark the node as deleted */ in aio_remove_fd_handler() 53 node->deleted = 1; in aio_remove_fd_handler() 57 * deleted because deleted nodes are only cleaned up after in aio_remove_fd_handler() 86 if (old_node->pfd.fd == s && !old_node->deleted) { in aio_set_fd_handler() 144 if (node->e == e && !node->deleted) { in aio_set_event_notifier() 268 if (!node->deleted && in aio_dispatch_handlers() 280 if (!node->deleted && in aio_dispatch_handlers() 302 if (node->deleted) { in aio_dispatch_handlers() 367 if (!node->deleted && node->io_notify) { in aio_poll()
|
/openbmc/phosphor-power/ |
H A D | temporary_file.hpp | 32 * The temporary file can be deleted by calling remove(). Otherwise the file 33 * will be deleted by the destructor. 99 * Does nothing if the file has already been deleted. 108 * Returns an empty path if the file has been deleted. 121 * Empty when file has been deleted.
|
H A D | temporary_subdirectory.hpp | 35 * The temporary subdirectory can be deleted by calling remove(). Otherwise the 36 * subdirectory will be deleted by the destructor. 104 * Does nothing if the subdirectory has already been deleted. 113 * Returns an empty path if the subdirectory has been deleted. 126 * Empty when subdirectory has been deleted.
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | exceptions.hpp | 18 // deleted methods 60 // deleted methods 95 // deleted methods 124 // deleted methods 175 // deleted methods 209 // deleted methods 243 // deleted methods 277 // deleted methods
|
/openbmc/linux/Documentation/RCU/ |
H A D | listRCU.rst | 81 or deleted, rather than being modified in place. This is a rare example 220 deleted, without in-place modification, it is very easy to use RCU! 311 function in ipc/shm.c). This code checks a *deleted* flag under a 312 per-entry spinlock, and, if the *deleted* flag is set, pretends that the 319 For the deleted-flag technique to be helpful, why is it necessary 325 to accomplish this would be to add a ``deleted`` flag and a ``lock`` spinlock to the 337 if (e->deleted) { 352 The ``audit_del_rule()`` function would need to set the ``deleted`` flag under the 366 e->deleted = 1; 377 Note that this example assumes that entries are only added and deleted. [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_delete_project.py | 45 - Check project is deleted 97 # Check project is deleted 100 self.assertTrue("You have deleted 1 project:" in delete_notification.text) 103 "Project not deleted from database")
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Session.v1_8_0.json | 300 …ough Telnet, SSH, or another protocol. If this session is terminated or deleted, the service shal… 301 …Platform Management Interface session. If this session is terminated or deleted, the service shal… 302 … Keyboard-Video-Mouse over IP session. If this session is terminated or deleted, the service shal… 303 …net, SSH, SM CLP, or another protocol. If this session is terminated or deleted, the service shal… 305 …the outbound connection configuration. If this session is terminated or deleted, the service shal… 306 …' clause of the Redfish Specification. If this session is terminated or deleted, the service shal… 307 …he session is a virtual media session. If this session is terminated or deleted, the service shal… 308 …on-Redfish web user interface session. If this session is terminated or deleted, the service shal…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Session.v1_8_0.json | 300 …ough Telnet, SSH, or another protocol. If this session is terminated or deleted, the service shal… 301 …Platform Management Interface session. If this session is terminated or deleted, the service shal… 302 … Keyboard-Video-Mouse over IP session. If this session is terminated or deleted, the service shal… 303 …net, SSH, SM CLP, or another protocol. If this session is terminated or deleted, the service shal… 305 …the outbound connection configuration. If this session is terminated or deleted, the service shal… 306 …' clause of the Redfish Specification. If this session is terminated or deleted, the service shal… 307 …he session is a virtual media session. If this session is terminated or deleted, the service shal… 308 …on-Redfish web user interface session. If this session is terminated or deleted, the service shal…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | 0007-Mark-deleted-interfaces-as-being-changed.patch | 4 Subject: [PATCH] Mark deleted interfaces as being changed 6 Netlink notification handling ignores messages for deleted links, 15 that mDNSResponder handles the deleted link.
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | passwd_mgr.hpp | 55 * @param[in] userName - user name that has to be renamed / deleted 57 * deleted. 96 * @param[in] userName - user name that has to be renamed / deleted 98 * deleted.
|
/openbmc/phosphor-objmgr/src/test/ |
H A D | name_change.cpp | 54 // Verify owner association was deleted in TEST_F() 57 // Verify endpoint was deleted from interface association in TEST_F() 64 // Verify interface map was deleted in TEST_F()
|
H A D | associations.cpp | 69 // Verify owner association was deleted in TEST_F() 72 // Verify endpoint was deleted from interface association in TEST_F() 95 // Verify owner association was deleted in TEST_F() 98 // Verify all endpoints are deleted since source path was deleted in TEST_F() 119 // Verify endpoints were not deleted because they matche with what was in TEST_F() 140 // Verify initial endpoints were deleted because the new path in TEST_F() 162 // Verify initial endpoints were deleted because of different endpoints in TEST_F() 170 // Verify existing endpoint deleted when empty endpoint is provided
|
/openbmc/qemu/docs/devel/ |
H A D | lockcnt.rst | 17 avoid this is to mark the node as deleted, and remove it from the 21 if (ioh->deleted) { 36 if (ioh->deleted) { 118 if (ioh->deleted) { 247 if (ioh->deleted) { 263 if (ioh->deleted) {
|
/openbmc/u-boot/scripts/dtc/ |
H A D | dtc.h | 135 bool deleted; member 145 bool deleted; member 155 bool deleted; member 178 if (!(l)->deleted) 185 if (!(p)->deleted) 192 if (!(c)->deleted)
|
H A D | livetree.c | 34 new->deleted = 0; in add_label() 50 label->deleted = 1; in delete_labels() 72 new->deleted = 1; in build_property_delete() 123 new->deleted = 1; in build_node_delete() 143 old_node->deleted = 0; in merge_nodes() 157 if (new_prop->deleted) { in merge_nodes() 171 old_prop->deleted = 0; in merge_nodes() 192 if (new_child->deleted) { in merge_nodes() 278 prop->deleted = 1; in delete_property() 314 node->deleted = 1; in delete_node() [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | temporary_file.hpp | 24 * The temporary file can be deleted by calling remove(). 81 * Does nothing if the file has already been deleted. 90 * Returns an empty path if the file has been deleted.
|
/openbmc/webui-vue/src/locales/ |
H A D | en-US.json | 250 … "successDeleteDump": "Successfully deleted {count} dump. | Successfully deleted {count} dumps.", 286 … "successDelete": "Successfully deleted {count} log. | Successfully deleted {count} logs.", 305 "item1": "All manual settings will be deleted.", 312 "item1": "All manual settings will be deleted.", 360 …nfo2": "The running image ({running}) will be copied to backup. The backup image will be deleted.", 547 … "successDeleteRoleGroup": "Successfully deleted role group. | Successfully deleted role groups.", 610 … "successBatchDelete": "Successfully deleted {count} user. | Successfully deleted {count} users.", 614 "successDeleteUser": "Deleted user '{username}'.", 684 … "successDelete": "Successfully deleted {count} log. | Successfully deleted {count} logs." 942 …"successBatchDelete": "Successfully deleted SNMP alert destination. | Successfully deleted {count}… [all …]
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_sk_storage.rst | 17 either the map or the socket is deleted. 56 Socket-local storage for ``map`` can be deleted from socket ``sk`` using the 106 Socket-local storage for map ``map_fd`` can be deleted from a socket using the 107 ``bpf_map_delete_elem()`` libbpf function. The storage is deleted from the
|
/openbmc/linux/scripts/dtc/ |
H A D | dtc.h | 197 bool deleted; member 207 bool deleted; member 218 bool deleted; member 244 if (!(l)->deleted) 251 if (!(p)->deleted) 258 if (!(c)->deleted)
|
/openbmc/linux/security/apparmor/include/ |
H A D | path.h | 20 PATH_DELEGATE_DELETED = 0x10000, /* delegate deleted files */ 21 PATH_MEDIATE_DELETED = 0x20000, /* mediate deleted paths */
|