|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Caller-owned state for one unlinked scratch file. More...
#include <ra8_fmt_host_spool_internal.h>
Data Fields | |
| int | fd |
| Owned anonymous descriptor, or -1. | |
| uint64_t | position |
| Bytes appended before sealing. | |
| bool | sealed |
| Positioned reads are now allowed. | |
Caller-owned state for one unlinked scratch file.
Definition at line 19 of file ra8_fmt_host_spool_internal.h.
| int ra8_fmt_host_spool_t::fd |
Owned anonymous descriptor, or -1.
Definition at line 20 of file ra8_fmt_host_spool_internal.h.
Referenced by internal_append(), internal_create(), internal_read(), internal_seal(), and priv_fmt_host_spool_close().
| uint64_t ra8_fmt_host_spool_t::position |
Bytes appended before sealing.
Definition at line 21 of file ra8_fmt_host_spool_internal.h.
Referenced by internal_append(), internal_read(), and internal_seal().
| bool ra8_fmt_host_spool_t::sealed |
Positioned reads are now allowed.
Definition at line 22 of file ra8_fmt_host_spool_internal.h.
Referenced by internal_append(), internal_read(), and internal_seal().