Searched defs:vsc (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_status.c | 190 uint_t vsc, psc; local 202 (uint64_t **)&vs, &vsc) == 0);
|
H A D | libzfs_pool.c | 252 uint_t vsc; local 352 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc) 3351 uint_t vsc; local 3369 (uint64_t **)&vs, &vsc) != 0 ||
|
/illumos-gate/usr/src/uts/common/io/virtio/ |
H A D | virtio.c | 680 struct virtio_softc *vsc = vq->vq_owner; local 694 ddi_put16(vsc->sc_ioh, 696 (uint16_t *)(vsc->sc_io_addr +
|
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 886 uint_t vsc; local 895 (uint64_t **)&vs, &vsc) != 0) ||
|
/illumos-gate/usr/src/lib/libvscan/common/ |
H A D | libvscan.c | 591 vs_scfctx_t vsc; local 596 if ((vs_scf_ctx_open(&vsc)) != 0) { 597 vs_scf_ctx_close(&vsc); 601 if (scf_instance_get_pg(vsc.vscf_inst, pgname, vsc.vscf_pgroup) == -1) { 602 vs_scf_ctx_close(&vsc); 623 vsc.vscf_prop[np] = scf_property_create(vsc.vscf_handle); 624 vsc.vscf_val[np] = scf_value_create(vsc 661 vs_scf_get(const vs_propdef_t *vpd, vs_prop_hd_t *prop_hd, vs_scfctx_t *vsc, int idx) argument 753 vs_scfctx_t vsc; local 797 vs_scfctx_t vsc; local 858 vs_scfctx_t vsc; local 952 vs_scf_set(const vs_propdef_t *vpd, vs_prop_hd_t *prop_hd, vs_scfctx_t *vsc, int idx) argument 1028 vs_scf_ctx_open(vs_scfctx_t *vsc) argument 1060 vs_scf_ctx_close(vs_scfctx_t *vsc) argument 1490 vs_scfctx_t vsc; local 1536 vs_scfctx_t vsc; local [all...] |
/illumos-gate/usr/src/uts/common/io/vioblk/ |
H A D | vioblk.c | 642 struct virtio_softc *vsc = (void *)arg1; local 643 struct vioblk_softc *sc = container_of(vsc, 820 struct virtio_softc *vsc; local 844 vsc = &sc->sc_virtio; 848 vsc->sc_dev = devinfo;
|
/illumos-gate/usr/src/uts/common/io/vioif/ |
H A D | vioif.c | 1595 struct virtio_softc *vsc = (void *) arg1; local 1596 struct vioif_softc *sc = container_of(vsc, 1614 struct virtio_softc *vsc = (void *)arg1; local 1615 struct vioif_softc *sc = container_of(vsc, 1685 struct virtio_softc *vsc; local 1707 vsc = &sc->sc_virtio; 1711 vsc->sc_dev = devinfo; 1741 vsc->sc_nvqs = vioif_has_feature(sc, VIRTIO_NET_F_CTRL_VQ) ? 3 : 2;
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 1613 uint_t vsc; local 1627 (uint64_t **)&vs, &vsc) == 0);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 3211 uint_t vsc; local 3241 (uint64_t **)&vs, &vsc) == 0); 3261 uint_t vsc; local 3297 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc)
|
Completed in 318 milliseconds