Home
last modified time | relevance | path

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

/lib/console/include/lib/console/
A Dcmd.h53 #define STATIC_COMMAND(command_str, help_str, func) \ argument
54 { command_str, help_str, func, CMD_AVAIL_NORMAL },
56 #define STATIC_COMMAND_MASKED(command_str, help_str, func, availability_mask) \ argument
57 { command_str, help_str, func, availability_mask },
/lib/libc/
A Deabi.c41 int __aeabi_atexit(void *arg, void (*func)(void *), void *d) { in __aeabi_atexit()
42 return __cxa_atexit(func, arg, d); in __aeabi_atexit()
A Datexit.c12 int atexit(void (*func)(void)) { in atexit()
/lib/bio/include/lib/
A Dbio.h151 auto func = reinterpret_cast<Callable *>(cookie); in iter_device_callback() local
152 return (*func)(dev); in iter_device_callback()
155 template <typename Callable> void bio_iter_devices(Callable &&func) { in bio_iter_devices() argument
156 bio_iter_devices(&iter_device_callback<Callable>, &func); in bio_iter_devices()
/lib/libc/include/
A Dstdlib.h48 int atexit(void (*func)(void));
/lib/fs/spifs/test/
A Dspifstest.c29 test_func func; member
655 if (tests[i].func(argv[2].str)) { in spifs_test()

Completed in 13 milliseconds