Searched defs:record (Results 1 – 7 of 7) sorted by relevance
414 typedef struct record struct416 struct record *Ptr_Comp; argument417 Enumeration Discr;418 union {432 } variant;
55 struct record { struct56 uint8_t tag; /* Tag */57 uint8_t len[2]; /* Length */58 uint8_t par; /* Version */59 uint8_t contents[MAX_RECORD_BYTES];/* Record Data */60 bool any_rec_flag;
23 unsigned int record; /* 0x1c */ member
362 static int ti_i2c_eeprom_am6_parse_record(struct ti_am6_eeprom_record *record, in ti_i2c_eeprom_am6_parse_record()435 struct ti_am6_eeprom_record record; in ti_i2c_eeprom_am6_get() local
140 char record[SREC_MAXRECLEN + 1]; /* buffer for one S-Record */ in load_serial() local327 char record[2*SREC_BYTES_PER_RECORD+16]; /* buffer for one S-Record */ in save_serial() local
87 int get_factory_record_val(unsigned char *eeprom_buf, int size, uchar *record, in get_factory_record_val()
40 struct bootstage_record record[RECORD_COUNT]; member
Completed in 78 milliseconds