Searched defs:hwgrp_state (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c3944 print_phys_hwgrp_state_t *hwgrp_state = arg; local
3945 show_state_t *state = hwgrp_state->hs_state;
3947 hwgrp_state->hs_grp_attr = attr;
3948 ofmt_print(state->ls_ofmt, hwgrp_state);
3957 print_phys_hwgrp_state_t hwgrp_state; local
3959 hwgrp_state.hs_state = state;
3960 hwgrp_state.hs_link = link;
3961 return (dladm_walk_hwgrp(handle, linkid, &hwgrp_state,

Completed in 73 milliseconds