Searched defs:rec (Results 1 – 12 of 12) sorted by relevance
/u-boot/common/ |
A D | bloblist.c | 61 struct bloblist_rec *rec) in bloblist_next_blob() 80 struct bloblist_rec *rec; in bloblist_findrec() local 97 struct bloblist_rec *rec; in bloblist_addrec() local 137 struct bloblist_rec *rec; in bloblist_ensurerec() local 159 struct bloblist_rec *rec; in bloblist_find() local 172 struct bloblist_rec *rec; in bloblist_add() local 182 struct bloblist_rec *rec; in bloblist_ensure_size() local 195 struct bloblist_rec *rec; in bloblist_ensure() local 205 struct bloblist_rec *rec; in bloblist_ensure_size_ret() local 220 struct bloblist_rec *rec; in bloblist_calc_chksum() local [all …]
|
A D | bootstage.c | 85 struct bootstage_record *rec; in find_id() local 100 struct bootstage_record *rec; in ensure_id() local 116 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 | 152 static bool log_passes_filters(struct log_device *ldev, struct log_rec *rec) in log_passes_filters() 202 static int log_dispatch(struct log_rec *rec, const char *fmt, va_list args) in log_dispatch() 234 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 | 112 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_ftrace() local 124 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_textbase() local 254 size_t rec, upto; in trace_list_calls() local
|
/u-boot/arch/x86/cpu/coreboot/ |
A D | tables.c | 155 struct cb_record *rec = (struct cb_record *)ptr; in cb_parse_header() 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 | 93 struct bloblist_rec *rec, *rec2; in bloblist_test_blob() local
|
/u-boot/arch/arm/mach-imx/ |
A D | hab.c | 222 struct record *rec = (struct record *)event_data; in process_event_record() local
|
/u-boot/tools/buildman/ |
A D | kconfiglib.py | 6113 def rec(subexpr): function 6165 def rec(subexpr): function
|
Completed in 35 milliseconds