/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/src/ |
D | components_manager.c | 117 component_info_t *info = components_manager_get_info(id); in components_manager_set_log_level() local 119 if (info) { in components_manager_set_log_level() 120 info->log_level = level; in components_manager_set_log_level() 131 component_info_t *info = components_manager_get_info(id); in components_manager_get_log_level() local 134 if (!info || info->state == COMPONENT_UNLOADED) { in components_manager_get_log_level() 138 return info->log_level; in components_manager_get_log_level() 150 g_component_factory[index].component.info.log_level = level; in components_manager_set_log_level_all() 159 if (g_component_factory[index].component.info.id == id) { in components_manager_get_component() 174 if (!str_ncmp(g_component_factory[index].component.info.name, in components_manager_get_id_by_name() 175 str_len(g_component_factory[index].component.info.name), name, len)) { in components_manager_get_id_by_name() [all …]
|
D | components_factory.c | 90 g_component_factory[index].component.info.state = COMPONENT_LOADED; in components_factory_set() 91 g_component_factory[index].component.info.last_result = ASC_RESULT_OK; in components_factory_set() 92 g_component_factory[index].component.info.log_level = ASC_LOG_LEVEL; in components_factory_set() 94 g_component_factory[index].component.info.id = components_factory_create_id(index); in components_factory_set() 95 g_component_factory[index].component.info.name = name; in components_factory_set() 96 g_component_factory[index].component.info.enumerator = index; in components_factory_set() 97 g_component_factory[index].component.info.auto_start_disable = auto_disable; in components_factory_set() 98 bit_vector_clean(component_owners_t, &g_component_factory[index].component.info.owners); in components_factory_set() 126 g_component_factory[index].component.info.state = COMPONENT_UNLOADED; in component_factory_unload() 127 g_component_factory[index].component.info.id = 0; in component_factory_unload() [all …]
|
D | collectors_info.c | 29 collector_info_t info[COLLECTORS_INFO_SIZE]; member 38 collector_info_t *info = container->info; in _collector_info_cb() local 49 info[collector_internal_ptr->type].interval = collector_internal_ptr->interval; in _collector_info_cb() 52 info[collector_internal_ptr->type].interval); in _collector_info_cb() 97 return container->info; in collectors_info_get()
|
D | core.c | 335 …component_info_t *info = components_manager_get_info(components_manager_get_id(current_collector->… in core_collect() local 336 if (!info || info->state != COMPONENT_RUNNING) { in core_collect() 380 …component_info_t *info = components_manager_get_info(components_manager_get_id(collector_ptr->inte… in _collector_collection_calc_nearest_collect() local 383 if (!info) { in _collector_collection_calc_nearest_collect() 387 if (info->state != COMPONENT_RUNNING) { in _collector_collection_calc_nearest_collect() 391 if (info->state != COMPONENT_RUNNING && info->state != COMPONENT_SUBSCRIBED) { in _collector_collection_calc_nearest_collect()
|
/NetX-Duo-v6.3.0/nx_secure/src/ |
D | nx_secure_tls_ciphersuite_lookup.c | 77 … NX_SECURE_TLS_CIPHERSUITE_INFO const **info, USHORT *priority) in _nx_secure_tls_ciphersuite_lookup() argument 93 *info = &cipher_table[index]; in _nx_secure_tls_ciphersuite_lookup()
|
/NetX-Duo-v6.3.0/samples/ |
D | demo_netxduo_smtp_client.c | 47 void demo_client_thread_entry(ULONG info); 153 void demo_client_thread_entry(ULONG info) in demo_client_thread_entry() argument 160 NX_PARAMETER_NOT_USED(info); in demo_client_thread_entry()
|
D | demo_netxduo_pop3_client.c | 33 void demo_thread_entry(ULONG info); 116 void demo_thread_entry(ULONG info) in demo_thread_entry() argument 126 NX_PARAMETER_NOT_USED(info); in demo_thread_entry()
|
D | demo_netxduo_sntp_client.c | 69 void demo_client_thread_entry(ULONG info); 208 void demo_client_thread_entry(ULONG info) in demo_client_thread_entry() argument 225 NX_PARAMETER_NOT_USED(info); in demo_client_thread_entry()
|
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/ |
D | nx_azure_iot_security_module.c | 89 component_info_t *info; in _cm_init() local 119 info = components_manager_get_info(components_manager_get_self_id()); in _cm_init() 120 if (info) in _cm_init() 122 info->ext_ctx = (uintptr_t)status; in _cm_init() 353 component_info_t *info = components_manager_get_info(components_manager_get_self_id()); in _security_module_get_nx_status() local 354 if (info && (UINT)info->ext_ctx != NX_AZURE_IOT_SUCCESS) in _security_module_get_nx_status() 356 status = (UINT)info->ext_ctx; in _security_module_get_nx_status()
|
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/inc/asc_security_core/ |
D | component_id.h | 40 __auto_generated_self_id = g_component_factory[component].component.info.id; in components_manager_set_self_id()
|
D | components_factory.h | 38 __auto_generated_self_id = g_component_factory[_component].component.info.id; \
|
D | component_info.h | 119 component_info_t info; member
|
D | components_manager.h | 152 #define components_manager_get_id(_component) (g_component_factory[_component].component.info.id)
|
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/cmake-modules/ |
D | asc_security_coreCodeCoverage.cmake | 55 # - Delete output dir, .info file on 'make clean' 234 …l ${GCOV_PATH} --remove ${Coverage_NAME}.total ${LCOV_EXCLUDES} --output-file ${Coverage_NAME}.info 237 …HTML_PATH} ${GENHTML_EXTRA_ARGS} ${Coverage_GENHTML_ARGS} -o ${Coverage_NAME} ${Coverage_NAME}.info 244 ${Coverage_NAME}.info 253 # Show where to find the lcov info report 256 COMMENT "Lcov code coverage info report saved in ${Coverage_NAME}.info." 259 # Show info where to find the report 332 # Show info where to find the report 408 # Show info where to find the report
|
/NetX-Duo-v6.3.0/addons/azure_iot/docs/ |
D | azure_rtos_iot_provisioning_client.md | 279 <div style="text-align: right"> Get IoTHub device info into user supplied buffer </div> 290 <p>This routine gets IoTHub device info into user supplied buffer </p> 302 * NX_AZURE_IOT_SUCCESS The device info is successfully retrieved to user supplied buffers. 303 * NX_AZURE_IOT_INVALID_PARAMETER Fail to retrieve device info due to invalid parameter. 304 * NX_AZURE_IOT_WRONG_STATE Fail to retrieve device info due to wrong state. 305 * NX_AZURE_IOT_INSUFFICIENT_BUFFER_SPACE Fail to retrieve device info due to buffer size is too sma…
|
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_hkdf.c | 586 UCHAR *info; in _nx_crypto_hkdf_expand() local 651 info = hkdf->nx_crypto_hkdf_info; in _nx_crypto_hkdf_expand() 680 NX_CRYPTO_MEMCPY(&temp_T[T_len], info, info_len); /* Use case of memcpy is verified. */ in _nx_crypto_hkdf_expand()
|
/NetX-Duo-v6.3.0/addons/dhcp/ |
D | nxd_dhcp_server.c | 53 static VOID _nx_dhcp_slow_periodic_timer_entry(ULONG info); 54 static VOID _nx_dhcp_fast_periodic_timer_entry(ULONG info); 485 static VOID _nx_dhcp_fast_periodic_timer_entry(ULONG info) in _nx_dhcp_fast_periodic_timer_entry() argument 492 NX_TIMER_EXTENSION_PTR_GET(dhcp_ptr, NX_DHCP_SERVER, info) in _nx_dhcp_fast_periodic_timer_entry() 542 static VOID _nx_dhcp_slow_periodic_timer_entry(ULONG info) in _nx_dhcp_slow_periodic_timer_entry() argument 549 NX_TIMER_EXTENSION_PTR_GET(dhcp_ptr, NX_DHCP_SERVER, info) in _nx_dhcp_slow_periodic_timer_entry() 1534 static VOID _nx_dhcp_server_thread_entry(ULONG info) in _nx_dhcp_server_thread_entry() argument 1548 NX_THREAD_EXTENSION_PTR_GET(dhcp_ptr, NX_DHCP_SERVER, info) in _nx_dhcp_server_thread_entry()
|
D | nxd_dhcpv6_client.h | 1026 VOID _nx_dhcpv6_thread_entry(ULONG info);
|
D | nxd_dhcpv6_server.c | 3691 VOID _nx_dhcpv6_server_thread_entry(ULONG info) in _nx_dhcpv6_server_thread_entry() argument 3702 NX_THREAD_EXTENSION_PTR_GET(dhcpv6_server_ptr, NX_DHCPV6_SERVER, info) in _nx_dhcpv6_server_thread_entry()
|
D | nxd_dhcpv6_client.c | 10278 VOID _nx_dhcpv6_thread_entry(ULONG info) in _nx_dhcpv6_thread_entry() argument 10289 NX_THREAD_EXTENSION_PTR_GET(dhcpv6_ptr, NX_DHCPV6, info) in _nx_dhcpv6_thread_entry()
|
/NetX-Duo-v6.3.0/addons/BSD/ |
D | nxd_bsd.c | 185 static VOID nx_bsd_thread_entry(ULONG info); 188 static VOID nx_bsd_timer_entry(ULONG info); 269 ULONG info; in nx_bsd_initialize() local 374 info = 0 ; in nx_bsd_initialize() 375 status = tx_thread_create(&nx_bsd_task_thread, "BSD thread task", nx_bsd_thread_entry, info, in nx_bsd_initialize() 399 info = 0 ; in nx_bsd_initialize() 404 nx_bsd_timer_entry, info, in nx_bsd_initialize() 649 VOID nx_bsd_thread_entry(ULONG info) in nx_bsd_thread_entry() argument 651 NX_PARAMETER_NOT_USED(info); in nx_bsd_thread_entry() 9431 VOID nx_bsd_timer_entry(ULONG info) in nx_bsd_timer_entry() argument
|
/NetX-Duo-v6.3.0/addons/sntp/ |
D | nxd_sntp_client.h | 763 VOID _nx_sntp_client_update_timeout_entry(ULONG info);
|
D | nxd_sntp_client.c | 586 VOID _nx_sntp_client_update_timeout_entry(ULONG info) in _nx_sntp_client_update_timeout_entry() argument 592 client_ptr = (NX_SNTP_CLIENT *)info; in _nx_sntp_client_update_timeout_entry()
|
/NetX-Duo-v6.3.0/nx_secure/inc/ |
D | nx_secure_tls.h | 1508 … const NX_SECURE_TLS_CIPHERSUITE_INFO **info, USHORT *ciphersuite_priority);
|