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

/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c107 * forward declarations for internal vnode specific data (vsd)
127 * Callers are responsible for protecting the vsd by holding v_vsd_lock
133 * vsd_nkeys - creation and deletion of vsd keys
4345 struct vsd_node *vsd; local
4364 for (vsd = list_head(vsd_list); vsd != NULL;
4365 vsd = list_next(vsd_list, vsd)) {
4369 if (key > vsd->vs_nkeys)
4374 if (vsd
4398 struct vsd_node *vsd; local
4417 struct vsd_node *vsd; local
4473 struct vsd_node *vsd = vp->v_vsd; local
[all...]
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A Dhermon_ib.h165 uint8_t vsd[CNX_VSD_SZ]; member in struct:cnx_img_info_s
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1835 img_info->vsd[i] = str[i];
1840 img_info->vsd[i+3] = str[i];
1841 img_info->vsd[i+2] = str[i+1];
1842 img_info->vsd[i+1] = str[i+2];
1843 img_info->vsd[i] = str[i+3];
1847 logmsg(MSG_INFO, "VSD: %s\n", img_info->vsd);
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h699 uint32_t vsd[52]; member in struct:hermon_hw_queryadapter_s
716 uint32_t vsd[52]; member in struct:hermon_hw_queryadapter_s

Completed in 127 milliseconds