Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c362 nwam_ncp_free(ncph); in nwam_ncp_copy()
449 assert(ncph != NULL); in nwam_ncp_enable()
529 free(ncph); in nwam_walk_ncps()
581 nwam_ncp_free(ncph); in nwam_ncu_get_read_only()
592 assert(ncph != NULL); in nwam_ncp_is_active()
619 assert(ncph != NULL); in nwam_ncp_destroy()
728 nwam_free(ncph); in nwam_ncp_free()
1033 nwam_ncp_free(ncph); in nwam_ncu_copy()
1115 nwam_ncp_free(ncph); in nwam_ncu_set_prop_value()
1707 return (nwam_get_state(ncph->nwh_name, ncph, statep, auxp)); in nwam_ncp_get_state()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c270 nwam_ncp_handle_t ncph; in determine_active_ncp() local
282 return (ncph); in determine_active_ncp()
314 nwam_ncp_handle_t ncph; in valid_ncp() local
318 nwam_ncp_free(ncph); in valid_ncp()
325 nwam_ncp_handle_t ncph; in valid_ncu() local
333 nwam_ncp_free(ncph); in valid_ncu()
506 if (ncph == NULL) { in ncu_action()
534 nwam_ncp_free(ncph); in ncu_action()
581 nwam_ncp_free(ncph); in enable_func()
901 nwam_ncp_free(ncph); in list_func()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.c1391 nwam_ncp_handle_t ncph; in nwamd_ncu_handle_link_action_event() local
1439 add_phys_ncu_to_ncp(ncph, name); in nwamd_ncu_handle_link_action_event()
1440 add_ip_ncu_to_ncp(ncph, name); in nwamd_ncu_handle_link_action_event()
1451 nwam_ncp_free(ncph); in nwamd_ncu_handle_link_action_event()
1546 nwam_ncp_handle_t ncph = data; in ncu_create_link_action_event() local
1564 if (ncph != NULL && nwam_ncu_read(ncph, name, NWAM_NCU_TYPE_LINK, 0, in ncu_create_link_action_event()
1627 nwam_ncp_handle_t ncph; in nwamd_walk_physical_configuration() local
1634 ncph = active_ncph; in nwamd_walk_physical_configuration()
1638 ncph = NULL; in nwamd_walk_physical_configuration()
1643 if (ncph != NULL) { in nwamd_walk_physical_configuration()
[all …]