Home
last modified time | relevance | path

Searched refs:func (Results 1 – 9 of 9) sorted by relevance

/common/
A Devent.c88 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 Dcyclic.c43 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 Dlog.c196 !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 Dlog_console.c41 printf("%s()", rec->func ?: "?"); in log_console_emit()
44 rec->func ?: "?"); in log_console_emit()
A Dbootstage.c168 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 Dscp03.c35 invoke.func = PTA_CMD_ENABLE_SCP03; in scp03_enable()
A Dlog_syslog.c92 append(&ptr, msg_end, "%s()", rec->func ?: "?"); in log_syslog_emit()
A Davb_verify.c688 static AvbIOResult invoke_func(struct AvbOpsData *ops_data, u32 func, in invoke_func() argument
697 arg.func = func; in invoke_func()
A Dcli_hush_upstream.c1208 # define BLTIN(cmd, func, help) { cmd, func, help } argument
1210 # define BLTIN(cmd, func, help) { cmd, func } argument

Completed in 33 milliseconds