Searched refs:func (Results 1 – 9 of 9) sorted by relevance
| /common/ |
| A D | event.c | 88 ret = simple->func(); in notify_static() 90 ret = spy->func(NULL, ev); in notify_static() 118 ret = spy->func(spy->ctx, ev); in notify_dynamic() 173 spy->type, event_type_name(spy->type), size, spy->func, in event_show_spy_list() 184 int event_register(const char *id, enum event_t type, event_handler_t func, void *ctx) in event_register() argument 195 spy->func = func; in event_register()
|
| A D | cyclic.c | 43 void cyclic_register(struct cyclic_info *cyclic, cyclic_func_t func, in cyclic_register() argument 51 cyclic->func = func; in cyclic_register() 86 cyclic->func(cyclic); in cyclic_run()
|
| A D | log.c | 196 !log_has_member(filt->func_list, rec->func)) in log_passes_filters() 252 int line, const char *func, const char *fmt, ...) in _log() argument 275 rec.func = func; in _log() 308 const char *file, int line, const char *func, ulong addr, in _log_buffer() argument 323 _log(cat, level, file, line, func, "%s\n", buf); in _log_buffer()
|
| A D | log_console.c | 41 printf("%s()", rec->func ?: "?"); in log_console_emit() 44 rec->func ?: "?"); in log_console_emit()
|
| A D | bootstage.c | 168 ulong bootstage_mark_code(const char *file, const char *func, int linenum) in bootstage_mark_code() argument 177 if (func) in bootstage_mark_code() 178 len += strlen(func); in bootstage_mark_code() 189 if (func) in bootstage_mark_code() 190 p += snprintf(p, end - p, ": %s", func); in bootstage_mark_code()
|
| A D | scp03.c | 35 invoke.func = PTA_CMD_ENABLE_SCP03; in scp03_enable()
|
| A D | log_syslog.c | 92 append(&ptr, msg_end, "%s()", rec->func ?: "?"); in log_syslog_emit()
|
| A D | avb_verify.c | 688 static AvbIOResult invoke_func(struct AvbOpsData *ops_data, u32 func, in invoke_func() argument 697 arg.func = func; in invoke_func()
|
| A D | cli_hush_upstream.c | 1208 # define BLTIN(cmd, func, help) { cmd, func, help } argument 1210 # define BLTIN(cmd, func, help) { cmd, func } argument
|
Completed in 33 milliseconds