Home
last modified time | relevance | path

Searched refs:ncp_h (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c340 static nwam_ncp_handle_t ncp_h = NULL; variable
844 if (ncp_h != NULL) { in free_handle()
846 nwam_ncp_free(ncp_h); in free_handle()
847 ncp_h = NULL; in free_handle()
1130 else if (ncp_h != NULL) in active_object_type()
1356 ret = nwam_ncp_create(newname, 0, &ncp_h); in create_func()
1362 if (ncp_h == NULL) { in create_func()
1369 ret = nwam_ncu_create(ncp_h, newname, ncu_type, in create_func()
1414 ret = nwam_ncp_copy(oldncp_h, newname, &ncp_h); in create_func()
1422 if (ncp_h == NULL) { in create_func()
[all …]