/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | sqlite.py | 9 from contextlib import closing 122 with closing(db.cursor()) as cursor: 186 with closing(self.db.cursor()) as cursor: 228 with closing(self.db.cursor()) as cursor: 245 with closing(self.db.cursor()) as cursor: 262 with closing(self.db.cursor()) as cursor: 275 with closing(self.db.cursor()) as cursor: 291 with closing(self.db.cursor()) as cursor: 311 with closing(self.db.cursor()) as cursor: 332 with closing(self.db.cursor()) as cursor: [all …]
|
H A D | __init__.py | 7 from contextlib import closing
|
/openbmc/openbmc/poky/bitbake/lib/prserv/ |
H A D | db.py | 13 from contextlib import closing 37 with closing(self.conn.cursor()) as cursor: 72 with closing(self.conn.cursor()) as cursor: 84 with closing(self.conn.cursor()) as cursor: 97 with closing(self.conn.cursor()) as cursor: 110 with closing(self.conn.cursor()) as cursor: 130 with closing(self.conn.cursor()) as cursor: 146 with closing(self.conn.cursor()) as cursor: 161 with closing(self.conn.cursor()) as cursor: 201 with closing(self.conn.cursor()) as cursor:
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | qemu-img-close-errors.out | 10 qemu-img: Error while closing the image: Invalid argument 19 qemu-img: Error while closing the image: Invalid argument
|
H A D | zoned.out | 36 (3) closing the first zone 40 closing the last zone
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_memory.c | 291 while (pool->free == NULL && ! nonblock && ! pool->closing) { in snd_seq_cell_alloc() 309 if (pool->closing) { /* closing.. */ in snd_seq_cell_alloc() 484 pool->closing = 1; in snd_seq_pool_mark_closing() 514 pool->closing = 0; in snd_seq_pool_done() 535 pool->closing = 0; in snd_seq_pool_new()
|
H A D | seq_memory.h | 53 int closing; member
|
H A D | seq_ports.h | 62 unsigned int closing : 1; member
|
H A D | seq_ports.c | 54 if (port->closing) in snd_seq_port_use_ptr() 91 if (found->closing) in snd_seq_port_query_nearest() 261 port->closing = 1; in port_delete()
|
/openbmc/linux/tools/bootconfig/samples/ |
H A D | bad-tree.bconf | 1 # brace is not closing
|
/openbmc/linux/drivers/net/can/ |
H A D | grcan.c | 306 bool closing; member 562 if (!priv->resetting && !priv->closing && in grcan_lost_one_shot_frame() 693 if (!priv->resetting && !priv->closing) { in grcan_err() 736 priv->closing = true; in grcan_err() 823 if (!priv->closing) { in grcan_running_reset() 912 if (!priv->resetting && !priv->closing) { in grcan_initiate_running_reset() 1028 if (priv->closing || priv->resetting) { in grcan_set_mode() 1083 priv->closing = false; in grcan_open() 1107 priv->closing = true; in grcan_close() 1141 if (!priv->resetting && !priv->closing && in grcan_transmit_catch_up() [all …]
|
/openbmc/linux/drivers/md/bcache/ |
H A D | stats.c | 125 atomic_set(&acc->closing, 1); in bch_cache_accounting_destroy() 177 if (!atomic_read(&acc->closing)) in scale_accounting()
|
H A D | stats.h | 30 atomic_t closing; member
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | frontend_f_close.rst | 34 closing a front-end device, its corresponding hardware might be powered
|
/openbmc/linux/Documentation/i2c/ |
H A D | i2c-topology.rst | 112 A mux-locked mux cannot be used by a driver for auto-closing 177 and the actual transfer (e.g. if the child mux is auto-closing 212 This topology is bad if M2 is an auto-closing mux and M1->select 214 through and be seen by the M2 adapter, thus closing M2 prematurely. 266 The topology is especially troublesome if M2 is an auto-closing 271 auto-closing, the topology is fine.
|
/openbmc/openbmc-test-automation/gui/ |
H A D | __init__.robot | 37 [Documentation] End the test execution by closing browser.
|
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_arm.h | 60 int closing; member
|
/openbmc/linux/Documentation/trace/ |
H A D | function-graph-fold.vim | 7 " as would normally appear on the line with the closing brace. Folded
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | format.rst | 17 the selection persists across closing and reopening a device, 63 "panel mode" is possible by closing and reopening the device. Drivers
|
/openbmc/linux/net/sunrpc/ |
H A D | sysfs.c | 172 closing, congested, cwnd_wait, write_space, offline, remove; in rpc_sysfs_xprt_state_show() local 183 closing = test_bit(XPRT_CLOSING, &xprt->state); in rpc_sysfs_xprt_state_show() 197 closing ? "CLOSING" : "", in rpc_sysfs_xprt_state_show()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbd/nbd/ |
H A D | f0418b0d8b54c21a1e5b0c6dce3277e938d07e7c.patch | 11 there's closing un-matched ]) at the end of the line. Still, at this
|
/openbmc/phosphor-state-manager/test/ |
H A D | systemd_parser.cpp | 103 std::fputs(R"({"targets":{"missing closing quote}})", tmpf); in TEST()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-samsung-laptop | 46 Description: Some Samsung laptops handle lid closing quicker and
|
/openbmc/linux/fs/proc/ |
H A D | inode.c | 234 if (pdeo->closing) { in close_pdeo() 244 pdeo->closing = true; in close_pdeo() 538 pdeo->closing = false; in proc_reg_open()
|
/openbmc/linux/Documentation/driver-api/tty/ |
H A D | n_gsm.rst | 109 #. First close all virtual ports before closing the physical port. 111 Note that after closing the physical port the modem is still in multiplexing
|