| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_status.c | 76 vdev_missing(vdev_stat_t *vs, uint_t vsc) in vdev_missing() argument 84 vdev_faulted(vdev_stat_t *vs, uint_t vsc) in vdev_faulted() argument 91 vdev_errors(vdev_stat_t *vs, uint_t vsc) in vdev_errors() argument 100 vdev_broken(vdev_stat_t *vs, uint_t vsc) in vdev_broken() argument 107 vdev_offlined(vdev_stat_t *vs, uint_t vsc) in vdev_offlined() argument 114 vdev_removed(vdev_stat_t *vs, uint_t vsc) in vdev_removed() argument 120 vdev_non_native_ashift(vdev_stat_t *vs, uint_t vsc) in vdev_non_native_ashift() argument 122 return (VDEV_STAT_VALID(vs_physical_ashift, vsc) && in vdev_non_native_ashift() 135 uint_t c, vsc, children; in find_vdev_problem() local 159 (uint64_t **)&vs, &vsc) == 0); in find_vdev_problem() [all …]
|
| HD | libzfs_pool.c | 250 uint_t vsc; in zpool_get_prop() local 351 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc) in zpool_get_prop() 3362 uint_t vsc; local 3367 (uint64_t **)&vs, &vsc) == 0;
|
| /NextBSD/sys/dev/cy/ |
| HD | cy_pci.c | 107 void *irq_cookie, *vaddr, *vsc; local 134 vsc = cyattach_common(vaddr, 1); 135 if (vsc == NULL) { 149 cyintr, NULL, vsc, &irq_cookie); 155 NULL, (driver_intr_t *)cyintr, vsc, &irq_cookie);
|
| HD | cy_isa.c | 108 void *irq_cookie, *vaddr, *vsc; in cy_isa_attach() local 123 vsc = cyattach_common(vaddr, 0); in cy_isa_attach() 124 if (vsc == NULL) { in cy_isa_attach() 137 cyintr, NULL, vsc, &irq_cookie) != 0) { in cy_isa_attach()
|
| /NextBSD/usr.sbin/bhyve/ |
| HD | pci_virtio_rnd.c | 89 pci_vtrnd_reset(void *vsc) in pci_vtrnd_reset() argument 93 sc = vsc; in pci_vtrnd_reset() 101 pci_vtrnd_notify(void *vsc, struct vqueue_info *vq) in pci_vtrnd_notify() argument 108 sc = vsc; in pci_vtrnd_notify()
|
| HD | pci_virtio_net.c | 215 pci_vtnet_reset(void *vsc) in pci_vtnet_reset() argument 217 struct pci_vtnet_softc *sc = vsc; in pci_vtnet_reset() 592 pci_vtnet_ping_rxq(void *vsc, struct vqueue_info *vq) in pci_vtnet_ping_rxq() argument 594 struct pci_vtnet_softc *sc = vsc; in pci_vtnet_ping_rxq() 635 pci_vtnet_ping_txq(void *vsc, struct vqueue_info *vq) in pci_vtnet_ping_txq() argument 637 struct pci_vtnet_softc *sc = vsc; in pci_vtnet_ping_txq() 709 pci_vtnet_ping_ctlq(void *vsc, struct vqueue_info *vq) in pci_vtnet_ping_ctlq() argument 920 pci_vtnet_cfgwrite(void *vsc, int offset, int size, uint32_t value) in pci_vtnet_cfgwrite() argument 922 struct pci_vtnet_softc *sc = vsc; in pci_vtnet_cfgwrite() 941 pci_vtnet_cfgread(void *vsc, int offset, int size, uint32_t *retval) in pci_vtnet_cfgread() argument [all …]
|
| HD | pci_virtio_block.c | 162 pci_vtblk_reset(void *vsc) in pci_vtblk_reset() argument 164 struct pci_vtblk_softc *sc = vsc; in pci_vtblk_reset() 281 pci_vtblk_notify(void *vsc, struct vqueue_info *vq) in pci_vtblk_notify() argument 283 struct pci_vtblk_softc *sc = vsc; in pci_vtblk_notify() 385 pci_vtblk_cfgwrite(void *vsc, int offset, int size, uint32_t value) in pci_vtblk_cfgwrite() argument 393 pci_vtblk_cfgread(void *vsc, int offset, int size, uint32_t *retval) in pci_vtblk_cfgread() argument 395 struct pci_vtblk_softc *sc = vsc; in pci_vtblk_cfgread()
|
| /NextBSD/sys/dev/cm/ |
| HD | smc90cx6.c | 122 void cm_srint_locked(void *vsc); 476 cm_srint(void *vsc) in cm_srint() argument 478 struct cm_softc *sc = (struct cm_softc *)vsc; in cm_srint() 481 cm_srint_locked(vsc); in cm_srint() 491 cm_srint_locked(vsc) in cm_srint_locked() argument 492 void *vsc; in cm_srint_locked() 494 struct cm_softc *sc = (struct cm_softc *)vsc;
|
| /NextBSD/sys/dev/drm2/radeon/ |
| HD | rs690.c | 246 if (crtc->vsc.full > dfixed_const(2)) in rs690_crtc_bandwidth_compute() 274 if (crtc->vsc.full > b.full) in rs690_crtc_bandwidth_compute() 275 b.full = crtc->vsc.full; in rs690_crtc_bandwidth_compute()
|
| HD | rv515.c | 955 if (crtc->vsc.full > dfixed_const(2)) in rv515_crtc_bandwidth_compute() 983 if (crtc->vsc.full > b.full) in rv515_crtc_bandwidth_compute() 984 b.full = crtc->vsc.full; in rv515_crtc_bandwidth_compute()
|
| HD | evergreen.c | 831 fixed20_12 vsc; /* vertical scale ratio */ member 946 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in evergreen_average_bandwidth() 971 if ((wm->vsc.full > a.full) || in evergreen_latency_watermark() 972 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in evergreen_latency_watermark() 974 ((wm->vsc.full >= a.full) && wm->interlaced)) in evergreen_latency_watermark() 1032 if (wm->vsc.full > a.full) in evergreen_check_latency_hiding() 1080 wm.vsc = radeon_crtc->vsc; in evergreen_program_watermarks()
|
| HD | si.c | 541 fixed20_12 vsc; /* vertical scale ratio */ member 673 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in dce6_average_bandwidth() 699 if ((wm->vsc.full > a.full) || in dce6_latency_watermark() 700 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce6_latency_watermark() 702 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce6_latency_watermark() 769 if (wm->vsc.full > a.full) in dce6_check_latency_hiding() 816 wm.vsc = radeon_crtc->vsc; in dce6_program_watermarks()
|
| HD | radeon_mode.h | 315 fixed20_12 vsc; member
|
| HD | radeon_display.c | 1523 radeon_crtc->vsc.full = dfixed_div(a, b); in radeon_crtc_scaling_mode_fixup() 1528 radeon_crtc->vsc.full = dfixed_const(1); in radeon_crtc_scaling_mode_fixup()
|
| /NextBSD/sys/dev/hifn/ |
| HD | hifn7751.c | 790 hifn_rng(void *vsc) in hifn_rng() argument 793 struct hifn_softc *sc = vsc; in hifn_rng() 2125 hifn_tick(void* vsc) in hifn_tick() argument 2127 struct hifn_softc *sc = vsc; in hifn_tick()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zpool/ |
| HD | zpool_main.c | 1302 uint_t c, vsc, children; in print_status_config() local 1317 (uint64_t **)&vs, &vsc) == 0); in print_status_config() 1418 VDEV_STAT_VALID(vs_physical_ashift, vsc) && in print_status_config() 1603 uint_t vsc; in show_import() local 1617 (uint64_t **)&vs, &vsc) == 0); in show_import()
|
| /NextBSD/sys/dev/txp/ |
| HD | if_txp.c | 797 txp_intr(void *vsc) in txp_intr() argument 802 sc = vsc; in txp_intr() 1996 txp_tick(void *vsc) in txp_tick() argument 2004 sc = vsc; in txp_tick()
|
| /NextBSD/sys/dev/wl/ |
| HD | if_wl.c | 1468 wlwatchdog(void *vsc) in wlwatchdog() argument 1470 struct wl_softc *sc = vsc; in wlwatchdog()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | spa.c | 3182 uint_t vsc; in spa_add_spares() local 3212 (uint64_t **)&vs, &vsc) == 0); in spa_add_spares() 3232 uint_t vsc; in spa_add_l2cache() local 3268 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc) in spa_add_l2cache()
|
| /NextBSD/sys/dev/ubsec/ |
| HD | ubsec.c | 1774 ubsec_rng(void *vsc) in ubsec_rng() argument 1776 struct ubsec_softc *sc = vsc; in ubsec_rng()
|
| /NextBSD/contrib/ncurses/misc/ |
| HD | terminfo.src | 19655 vsc|Signetics Vsc Video driver by RMC, 21830 # versaterm, vi500, vsc, vt131, vt340, vt400 entries from UW.
|