ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
host_input_identity_t Struct Reference

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.

Detailed Description

Mutation-sensitive identity for one open regular input.

Definition at line 57 of file mkfontimg_host.c.

Field Documentation

◆ changed_nsec

long host_input_identity_t::changed_nsec

Metadata-change nanoseconds.

Definition at line 64 of file mkfontimg_host.c.

Referenced by internal_identity_equal().

◆ changed_sec

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().

◆ device

dev_t host_input_identity_t::device

Host device identity.

Definition at line 58 of file mkfontimg_host.c.

Referenced by internal_identity_equal().

◆ inode

ino_t host_input_identity_t::inode

Host inode identity.

Definition at line 59 of file mkfontimg_host.c.

Referenced by internal_identity_equal().

◆ modified_nsec

long host_input_identity_t::modified_nsec

Modification nanoseconds.

Definition at line 62 of file mkfontimg_host.c.

Referenced by internal_identity_equal().

◆ modified_sec

time_t host_input_identity_t::modified_sec

Modification seconds.

Definition at line 61 of file mkfontimg_host.c.

Referenced by internal_identity_equal().

◆ size

uint64_t host_input_identity_t::size

The documentation for this struct was generated from the following file: