Searched refs:stored (Results 1 – 11 of 11) sorted by relevance
102 failure_record_t* stored = &failure_map_[uid]; in GetFailureRecord() local103 if (user_id != stored->secure_user_id) { in GetFailureRecord()104 stored->secure_user_id = user_id; in GetFailureRecord()105 stored->last_checked_timestamp = 0; in GetFailureRecord()106 stored->failure_counter = 0; in GetFailureRecord()108 memcpy(record, stored, sizeof(*record)); in GetFailureRecord()113 failure_record_t* stored = &failure_map_[uid]; in ClearFailureRecord() local114 stored->secure_user_id = user_id; in ClearFailureRecord()115 stored->last_checked_timestamp = 0; in ClearFailureRecord()116 stored->failure_counter = 0; in ClearFailureRecord()
15 // HAL module implemenation, not prelinked and stored in
15 // HAL module implemenation stored in
8 # Edit the attributes stored in the GPT.
71 # Block device holding the GPT, where the A/B attributes are stored.
108 # Block device holding the GPT, where the A/B attributes are stored.
23 // HAL module implementation, not prelinked and stored in