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;
252 struct record { struct253 uint8_t tag; /* Tag */254 uint8_t len[2]; /* Length */255 uint8_t par; /* Version */256 uint8_t contents[MAX_RECORD_BYTES];/* Record Data */257 bool any_rec_flag;
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
23 unsigned int record; /* 0x1c */ member
87 int get_factory_record_val(unsigned char *eeprom_buf, int size, uchar *record, in get_factory_record_val()
142 char record[SREC_MAXRECLEN + 1]; /* buffer for one S-Record */ in load_serial() local339 char record[2*SREC_BYTES_PER_RECORD+16]; /* buffer for one S-Record */ in save_serial() local
42 struct bootstage_record record[RECORD_COUNT]; member
Completed in 27 milliseconds