|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Mutation-sensitive identity for one open regular input. More...
Data Fields | |
| dev_t | device |
| Host device identity. | |
| ino_t | inode |
| Host inode identity. | |
| uint64_t | size |
| Captured input length. | |
| time_t | modified_sec |
| Modification seconds. | |
| long | modified_nsec |
| Modification nanoseconds. | |
| time_t | changed_sec |
| Metadata-change seconds. | |
| long | changed_nsec |
| Metadata-change nanoseconds. | |
Mutation-sensitive identity for one open regular input.
Definition at line 57 of file mkfontimg_host.c.
| long host_input_identity_t::changed_nsec |
Metadata-change nanoseconds.
Definition at line 64 of file mkfontimg_host.c.
Referenced by internal_identity_equal().
| time_t host_input_identity_t::changed_sec |
Metadata-change seconds.
Definition at line 63 of file mkfontimg_host.c.
Referenced by internal_identity_equal().
| dev_t host_input_identity_t::device |
Host device identity.
Definition at line 58 of file mkfontimg_host.c.
Referenced by internal_identity_equal().
| ino_t host_input_identity_t::inode |
Host inode identity.
Definition at line 59 of file mkfontimg_host.c.
Referenced by internal_identity_equal().
| long host_input_identity_t::modified_nsec |
Modification nanoseconds.
Definition at line 62 of file mkfontimg_host.c.
Referenced by internal_identity_equal().
| time_t host_input_identity_t::modified_sec |
Modification seconds.
Definition at line 61 of file mkfontimg_host.c.
Referenced by internal_identity_equal().
| uint64_t host_input_identity_t::size |
Captured input length.
Definition at line 60 of file mkfontimg_host.c.
Referenced by internal_compare(), internal_identity_equal(), internal_mkfontimg_verify(), internal_stream(), and priv_mkfontimg_host_copy().