| /lib/lwip/lwip/src/core/ |
| A D | timeouts.c | 181 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_abs() 287 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_debug() 317 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() 363 sys_timeout_handler handler; in sys_check_timeouts() local
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | timeouts.h | 72 lwip_cyclic_timer_handler handler; member 107 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
| A D | debug.h | 130 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
| /lib/efi_loader/ |
| A D | efi_boottime.c | 620 struct efi_handler *handler; in efi_remove_protocol() local 1173 struct efi_handler *handler; in efi_add_protocol() local 1275 struct efi_handler *handler; in efi_get_drivers() local 1387 struct efi_handler *handler; in efi_uninstall_protocol() local 1874 struct efi_handler *handler; in efi_locate_device_path() local 2012 struct efi_handler *handler; in efi_load_image_from_path() local 2371 struct efi_handler *handler; in efi_close_protocol() local 2447 struct efi_handler *handler; in efi_open_protocol_information() local 2625 struct efi_handler *handler; in efi_locate_protocol() local 3130 struct efi_handler *handler; in efi_open_protocol() local [all …]
|
| A D | efi_load_options.c | 29 struct efi_handler *handler; in efi_set_load_options() local
|
| A D | efi_disk.c | 83 struct efi_handler *handler; in efi_disk_is_removable() local 330 struct efi_handler *handler; in efi_fs_from_path() local 433 struct efi_handler *handler; in efi_disk_add_dev() local 646 struct efi_handler *handler; in efi_disk_create_part() local
|
| A D | efi_fdt.c | 92 struct efi_handler *handler; in efi_load_distro_fdt() local
|
| A D | efi_dt_fixup.c | 60 struct efi_handler *handler; in efi_try_purge_rng_seed() local
|
| A D | efi_esrt.c | 324 struct efi_handler *handler; in efi_esrt_populate() local
|
| A D | efi_bootmgr.c | 123 struct efi_handler *handler; in try_load_from_file_path() local 822 struct efi_handler *handler; in efi_bootmgr_enumerate_boot_options() local
|
| A D | efi_tcg2.c | 86 struct efi_handler *handler; in is_tcg2_protocol_installed() local 473 struct efi_handler *handler; in tcg2_measure_pe_image() local
|
| A D | efi_image_loader.c | 91 struct efi_handler *handler; in efi_print_image_infos() local
|
| A D | efi_device_path.c | 120 struct efi_handler *handler; in find_handle() local
|
| /lib/lwip/lwip/contrib/ports/unix/port/include/arch/ |
| A D | cc.h | 66 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
| /lib/lwip/lwip/contrib/ports/win32/include/arch/ |
| A D | cc.h | 89 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
| /lib/lwip/u-boot/arch/ |
| A D | cc.h | 26 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
| /lib/lwip/lwip/src/apps/mdns/ |
| A D | mdns_out.c | 1119 mdns_set_timeout(struct netif *netif, u32_t msecs, sys_timeout_handler handler, in mdns_set_timeout()
|
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | dhcp.c | 172 #define LWIP_DHCP_INPUT_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|