Searched refs:active_ncph (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncp.h | 43 extern nwam_ncp_handle_t active_ncph;
|
H A D | ncu.c | 570 if (active_ncph != NULL) { in nwamd_init_ncus() 573 (void) nwam_ncp_walk_ncus(active_ncph, in nwamd_init_ncus() 587 if (active_ncph != NULL) { in nwamd_fini_ncus() 590 (void) nwam_ncp_walk_ncus(active_ncph, in nwamd_fini_ncus() 1358 active_ncph != NULL) { in nwamd_ncu_handle_link_action_event() 1571 active_ncph != NULL) { in nwamd_walk_physical_configuration() 1572 ncph = active_ncph; in nwamd_walk_physical_configuration() 1595 active_ncph == NULL) { in nwamd_walk_physical_configuration() 1631 if (active_ncph == NULL) { in nwamd_ncu_handle_init_event() 1639 err = nwam_ncu_read(active_ncph, event->event_object, in nwamd_ncu_handle_init_event()
|
H A D | ncp.c | 51 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 D | conditions.c | 160 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()
|