Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/vio9p/
H A Dvio9p.c168 if (vin->vin_open) { in vio9p_req_freelist_put()
209 vin->vin_nreqs--; in vio9p_req_free_impl()
246 if (cv_wait_sig(&vin->vin_cv, &vin->vin_mutex) == 0) { in vio9p_req_alloc()
278 vin->vin_nreqs++; in vio9p_req_alloc_impl()
591 vio9p_t *vin; in vio9p_quiesce() local
617 if (vin == NULL) { in vio9p_open()
645 if (vin == NULL) { in vio9p_close()
673 if (vin == NULL) { in vio9p_ioctl()
695 vio9p_t *vin; in vio9p_read() local
712 if (cv_wait_sig(&vin->vin_cv, &vin->vin_mutex) == 0) { in vio9p_read()
[all …]
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c1478 new_vfsent(struct vfstab *vin, int order) in new_vfsent() argument
1487 if (vin->vfs_special && in new_vfsent()
1488 (new->v.vfs_special = strdup(vin->vfs_special)) == NULL) in new_vfsent()
1490 if (vin->vfs_mountp && in new_vfsent()
1491 (new->v.vfs_mountp = strdup(vin->vfs_mountp)) == NULL) in new_vfsent()
1493 if (vin->vfs_fstype && in new_vfsent()
1494 (new->v.vfs_fstype = strdup(vin->vfs_fstype)) == NULL) in new_vfsent()
1505 } else if (vin->vfs_mntopts && in new_vfsent()
1506 (new->v.vfs_mntopts = strdup(vin->vfs_mntopts)) == NULL) in new_vfsent()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c8045 u8 *vivld, u8 *vin, in t4_alloc_vi_func() argument
8089 if (vin) in t4_alloc_vi_func()
8112 unsigned int *rss_size, u8 *vivld, u8 *vin) in t4_alloc_vi() argument
8115 vivld, vin, FW_VI_FUNC_ETH, 0); in t4_alloc_vi()
10594 u8 vivld = 0, vin = 0; in t4_init_portmirror() local
10597 &vivld, &vin); in t4_init_portmirror()
10608 pi->vin_mirror = vin; in t4_init_portmirror()
10727 u8 vivld = 0, vin = 0; in t4_init_portinfo_viid() local
10730 &rss_size, &vivld, &vin); in t4_init_portinfo_viid()
10742 pi->vin = vin; in t4_init_portinfo_viid()
[all …]
H A Dcommon.h839 u8 *vivld, u8 *vin,
843 unsigned int *rss_size, u8 *vivld, u8 *vin);
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h141 u8 vin; member