Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/
H A Dvnode.c4307 struct vsd_node *vsd; in vsd_destroy() local
4326 for (vsd = list_head(vsd_list); vsd != NULL; in vsd_destroy()
4327 vsd = list_next(vsd_list, vsd)) { in vsd_destroy()
4331 if (key > vsd->vs_nkeys) in vsd_destroy()
4336 if (vsd->vs_value[k] && vsd_destructor[k]) in vsd_destroy()
4337 (*vsd_destructor[k])(vsd->vs_value[k]); in vsd_destroy()
4341 vsd->vs_value[k] = NULL; in vsd_destroy()
4360 struct vsd_node *vsd; in vsd_get() local
4365 vsd = vp->v_vsd; in vsd_get()
4367 if (key && vsd != NULL && key <= vsd->vs_nkeys) in vsd_get()
[all …]
/titanic_41/usr/src/cmd/fwflash/plugins/hdrs/
H A Dhermon_ib.h165 uint8_t vsd[CNX_VSD_SZ]; member
/titanic_41/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1835 img_info->vsd[i] = str[i]; in cnx_parse_img_info()
1840 img_info->vsd[i+3] = str[i]; in cnx_parse_img_info()
1841 img_info->vsd[i+2] = str[i+1]; in cnx_parse_img_info()
1842 img_info->vsd[i+1] = str[i+2]; in cnx_parse_img_info()
1843 img_info->vsd[i] = str[i+3]; in cnx_parse_img_info()
1847 logmsg(MSG_INFO, "VSD: %s\n", img_info->vsd); in cnx_parse_img_info()
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h699 uint32_t vsd[52]; member
716 uint32_t vsd[52]; member