Searched refs:vin (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/vio9p/ |
H A D | vio9p.c | 150 vio9p_t *vin = (vio9p_t *)arg0; in vio9p_int_handler() local 152 mutex_enter(&vin->vin_mutex); in vio9p_int_handler() 153 uint_t count = vio9p_poll(vin); in vio9p_int_handler() 154 mutex_exit(&vin->vin_mutex); in vio9p_int_handler() 160 vio9p_req_freelist_put(vio9p_t *vin, vio9p_req_t *vnr) in vio9p_req_freelist_put() argument 165 vin->vin_generation = 0; in vio9p_req_freelist_put() 166 list_insert_head(&vin->vin_req_freelist, vnr); in vio9p_req_freelist_put() 168 if (vin->vin_open) { in vio9p_req_freelist_put() 172 cv_broadcast(&vin->vin_cv); in vio9p_req_freelist_put() 177 vio9p_req_free(vio9p_t *vin, vio9p_req_t *vnr) in vio9p_req_free() argument [all …]
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | mount.c | 1478 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 D | t4_hw.c | 8045 u8 *vivld, u8 *vin, in t4_alloc_vi_func() argument 8089 if (vin) in t4_alloc_vi_func() 8090 *vin = G_FW_VI_CMD_VIN(be32_to_cpu(c.alloc_to_len16)); 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() [all …]
|
H A D | common.h | 839 u8 *vivld, u8 *vin, 843 unsigned int *rss_size, u8 *vivld, u8 *vin);
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | adapter.h | 140 u8 vin; member
|