| /src/usr.sbin/bhyve/ |
| H A D | virtio.c | 68 vi_softc_linkup(struct virtio_softc *vs, struct virtio_consts *vc, in vi_softc_linkup() argument 76 vs->vs_vc = vc; in vi_softc_linkup() 81 for (i = 0; i < vc->vc_nvq; i++) { in vi_softc_linkup() 568 struct virtio_consts *vc; in vi_pci_read() local 589 vc = vs->vs_vc; in vi_pci_read() 590 name = vc->vc_name; in vi_pci_read() 605 max = vc->vc_cfgsize ? vc->vc_cfgsize : 0x100000000; in vi_pci_read() 608 if (vc->vc_cfgread != NULL) in vi_pci_read() 609 error = (*vc->vc_cfgread)(DEV_SOFTC(vs), newoff, size, &value); in vi_pci_read() 634 value = vc->vc_hv_caps; in vi_pci_read() [all …]
|
| H A D | virtio.h | 410 void vi_softc_linkup(struct virtio_softc *vs, struct virtio_consts *vc,
|
| /src/sys/dev/sound/pcm/ |
| H A D | channel.c | 1376 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, in chn_setvolume_multi() argument 1385 ret |= chn_setvolume_matrix(c, vc, i, left); in chn_setvolume_multi() 1387 ret |= chn_setvolume_matrix(c, vc, i, right) << 8; in chn_setvolume_multi() 1389 ret |= chn_setvolume_matrix(c, vc, i, center) << 16; in chn_setvolume_multi() 1396 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) in chn_setvolume_matrix() argument 1400 KASSERT(c != NULL && vc >= SND_VOL_C_MASTER && vc < SND_VOL_C_MAX && in chn_setvolume_matrix() 1401 (vc == SND_VOL_C_MASTER || (vc & 1)) && in chn_setvolume_matrix() 1406 __func__, c, vc, vt, val)); in chn_setvolume_matrix() 1414 c->volume[vc][vt] = val; in chn_setvolume_matrix() 1420 if (vc == SND_VOL_C_MASTER) { in chn_setvolume_matrix() [all …]
|
| H A D | channel.h | 274 int chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, 276 int chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val); 277 int chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt); 278 int chn_setmute_multi(struct pcm_channel *c, int vc, int mute); 279 int chn_setmute_matrix(struct pcm_channel *c, int vc, int vt, int mute); 280 int chn_getmute_matrix(struct pcm_channel *c, int vc, int vt); 281 void chn_vpc_reset(struct pcm_channel *c, int vc, int force);
|
| /src/sys/dev/sound/pci/ |
| H A D | solo.c | 90 struct resource *io, *sb, *vc, *mpu, *gp; /* I/O address for the board */ member 762 port_wr(sc->vc, 0x8, 0xc4, 1); /* command */ in ess_dmasetup() 763 port_wr(sc->vc, 0xd, 0xff, 1); /* reset */ in ess_dmasetup() 764 port_wr(sc->vc, 0xf, 0x01, 1); /* mask */ in ess_dmasetup() 765 port_wr(sc->vc, 0xb, dir == PCMDIR_PLAY? 0x58 : 0x54, 1); /* mode */ in ess_dmasetup() 766 port_wr(sc->vc, 0x0, base, 4); in ess_dmasetup() 767 port_wr(sc->vc, 0x4, cnt - 1, 2); in ess_dmasetup() 798 i = port_rd(sc->vc, 0x4, 2) + 1; in ess_dmapos() 799 p = port_rd(sc->vc, 0x4, 2) + 1; in ess_dmapos() 813 port_wr(sc->vc, 0xf, go? 0x00 : 0x01, 1); /* mask */ in ess_dmatrigger() [all …]
|
| /src/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_vport.c | 1654 struct mlx5_vport_counters *vc) in mlx5_get_vport_counters() argument 1668 vc->received_errors.packets = in mlx5_get_vport_counters() 1671 vc->received_errors.octets = in mlx5_get_vport_counters() 1674 vc->transmit_errors.packets = in mlx5_get_vport_counters() 1677 vc->transmit_errors.octets = in mlx5_get_vport_counters() 1680 vc->received_ib_unicast.packets = in mlx5_get_vport_counters() 1683 vc->received_ib_unicast.octets = in mlx5_get_vport_counters() 1686 vc->transmitted_ib_unicast.packets = in mlx5_get_vport_counters() 1689 vc->transmitted_ib_unicast.octets = in mlx5_get_vport_counters() 1692 vc->received_ib_multicast.packets = in mlx5_get_vport_counters() [all …]
|
| /src/usr.bin/pr/ |
| H A D | pr.c | 329 struct vcol *vc = NULL; in vertcol() local 368 if ((vc = in vertcol() 460 vc[cvc].pt = ptbf; in vertcol() 475 vc[cvc++].cnt = cnt; in vertcol() 549 cnt = vc[tvc].cnt; in vertcol() 556 cnt = vc[tvc].cnt + 1; in vertcol() 561 if (otln(vc[tvc].pt, cnt, &ips, in vertcol() 633 free(vc); in vertcol()
|
| /src/sys/contrib/openzfs/cmd/zpool/zpool.d/ |
| H A D | README | 6 zpool iostat -vc script1,script2, ...
|
| /src/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | main.c | 682 struct mt7915_vif_cap *vc = &mvif->cap; in mt7915_vif_check_caps() local 684 vc->ht_ldpc = vif->bss_conf.ht_ldpc; in mt7915_vif_check_caps() 685 vc->vht_ldpc = vif->bss_conf.vht_ldpc; in mt7915_vif_check_caps() 686 vc->vht_su_ebfer = vif->bss_conf.vht_su_beamformer; in mt7915_vif_check_caps() 687 vc->vht_su_ebfee = vif->bss_conf.vht_su_beamformee; in mt7915_vif_check_caps() 688 vc->vht_mu_ebfer = vif->bss_conf.vht_mu_beamformer; in mt7915_vif_check_caps() 689 vc->vht_mu_ebfee = vif->bss_conf.vht_mu_beamformee; in mt7915_vif_check_caps() 690 vc->he_ldpc = vif->bss_conf.he_ldpc; in mt7915_vif_check_caps() 691 vc->he_su_ebfer = vif->bss_conf.he_su_beamformer; in mt7915_vif_check_caps() 692 vc->he_su_ebfee = vif->bss_conf.he_su_beamformee; in mt7915_vif_check_caps() [all …]
|
| /src/crypto/openssl/test/certs/ |
| H A D | server-pss-restrict-key.pem | 13 8NuNVa6E/KewkKHRAZqBTJolCVyPtWmvfaDwdJtunCvyR1w3Rv1adZLK4YRFz+vc
|
| /src/contrib/sqlite3/ |
| H A D | Makefile.msc | 1078 !IF ![echo !IFNDEF VERSION > rcver.vc] && \ 1079 …ystem32\find.exe" "$(_HASHCHAR)define SQLITE_VERSION "') do (echo VERSION = ^^%V >> rcver.vc)] && \ 1080 ![echo !ENDIF >> rcver.vc] 1081 !INCLUDE rcver.vc
|
| /src/usr.bin/gzip/ |
| H A D | gzexe | 129 if header "$1" > "$tmp" && gzip -vc "$1" >> "$tmp"; then
|
| /src/share/timedef/ |
| H A D | cs_CZ.ISO8859-2.src | 13 �vc
|
| H A D | cs_CZ.UTF-8.src | 13 čvc
|
| /src/sys/contrib/device-tree/src/arm/broadcom/ |
| H A D | bcm2711-rpi.dtsi | 27 pinctrl-names = "i2c0", "i2c0-vc";
|
| /src/tools/test/stress2/misc/ |
| H A D | ldt2.sh | 91 mplayer -vc rv40win -geometry $pos:$pos /root/samples/Real_Media.rm < \
|
| /src/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrFormats.td | 209 bits<1> vc = 0; 221 let Inst{54} = vc;
|
| H A D | VEInstrVec.td | 157 let vc = 1 in defm "" : VLDtgm<opcStr, opc, RC>; 158 let vc = 0 in defm NC : VLDtgm<opcStr#".nc", opc, RC>; 208 let vc = 1, cx = 0 in defm "" : VSTtgm<opcStr, opc, RC>; 209 let vc = 0, cx = 0 in defm NC : VSTtgm<opcStr#".nc", opc, RC>; 210 let vc = 1, cx = 1 in defm OT : VSTtgm<opcStr#".ot", opc, RC>; 211 let vc = 0, cx = 1 in defm NCOT : VSTtgm<opcStr#".nc.ot", opc, RC>; 280 let vc = 1 in defm "" : VGTtgm<opcStr, opc, RC>; 281 let vc = 0 in defm NC : VGTtgm<opcStr#".nc", opc, RC>; 332 let vc = 1, cx = 0 in defm "" : VSCtgm<opcStr, opc, RC>; 333 let vc = 0, cx = 0 in defm NC : VSCtgm<opcStr#".nc", opc, RC>; [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrControl.td | 116 "cs", "pl", "gt", "t", "hi", "vc", "le", "vs"] in { 185 "cs", "pl", "gt", "hi", "vc", "le", "vs"] in { 196 "cs", "pl", "gt", "hi", "vc", "le", "vs"] in {
|
| /src/lib/libc/arm/aeabi/ |
| H A D | aeabi_vfp_float.S | 118 ite vc
|
| H A D | aeabi_vfp_double.S | 127 ite vc
|
| /src/sys/dev/mlx5/ |
| H A D | vport.h | 156 struct mlx5_vport_counters *vc);
|
| /src/sys/sys/ |
| H A D | mount.h | 751 #define VCTLTOREQ(vc, req) \ argument 753 (req)->newptr = (vc)->vc_ptr; \ 754 (req)->newlen = (vc)->vc_len; \
|
| /src/bin/sh/ |
| H A D | parser.c | 1239 int c, vc, i, n; in readcstyleesc() local 1355 vc = (char)v; in readcstyleesc() 1360 if (vc == '\0') { in readcstyleesc() 1377 if (SQSYNTAX[vc] == CCTL) in readcstyleesc() 1379 USTPUTC(vc, out); in readcstyleesc()
|
| /src/contrib/bearssl/src/ |
| H A D | inner.h | 2413 #define vperm(vt, va, vb, vc) vperm_(vt, va, vb, vc) argument 2450 #define vperm_(vt, va, vb, vc) "\tvperm\t" #vt "," #va "," #vb "," #vc "\n" argument
|