Searched defs:rec (Results 1 – 12 of 12) sorted by relevance
| /u-boot/common/ |
| A D | bloblist.c | 106 struct bloblist_rec *rec; in bloblist_findrec() local 123 struct bloblist_rec *rec; in bloblist_addrec() local 162 struct bloblist_rec *rec; in bloblist_ensurerec() local 184 struct bloblist_rec *rec; in bloblist_find() local 197 struct bloblist_rec *rec; in bloblist_add() local 207 struct bloblist_rec *rec; in bloblist_ensure_size() local 220 struct bloblist_rec *rec; in bloblist_ensure() local 230 struct bloblist_rec *rec; in bloblist_ensure_size_ret() local 287 struct bloblist_rec *rec; in bloblist_resize() local 302 struct bloblist_rec *rec; in bloblist_calc_chksum() local [all …]
|
| A D | bootstage.c | 87 struct bootstage_record *rec; in find_id() local 102 struct bootstage_record *rec; in ensure_id() local 118 struct bootstage_record *rec; in bootstage_add_record() local 196 struct bootstage_record *rec = ensure_id(data, id); in bootstage_start() local 210 struct bootstage_record *rec = ensure_id(data, id); in bootstage_accum() local 230 const struct bootstage_record *rec) in get_record_name() 296 struct bootstage_record *rec = &data->record[recnum]; in add_bootstages_devicetree() local 333 struct bootstage_record *rec = data->record; in bootstage_report() local 388 const struct bootstage_record *rec; in bootstage_stash() local 437 struct bootstage_record *rec; in bootstage_unstash() local [all …]
|
| A D | log_console.c | 15 static int log_console_emit(struct log_device *ldev, struct log_rec *rec) in log_console_emit()
|
| A D | log.c | 155 static bool log_passes_filters(struct log_device *ldev, struct log_rec *rec) in log_passes_filters() 205 static int log_dispatch(struct log_rec *rec, const char *fmt, va_list args) in log_dispatch() 240 struct log_rec rec; in _log() local
|
| A D | log_syslog.c | 28 static int log_syslog_emit(struct log_device *ldev, struct log_rec *rec) in log_syslog_emit()
|
| A D | iotrace.c | 43 struct iotrace_record srec, *rec = &srec; in add_record() local
|
| /u-boot/lib/ |
| A D | trace.c | 114 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_ftrace() local 253 size_t rec, upto; in trace_list_calls() local
|
| /u-boot/arch/arm/mach-imx/ |
| A D | hab.c | 420 struct record *rec = (struct record *)event_data; in process_event_record() local 489 static int get_record_len(struct record *rec) in get_record_len() 516 struct record *rec = (struct record *)(HAB_M4_PERSISTENT_START); in get_hab_status_m4() local
|
| /u-boot/arch/x86/cpu/ |
| A D | mp_init.c | 207 struct mp_flight_record *rec = &mp_info.records[i]; in ap_do_flight_plan() local 513 struct mp_flight_record *rec = &plan->records[i]; in bsp_do_flight_plan() local
|
| /u-boot/test/ |
| A D | bloblist.c | 103 struct bloblist_rec *rec, *rec2; in bloblist_test_blob() local
|
| /u-boot/arch/x86/lib/coreboot/ |
| A D | cb_sysinfo.c | 313 struct cb_record *rec = (struct cb_record *)ptr; in cb_parse_header() local
|
| /u-boot/tools/buildman/ |
| A D | kconfiglib.py | 6114 def rec(subexpr): function 6166 def rec(subexpr): function
|
Completed in 28 milliseconds