| /lib/lwip/lwip/src/core/ |
| A D | timeouts.c | 195 timeout->h = handler; in sys_timeout_abs() 241 cyclic->handler(); in lwip_cyclic_timer() 290 sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg) in sys_timeout_debug() 304 sys_timeout_abs(next_timeout_time, handler, arg); in sys_timeout_debug() 317 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() argument 328 if ((t->h == handler) && (t->arg == arg)) { in sys_untimeout() 363 sys_timeout_handler handler; in sys_check_timeouts() local 379 handler = tmptimeout->h; in sys_check_timeouts() 383 if (handler != NULL) { in sys_check_timeouts() 389 if (handler != NULL) { in sys_check_timeouts() [all …]
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | timeouts.h | 72 lwip_cyclic_timer_handler handler; member 106 void sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_nam… 107 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument 109 void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg); 112 void sys_untimeout(sys_timeout_handler handler, void *arg);
|
| A D | debug.h | 130 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument 131 LWIP_PLATFORM_ERROR(message); handler;}} while(0)
|
| /lib/efi_loader/ |
| A D | efi_boottime.c | 600 if (handler) in efi_search_protocol() 601 *handler = protocol; in efi_search_protocol() 620 struct efi_handler *handler; in efi_remove_protocol() local 628 list_del(&handler->link); in efi_remove_protocol() 629 free(handler); in efi_remove_protocol() 1173 struct efi_handler *handler; in efi_add_protocol() local 1184 if (!handler) in efi_add_protocol() 1198 list_del(&handler->link); in efi_add_protocol() 1199 free(handler); in efi_add_protocol() 1275 struct efi_handler *handler; in efi_get_drivers() local [all …]
|
| A D | efi_fdt.c | 92 struct efi_handler *handler; in efi_load_distro_fdt() local 99 ret = efi_search_protocol(handle, &efi_guid_loaded_image, &handler); in efi_load_distro_fdt() 102 loaded_image = handler->protocol_interface; in efi_load_distro_fdt() 106 ret = efi_search_protocol(device, &efi_guid_device_path, &handler); in efi_load_distro_fdt() 109 dp = handler->protocol_interface; in efi_load_distro_fdt()
|
| A D | efi_disk.c | 83 struct efi_handler *handler; in efi_disk_is_removable() local 87 ret = efi_search_protocol(handle, &efi_block_io_guid, &handler); in efi_disk_is_removable() 91 io = handler->protocol_interface; in efi_disk_is_removable() 330 struct efi_handler *handler; in efi_fs_from_path() local 349 &handler); in efi_fs_from_path() 354 return handler->protocol_interface; in efi_fs_from_path() 433 struct efi_handler *handler; in efi_disk_add_dev() local 443 ret = efi_search_protocol(parent, &efi_block_io_guid, &handler); in efi_disk_add_dev() 453 ret = efi_protocol_open(handler, &protocol_interface, NULL, in efi_disk_add_dev() 646 struct efi_handler *handler; in efi_disk_create_part() local [all …]
|
| A D | efi_esrt.c | 324 struct efi_handler *handler; in efi_esrt_populate() local 364 &handler); in efi_esrt_populate() 371 fmp = handler->protocol_interface; in efi_esrt_populate() 442 &handler); in efi_esrt_populate() 449 fmp = handler->protocol_interface; in efi_esrt_populate()
|
| A D | efi_load_options.c | 29 struct efi_handler *handler; in efi_set_load_options() local 32 ret = efi_search_protocol(handle, &efi_guid_loaded_image, &handler); in efi_set_load_options() 36 loaded_image_info = handler->protocol_interface; in efi_set_load_options()
|
| A D | efi_bootmgr.c | 123 struct efi_handler *handler; in try_load_from_file_path() local 133 &handler); in try_load_from_file_path() 137 dp = handler->protocol_interface; in try_load_from_file_path() 822 struct efi_handler *handler; in efi_bootmgr_enumerate_boot_options() local 835 ret = efi_search_protocol(handles[i], &efi_block_io_guid, &handler); in efi_bootmgr_enumerate_boot_options() 836 blkio = handler->protocol_interface; in efi_bootmgr_enumerate_boot_options() 844 ret = efi_search_protocol(handles[i], &efi_guid_device_path, &handler); in efi_bootmgr_enumerate_boot_options() 847 ret = efi_protocol_open(handler, (void **)&device_path, in efi_bootmgr_enumerate_boot_options()
|
| A D | efi_dt_fixup.c | 60 struct efi_handler *handler; in efi_try_purge_rng_seed() local 65 ret = efi_search_protocol(efi_root, &efi_guid_rng_protocol, &handler); in efi_try_purge_rng_seed()
|
| A D | efi_image_loader.c | 91 struct efi_handler *handler; in efi_print_image_infos() local 94 list_for_each_entry(handler, &efiobj->protocols, link) { in efi_print_image_infos() 95 if (!guidcmp(&handler->guid, &efi_guid_loaded_image)) { in efi_print_image_infos() 98 handler->protocol_interface, pc); in efi_print_image_infos()
|
| A D | efi_tcg2.c | 86 struct efi_handler *handler; in is_tcg2_protocol_installed() local 89 ret = efi_search_protocol(efi_root, &efi_guid_tcg2_protocol, &handler); in is_tcg2_protocol_installed() 473 struct efi_handler *handler; in tcg2_measure_pe_image() local 508 &efi_guid_loaded_image_device_path, &handler); in tcg2_measure_pe_image() 512 device_path = handler->protocol_interface; in tcg2_measure_pe_image()
|
| A D | efi_device_path.c | 120 struct efi_handler *handler; in find_handle() local 126 ret = efi_search_protocol(handle, guid, &handler); in find_handle() 131 &handler); in find_handle() 134 dp_current = handler->protocol_interface; in find_handle()
|
| /lib/lwip/lwip/contrib/ports/unix/port/include/arch/ |
| A D | cc.h | 66 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument 67 handler;}} while(0)
|
| /lib/lwip/lwip/contrib/ports/win32/include/arch/ |
| A D | cc.h | 89 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument 91 handler;} } while(0)
|
| /lib/lwip/u-boot/arch/ |
| A D | cc.h | 26 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument 27 handler; }} while (0)
|
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | mdns_out.h | 110 sys_timeout_handler handler, u8_t *busy_flag);
|
| /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() argument 1124 sys_untimeout(handler, netif); in mdns_set_timeout() 1125 sys_timeout(msecs, handler, netif); in mdns_set_timeout() 1129 sys_timeout(msecs, handler, netif); in mdns_set_timeout()
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | check_files.py | 477 handler = logging.FileHandler(log_file) 478 self.logger.addHandler(handler)
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | tls13-support.md | 371 data are flushed before to call the next handler. That way, handlers do not 389 handshake message may not have been received yet, the handler returns with 409 * state change: the state change is done in the main state handler to ease the 434 * state change: the state change is done in the main state handler to ease
|
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | dhcp.c | 172 #define LWIP_DHCP_INPUT_ERROR(message, expression, handler) do { if (!(expression)) { \ argument 173 handler;} } while(0)
|
| /lib/ |
| A D | Kconfig | 118 exception. This config adds an exception handler which will allow 142 exception. This config adds an exception handler which will allow
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 5330 * Internally split up x509parse_key() into a (PEM) handler function
|