Home
last modified time | relevance | path

Searched refs:vsc (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libvscan/common/
H A Dlibvscan.c591 vs_scfctx_t vsc; in vs_scf_values_get() local
623 vsc.vscf_prop[np] = scf_property_create(vsc.vscf_handle); in vs_scf_values_get()
624 vsc.vscf_val[np] = scf_value_create(vsc.vscf_handle); in vs_scf_values_get()
626 if (vsc.vscf_prop[np] == NULL || vsc.vscf_val[np] == NULL) { in vs_scf_values_get()
753 vs_scfctx_t vsc; in vs_scf_pg_create() local
797 vs_scfctx_t vsc; in vs_scf_pg_delete() local
858 vs_scfctx_t vsc; in vs_scf_values_set() local
898 vsc.vscf_val[np] = scf_value_create(vsc.vscf_handle); in vs_scf_values_set()
899 vsc.vscf_ent[np] = scf_entry_create(vsc.vscf_handle); in vs_scf_values_set()
901 if (vsc.vscf_val[np] == NULL || vsc.vscf_ent[np] == NULL) { in vs_scf_values_set()
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_net.c150 pci_vtnet_reset(void *vsc) in pci_vtnet_reset() argument
152 struct pci_vtnet_softc *sc = vsc; in pci_vtnet_reset()
425 pci_vtnet_ping_rxq(void *vsc, struct vqueue_info *vq) in pci_vtnet_ping_rxq() argument
427 struct pci_vtnet_softc *sc = vsc; in pci_vtnet_ping_rxq()
493 pci_vtnet_ping_txq(void *vsc, struct vqueue_info *vq) in pci_vtnet_ping_txq() argument
495 struct pci_vtnet_softc *sc = vsc; in pci_vtnet_ping_txq()
569 pci_vtnet_ping_ctlq(void *vsc, struct vqueue_info *vq) in pci_vtnet_ping_ctlq() argument
706 struct pci_vtnet_softc *sc = vsc; in pci_vtnet_cfgwrite()
727 struct pci_vtnet_softc *sc = vsc; in pci_vtnet_cfgread()
736 pci_vtnet_neg_features(void *vsc, uint64_t negotiated_features) in pci_vtnet_neg_features() argument
[all …]
H A Dpci_virtio_9p.c128 pci_vt9p_reset(void *vsc) in pci_vt9p_reset() argument
132 sc = vsc; in pci_vt9p_reset()
139 pci_vt9p_neg_features(void *vsc, uint64_t negotiated_features) in pci_vt9p_neg_features() argument
141 struct pci_vt9p_softc *sc = vsc; in pci_vt9p_neg_features()
147 pci_vt9p_cfgread(void *vsc, int offset, int size, uint32_t *retval) in pci_vt9p_cfgread() argument
149 struct pci_vt9p_softc *sc = vsc; in pci_vt9p_cfgread()
202 pci_vt9p_notify(void *vsc, struct vqueue_info *vq) in pci_vt9p_notify() argument
210 sc = vsc; in pci_vt9p_notify()
H A Dpci_virtio_rnd.c95 pci_vtrnd_reset(void *vsc) in pci_vtrnd_reset() argument
99 sc = vsc; in pci_vtrnd_reset()
107 pci_vtrnd_notify(void *vsc, struct vqueue_info *vq) in pci_vtrnd_notify() argument
114 sc = vsc; in pci_vtrnd_notify()
H A Dpci_virtio_block.c235 pci_vtblk_reset(void *vsc) in pci_vtblk_reset() argument
237 struct pci_vtblk_softc *sc = vsc; in pci_vtblk_reset()
409 pci_vtblk_notify(void *vsc, struct vqueue_info *vq) in pci_vtblk_notify() argument
411 struct pci_vtblk_softc *sc = vsc; in pci_vtblk_notify()
558 pci_vtblk_cfgwrite(void *vsc __unused, int offset, int size __unused, in pci_vtblk_cfgwrite()
567 pci_vtblk_cfgread(void *vsc, int offset, int size, uint32_t *retval) in pci_vtblk_cfgread() argument
569 struct pci_vtblk_softc *sc = vsc; in pci_vtblk_cfgread()
580 pci_vtblk_apply_feats(void *vsc, uint64_t caps) in pci_vtblk_apply_feats() argument
582 struct pci_vtblk_softc *sc = vsc; in pci_vtblk_apply_feats()
H A Dpci_virtio_console.c186 pci_vtcon_reset(void *vsc) in pci_vtcon_reset() argument
190 sc = vsc; in pci_vtcon_reset()
197 pci_vtcon_neg_features(void *vsc, uint64_t negotiated_features) in pci_vtcon_neg_features() argument
199 struct pci_vtcon_softc *sc = vsc; in pci_vtcon_neg_features()
205 pci_vtcon_cfgread(void *vsc, int offset, int size, uint32_t *retval) in pci_vtcon_cfgread() argument
207 struct pci_vtcon_softc *sc = vsc; in pci_vtcon_cfgread()
216 pci_vtcon_cfgwrite(void *vsc __unused, int offset __unused, int size __unused, in pci_vtcon_cfgwrite()
620 pci_vtcon_notify_tx(void *vsc, struct vqueue_info *vq) in pci_vtcon_notify_tx() argument
628 sc = vsc; in pci_vtcon_notify_tx()
646 pci_vtcon_notify_rx(void *vsc, struct vqueue_info *vq) in pci_vtcon_notify_rx() argument
[all …]
H A Dpci_virtio_scsi.c299 pci_vtscsi_reset(void *vsc) in pci_vtscsi_reset() argument
303 sc = vsc; in pci_vtscsi_reset()
325 pci_vtscsi_neg_features(void *vsc, uint64_t negotiated_features) in pci_vtscsi_neg_features() argument
327 struct pci_vtscsi_softc *sc = vsc; in pci_vtscsi_neg_features()
333 pci_vtscsi_cfgread(void *vsc, int offset, int size, uint32_t *retval) in pci_vtscsi_cfgread() argument
335 struct pci_vtscsi_softc *sc = vsc; in pci_vtscsi_cfgread()
577 pci_vtscsi_controlq_notify(void *vsc, struct vqueue_info *vq) in pci_vtscsi_controlq_notify() argument
586 sc = vsc; in pci_vtscsi_controlq_notify()
607 pci_vtscsi_eventq_notify(void *vsc __unused, struct vqueue_info *vq) in pci_vtscsi_eventq_notify()
613 pci_vtscsi_requestq_notify(void *vsc, struct vqueue_info *vq) in pci_vtscsi_requestq_notify() argument
[all …]
H A Dpci_virtio_input.c171 pci_vtinput_reset(void *vsc) in pci_vtinput_reset() argument
173 struct pci_vtinput_softc *sc = vsc; in pci_vtinput_reset()
180 pci_vtinput_notify_eventq(void *vsc __unused, struct vqueue_info *vq __unused) in pci_vtinput_notify_eventq()
186 pci_vtinput_notify_statusq(void *vsc, struct vqueue_info *vq) in pci_vtinput_notify_statusq() argument
188 struct pci_vtinput_softc *sc = vsc; in pci_vtinput_notify_statusq()
418 pci_vtinput_cfgread(void *vsc, int offset, int size, uint32_t *retval) in pci_vtinput_cfgread() argument
420 struct pci_vtinput_softc *sc = vsc; in pci_vtinput_cfgread()
448 pci_vtinput_cfgwrite(void *vsc, int offset, int size, uint32_t value) in pci_vtinput_cfgwrite() argument
450 struct pci_vtinput_softc *sc = vsc; in pci_vtinput_cfgwrite()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c207 uint_t vsc, psc; in check_status() local
221 (uint64_t **)&vs, &vsc) == 0); in check_status()
H A Dlibzfs_pool.c261 uint_t vsc; in zpool_get_prop() local
372 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc) in zpool_get_prop()
4069 uint_t vsc; in zpool_vdev_name() local
4078 (uint64_t **)&vs, &vsc) != 0 || in zpool_vdev_name()
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c944 uint_t vsc; in be_do_installboot_helper() local
962 (uint64_t **)&vs, &vsc) != 0) || in be_do_installboot_helper()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c4688 uint_t vsc; local
4718 (uint64_t **)&vs, &vsc) == 0);
4738 uint_t vsc; local
4774 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc)
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2221 uint_t vsc; in show_import() local
2235 (uint64_t **)&vs, &vsc) == 0); in show_import()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-data-terminfo.p5m2244 file path=usr/share/lib/terminfo/v/vsc
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src17466 vsc|Signetics Vsc Video driver by RMC:\
19212 # versaterm, vi500, vsc, vt131, vt340, vt400 entries from UW.
H A Dterminfo.src19591 vsc|Signetics Vsc Video driver by RMC,
21430 # versaterm, vi500, vsc, vt131, vt340, vt400 entries from UW.