Home
last modified time | relevance | path

Searched refs:available_bytes (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py509 def __init__(self, available_bytes, free_bytes, total_bytes): argument
511 self.available_bytes = available_bytes
/openbmc/qemu/hw/char/
H A Dipoctal232.c472 int available_bytes = RX_FIFO_SIZE - ch->rx_pending; in hostdev_can_receive() local
473 return ch->rx_enabled ? available_bytes : 0; in hostdev_can_receive()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Derror-dump.h127 __le32 available_bytes; member
H A Ddbg.c83 fifo_hdr->available_bytes = in iwl_fwrt_dump_rxf()
138 fifo_hdr->available_bytes = in iwl_fwrt_dump_txf()
268 fifo_hdr->available_bytes = in iwl_fw_dump_txf()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Devent.py633 available_bytes = 10000000
636 du = bb.event.DiskUsageSample(available_bytes, free_bytes,
639 self.assertEqual(event.disk_usage.available_bytes, available_bytes)