Searched refs:nx_cloud_modules_list_header (Results 1 – 2 of 2) sorted by relevance
558 …for (current_module = cloud_ptr -> nx_cloud_modules_list_header; current_module; current_module = … in _nx_cloud_module_register()580 module_ptr -> nx_cloud_module_next = cloud_ptr -> nx_cloud_modules_list_header; in _nx_cloud_module_register()581 cloud_ptr -> nx_cloud_modules_list_header = module_ptr; in _nx_cloud_module_register()709 for (previous_module = NX_NULL, current_module = cloud_ptr -> nx_cloud_modules_list_header; in _nx_cloud_module_deregister()736 cloud_ptr -> nx_cloud_modules_list_header = current_module -> nx_cloud_module_next; in _nx_cloud_module_deregister()1104 …for (cloud_module = cloud_ptr -> nx_cloud_modules_list_header; cloud_module; cloud_module = cloud_… in _nx_cloud_thread_entry()
144 NX_CLOUD_MODULE *nx_cloud_modules_list_header; member