Searched refs:ncp_h (Results 1 – 1 of 1) sorted by relevance
335 static nwam_ncp_handle_t ncp_h = NULL; variable834 if (ncp_h != NULL) { in free_handle()836 nwam_ncp_free(ncp_h); in free_handle()837 ncp_h = NULL; in free_handle()1120 else if (ncp_h != NULL) in active_object_type()1342 ret = nwam_ncp_create(newname, 0, &ncp_h); in create_func()1348 if (ncp_h == NULL) { in create_func()1355 ret = nwam_ncu_create(ncp_h, newname, ncu_type, in create_func()1400 ret = nwam_ncp_copy(oldncp_h, newname, &ncp_h); in create_func()1408 if (ncp_h == NULL) { in create_func()[all …]