Searched refs:eattr (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | libdlether.c | 132 dladm_ether_attr_t *eattr, ether_spdx_t *spdx_stat) in i_dladm_get_spdx() argument 139 eattr->le_spdx = NULL; in i_dladm_get_spdx() 152 free(eattr->le_spdx); in i_dladm_get_spdx() 153 eattr->le_num_spdx = 0; in i_dladm_get_spdx() 160 ptr = realloc(eattr->le_spdx, in i_dladm_get_spdx() 163 eattr->le_spdx = ptr; in i_dladm_get_spdx() 165 free(eattr->le_spdx); in i_dladm_get_spdx() 166 eattr->le_num_spdx = 0; in i_dladm_get_spdx() 169 eattr->le_spdx[nspdx - 1] = spdx_stat[i].eth_spdx; in i_dladm_get_spdx() 171 eattr->le_num_spdx = nspdx; in i_dladm_get_spdx() [all …]
|
/titanic_50/usr/src/uts/common/fs/pcfs/ |
H A D | pc_dir.c | 700 ushort_t eattr; in pc_rename() local 735 eattr = slot.sl_ep->un.pcd_eattr; in pc_rename() 793 ep->un.pcd_eattr = eattr; in pc_rename()
|
/titanic_50/usr/src/cmd/dladm/ |
H A D | dladm.c | 7658 dladm_ether_info_t eattr; in show_etherprop() local 7667 status = dladm_ether_info(dh, linkid, &eattr); in show_etherprop() 7674 sizeof (ebuf.eth_autoneg), &eattr, CURRENT); in show_etherprop() 7676 sizeof (ebuf.eth_pause), &eattr, CURRENT); in show_etherprop() 7678 sizeof (ebuf.eth_spdx), &eattr, CURRENT); in show_etherprop() 7680 dladm_linkstate2str(eattr.lei_state, ebuf.eth_state), in show_etherprop() 7683 (eattr.lei_attr[CURRENT].le_fault ? "fault" : "none"), in show_etherprop() 7689 show_ether_xprop(arg, &eattr); in show_etherprop() 7692 dladm_ether_info_done(&eattr); in show_etherprop() 8989 show_ether_xprop(void *arg, dladm_ether_info_t *eattr) in show_ether_xprop() argument [all …]
|