Searched refs:handle_read (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify/ |
H A D | 0001-Make-asyncore-support-optional-for-Python-3.patch | 61 - def handle_read(self): 74 + def handle_read(self):
|
/openbmc/u-boot/drivers/usb/emul/ |
H A D | sandbox_flash.c | 226 static void handle_read(struct sandbox_flash_priv *priv, ulong lba, in handle_read() function 283 handle_read(priv, be32_to_cpu(req->lba), in handle_ufi_command()
|
/openbmc/qemu/hw/ipmi/ |
H A D | ipmi_kcs.c | 135 handle_read: in ipmi_kcs_handle_event() 183 goto handle_read; in ipmi_kcs_handle_event()
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 1512 ioloop.add_handler(self._fd, self.handle_read, ioloop.READ) 1518 def handle_read(self, *args, **kwargs): member in TornadoAsyncNotifier 1553 loop.add_reader(self._fd, self.handle_read) 1559 def handle_read(self, *args, **kwargs): member in AsyncioNotifier
|