Searched defs:record (Results 1 – 6 of 6) sorted by relevance
415 typedef struct record struct417 struct record *Ptr_Comp; argument418 Enumeration Discr;419 union {433 } variant;
120 struct record { struct121 uint8_t tag; /* Tag */122 uint8_t len[2]; /* Length */123 uint8_t par; /* Version */124 uint8_t contents[MAX_RECORD_BYTES];/* Record Data */125 bool any_rec_flag;
23 unsigned int record; /* 0x1c */ member
82 int get_factory_record_val(unsigned char *eeprom_buf, int size, uchar *record, in get_factory_record_val()
133 char record[SREC_MAXRECLEN + 1]; /* buffer for one S-Record */ in load_serial() local320 char record[2*SREC_BYTES_PER_RECORD+16]; /* buffer for one S-Record */ in save_serial() local
35 struct bootstage_record record[RECORD_COUNT]; member