/openbmc/qemu/util/ |
H A D | aio-win32.c | 33 int deleted; member 52 node->deleted = 1; in aio_remove_fd_handler() 85 if (old_node->pfd.fd == s && !old_node->deleted) { in aio_set_fd_handler() 143 if (node->e == e && !node->deleted) { in aio_set_event_notifier() 267 if (!node->deleted && in aio_dispatch_handlers() 279 if (!node->deleted && in aio_dispatch_handlers() 301 if (node->deleted) { in aio_dispatch_handlers() 366 if (!node->deleted && node->io_notify) { in aio_poll()
|
/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() 278 prop->deleted = 1; in delete_property() 314 node->deleted = 1; in delete_node() 499 if (tree->deleted) in get_node_by_path() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | 0007-Mark-deleted-interfaces-as-being-changed.patch | 4 Subject: [PATCH 7/8] Mark deleted interfaces as being changed 6 Netlink notification handling ignores messages for deleted links, 15 that mDNSResponder handles the deleted link.
|
/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)
|
H A D | livetree.c | 20 new->deleted = 0; in add_label() 36 label->deleted = 1; in delete_labels() 60 new->deleted = 1; in build_property_delete() 113 new->deleted = 1; in build_node_delete() 148 old_node->deleted = 0; in merge_nodes() 162 if (new_prop->deleted) { in merge_nodes() 176 old_prop->deleted = 0; in merge_nodes() 294 prop->deleted = 1; in delete_property() 330 node->deleted = 1; in delete_node() 518 if (tree->deleted) in get_node_by_path() [all …]
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_packedtags1.c | 33 pt->deleted = (t->is_deleted) ? 0 : 1; in yaffs_pack_tags1() 51 t->is_deleted = (pt->deleted) ? 0 : 1; in yaffs_unpack_tags1()
|
H A D | yaffs_packedtags1.h | 29 unsigned deleted:1; member
|
H A D | yaffs_yaffs1.c | 28 int deleted; in yaffs1_scan() local 88 deleted = 0; in yaffs1_scan() 106 deleted++; in yaffs1_scan()
|
H A D | yaffs_tagscompat.c | 321 int deleted; in yaffs_tags_compat_rd() local 336 deleted = (hweight8(spare.page_status) < 7) ? 1 : 0; in yaffs_tags_compat_rd() 338 ext_tags->is_deleted = deleted; in yaffs_tags_compat_rd()
|
/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 319 For the deleted-flag technique to be helpful, why is it necessary 337 if (e->deleted) { 366 e->deleted = 1; 377 Note that this example assumes that entries are only added and deleted. 483 If stale data cannot be tolerated, then a *deleted* flag may be used 485 function to reject newly deleted data. 490 For the deleted-flag technique to be helpful, why is it necessary [all …]
|
/openbmc/linux/net/phonet/ |
H A D | pn_dev.c | 256 DECLARE_BITMAP(deleted, 64); in phonet_route_autodel() 259 bitmap_zero(deleted, 64); in phonet_route_autodel() 264 set_bit(i, deleted); in phonet_route_autodel() 268 if (bitmap_empty(deleted, 64)) in phonet_route_autodel() 271 for_each_set_bit(i, deleted, 64) { in phonet_route_autodel()
|
/openbmc/linux/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_spos.h | 60 int deleted; member 108 unsigned int deleted :1; member
|
H A D | dsp_spos.c | 130 if (ins->symbol_table.symbols[i].deleted) { in find_free_symbol_index() 288 if (ins->scbs[i].deleted) continue; in cs46xx_dsp_spos_destroy() 452 if (ins->symbol_table.symbols[i].deleted) in cs46xx_dsp_lookup_symbol() 479 if (ins->symbol_table.symbols[i].deleted) in cs46xx_dsp_lookup_symbol_addr() 504 if (ins->symbol_table.symbols[i].deleted) in cs46xx_dsp_proc_symbol_table_read() 582 if (ins->scbs[i].deleted) in cs46xx_dsp_proc_scb_read() 837 if (ins->scbs[i].deleted) continue; in cs46xx_dsp_proc_init() 856 if (ins->scbs[i].deleted) continue; in cs46xx_dsp_proc_done() 902 if (ins->scbs[i].deleted) { in find_free_scb_index() 1955 if (s->deleted) in cs46xx_dsp_resume() [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/openbmc-test-automation/lib/snmp/ |
H A D | snmp_utils.robot | 120 ... Pass Execution SNMP manager to be deleted is not configured. 124 # Verify whether deleted SNMP is removed from BMC system. 127 Should Be Equal ${status} ${False} msg=SNMP manager is not deleted.
|
/openbmc/linux/include/linux/ |
H A D | ipc.h | 14 bool deleted; member
|
/openbmc/qemu/docs/devel/ |
H A D | lockcnt.txt | 17 avoid this is to mark the node as deleted, and remove it from the 21 if (ioh->deleted) { 36 if (ioh->deleted) { 117 if (ioh->deleted) { 246 if (ioh->deleted) { 262 if (ioh->deleted) {
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
H A D | 0005-pip-requirements-Don-t-install-requirements-with-pip.patch | 47 deleted file mode 100644 89 deleted file mode 100644
|
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
H A D | gbmc-ncsi-nft.sh.in | 27 "${gbmc_ncsi_nft_lastip4:-(deleted)}" \ 28 "${gbmc_ncsi_nft_lastip6:-(deleted)}" >&2
|
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/ |
H A D | 0001-lock.py-fix-Exception-handling.patch | 9 handled, it maybe cause log_lock.pid not be deleted in case like [1]. 16 handled correct before, log_lock.pid may not be deleted correctly.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
H A D | gammu-smsdrc | 19 # numbers will be deleted) 25 # written here will be deleted). This is "black" list.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | binderfs.rst | 70 Binderfs binder devices can be deleted via `unlink() <unlink_>`_. This means 72 ``binder-control`` device cannot be deleted since this would make the binderfs 73 instance unusable. The ``binder-control`` device will be deleted when the
|
/openbmc/linux/drivers/peci/ |
H A D | device.c | 208 if (!device->deleted) { in peci_device_destroy() 210 device->deleted = true; in peci_device_destroy()
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | timer-del-timer-free.cocci | 12 // timer_free() of the same timer can be deleted.
|