|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Stable facts used to detect input replacement or mutation. 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. | |
Stable facts used to detect input replacement or mutation.
Definition at line 35 of file mkbookimg_books.c.
| long mkbookimg_input_identity_t::changed_nsec |
Metadata-change nanoseconds.
Definition at line 42 of file mkbookimg_books.c.
Referenced by internal_identity_equal(), and internal_input_same().
| time_t mkbookimg_input_identity_t::changed_sec |
Metadata-change seconds.
Definition at line 41 of file mkbookimg_books.c.
Referenced by internal_identity_equal(), and internal_input_same().
| dev_t mkbookimg_input_identity_t::device |
Host device identity.
Definition at line 36 of file mkbookimg_books.c.
Referenced by internal_identity_equal(), and internal_input_same().
| ino_t mkbookimg_input_identity_t::inode |
Host inode identity.
Definition at line 37 of file mkbookimg_books.c.
Referenced by internal_identity_equal(), and internal_input_same().
| long mkbookimg_input_identity_t::modified_nsec |
Modification nanoseconds.
Definition at line 40 of file mkbookimg_books.c.
Referenced by internal_identity_equal(), and internal_input_same().
| time_t mkbookimg_input_identity_t::modified_sec |
Modification seconds.
Definition at line 39 of file mkbookimg_books.c.
Referenced by internal_identity_equal(), and internal_input_same().
| uint64_t mkbookimg_input_identity_t::size |
Captured input length.
Definition at line 38 of file mkbookimg_books.c.
Referenced by internal_identity_equal(), internal_input_same(), internal_stream_book(), internal_verify_book(), internal_verify_book_reopen(), and internal_write_books().