Searched refs:func (Results 1 – 6 of 6) sorted by relevance
| /lib/console/include/lib/console/ |
| A D | cmd.h | 53 #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 D | eabi.c | 41 int __aeabi_atexit(void *arg, void (*func)(void *), void *d) { in __aeabi_atexit() 42 return __cxa_atexit(func, arg, d); in __aeabi_atexit()
|
| A D | atexit.c | 12 int atexit(void (*func)(void)) { in atexit()
|
| /lib/bio/include/lib/ |
| A D | bio.h | 151 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 D | stdlib.h | 48 int atexit(void (*func)(void));
|
| /lib/fs/spifs/test/ |
| A D | spifstest.c | 29 test_func func; member 655 if (tests[i].func(argv[2].str)) { in spifs_test()
|
Completed in 13 milliseconds