Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 18 of 18) sorted by relevance

/lib/lwip/lwip/src/core/
A Dtimeouts.c181 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 Dtimeouts.h72 lwip_cyclic_timer_handler handler; member
107 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
A Ddebug.h130 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/lib/efi_loader/
A Defi_boottime.c620 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 Defi_load_options.c29 struct efi_handler *handler; in efi_set_load_options() local
A Defi_disk.c83 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 Defi_fdt.c92 struct efi_handler *handler; in efi_load_distro_fdt() local
A Defi_dt_fixup.c60 struct efi_handler *handler; in efi_try_purge_rng_seed() local
A Defi_esrt.c324 struct efi_handler *handler; in efi_esrt_populate() local
A Defi_bootmgr.c123 struct efi_handler *handler; in try_load_from_file_path() local
822 struct efi_handler *handler; in efi_bootmgr_enumerate_boot_options() local
A Defi_tcg2.c86 struct efi_handler *handler; in is_tcg2_protocol_installed() local
473 struct efi_handler *handler; in tcg2_measure_pe_image() local
A Defi_image_loader.c91 struct efi_handler *handler; in efi_print_image_infos() local
A Defi_device_path.c120 struct efi_handler *handler; in find_handle() local
/lib/lwip/lwip/contrib/ports/unix/port/include/arch/
A Dcc.h66 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/lib/lwip/lwip/contrib/ports/win32/include/arch/
A Dcc.h89 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/lib/lwip/u-boot/arch/
A Dcc.h26 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/lib/lwip/lwip/src/apps/mdns/
A Dmdns_out.c1119 mdns_set_timeout(struct netif *netif, u32_t msecs, sys_timeout_handler handler, in mdns_set_timeout()
/lib/lwip/lwip/src/core/ipv4/
A Ddhcp.c172 #define LWIP_DHCP_INPUT_ERROR(message, expression, handler) do { if (!(expression)) { \ argument

Completed in 57 milliseconds