Searched refs:current_module (Results 1 – 1 of 1) sorted by relevance
551 NX_CLOUD_MODULE *current_module; in _nx_cloud_module_register() local558 …for (current_module = cloud_ptr -> nx_cloud_modules_list_header; current_module; current_module = … in _nx_cloud_module_register()562 if (current_module == module_ptr) in _nx_cloud_module_register()701 NX_CLOUD_MODULE *current_module; in _nx_cloud_module_deregister() local709 for (previous_module = NX_NULL, current_module = cloud_ptr -> nx_cloud_modules_list_header; in _nx_cloud_module_deregister()710 …current_module; previous_module = current_module, current_module = current_module -> nx_cloud_modu… in _nx_cloud_module_deregister()714 if (current_module == module_ptr) in _nx_cloud_module_deregister()736 cloud_ptr -> nx_cloud_modules_list_header = current_module -> nx_cloud_module_next; in _nx_cloud_module_deregister()740 previous_module -> nx_cloud_module_next = current_module -> nx_cloud_module_next; in _nx_cloud_module_deregister()