Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.c583 if (active_ncph != NULL) { in nwamd_init_ncus()
586 (void) nwam_ncp_walk_ncus(active_ncph, in nwamd_init_ncus()
600 if (active_ncph != NULL) { in nwamd_fini_ncus()
603 (void) nwam_ncp_walk_ncus(active_ncph, in nwamd_fini_ncus()
1420 active_ncph != NULL) { in nwamd_ncu_handle_link_action_event()
1633 active_ncph != NULL) { in nwamd_walk_physical_configuration()
1634 ncph = active_ncph; in nwamd_walk_physical_configuration()
1657 active_ncph == NULL) { in nwamd_walk_physical_configuration()
1693 if (active_ncph == NULL) { in nwamd_ncu_handle_init_event()
1701 err = nwam_ncu_read(active_ncph, event->event_object, in nwamd_ncu_handle_init_event()
H A Dncp.h43 extern nwam_ncp_handle_t active_ncph;
H A Dncp.c51 nwam_ncp_handle_t active_ncph = NULL; variable
197 old_ncph = active_ncph; in nwamd_ncp_handle_state_event()
198 active_ncph = new_ncph; in nwamd_ncp_handle_state_event()
H A Dconditions.c160 if (nwam_ncu_read(active_ncph, name, NWAM_NCU_TYPE_INTERFACE, 0, &ncuh) in test_condition_ncu()
163 } else if (nwam_ncu_read(active_ncph, name, NWAM_NCU_TYPE_LINK, 0, in test_condition_ncu()