Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c4079 print_phys_hwgrp_state_t *hwgrp_state = arg; in print_phys_hwgrp_callback() local
4080 show_state_t *state = hwgrp_state->hs_state; in print_phys_hwgrp_callback()
4082 hwgrp_state->hs_grp_attr = attr; in print_phys_hwgrp_callback()
4083 ofmt_print(state->ls_ofmt, hwgrp_state); in print_phys_hwgrp_callback()
4092 print_phys_hwgrp_state_t hwgrp_state; in print_phys_hwgrp() local
4094 hwgrp_state.hs_state = state; in print_phys_hwgrp()
4095 hwgrp_state.hs_link = link; in print_phys_hwgrp()
4096 return (dladm_walk_hwgrp(handle, linkid, &hwgrp_state, in print_phys_hwgrp()