/freebsd/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,
|
/freebsd/contrib/sqlite3/tea/win/ |
H A D | rules.vc | 2 # rules.vc -- 71 !if ![echo VCVER= ^\> vercl.vc] \ 72 && ![set /a $(VCVERSION) / 100 - 6 >> vercl.vc] 73 !include vercl.vc 76 !if ![del $(ERRNUL) /q/f vercl.x vercl.i vercl.vc] 539 !if [echo REM = This file is generated from rules.vc > versions.vc] 541 !if [echo TCL_MAJOR_VERSION = \>> versions.vc] \ 542 && [nmakehlp -V "$(_TCL_H)" TCL_MAJOR_VERSION >> versions.vc] 544 !if [echo TCL_MINOR_VERSION = \>> versions.vc] \ 545 && [nmakehlp -V "$(_TCL_H)" TCL_MINOR_VERSION >> versions.vc] [all …]
|
H A D | makefile.vc | 163 !if [echo REM = This file is generated from Makefile.vc > versions.vc] 166 !if [echo DOTVERSION = \>> versions.vc] \ 167 && [nmakehlp -V ..\configure.ac AC_INIT >> versions.vc] 423 @if exist $(WINDIR)\version.vc del $(WINDIR)\version.vc
|
/freebsd/sys/dev/sound/pcm/ |
H A D | channel.c | 1393 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, in chn_setvolume_multi() argument 1402 ret |= chn_setvolume_matrix(c, vc, i, left); in chn_setvolume_multi() 1404 ret |= chn_setvolume_matrix(c, vc, i, right) << 8; in chn_setvolume_multi() 1406 ret |= chn_setvolume_matrix(c, vc, i, center) << 16; in chn_setvolume_multi() 1413 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) in chn_setvolume_matrix() argument 1417 KASSERT(c != NULL && vc >= SND_VOL_C_MASTER && vc < SND_VOL_C_MAX && in chn_setvolume_matrix() 1418 (vc == SND_VOL_C_MASTER || (vc & 1)) && in chn_setvolume_matrix() 1423 __func__, c, vc, vt, val)); in chn_setvolume_matrix() 1431 c->volume[vc][vt] = val; in chn_setvolume_matrix() 1437 if (vc == SND_VOL_C_MASTER) { in chn_setvolume_matrix() [all …]
|
H A D | channel.h | 273 int chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, 275 int chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val); 276 int chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt); 277 int chn_setmute_multi(struct pcm_channel *c, int vc, int mute); 278 int chn_setmute_matrix(struct pcm_channel *c, int vc, int vt, int mute); 279 int chn_getmute_matrix(struct pcm_channel *c, int vc, int vt); 280 void chn_vpc_reset(struct pcm_channel *c, int vc, int force);
|
/freebsd/sys/dev/sound/pci/ |
H A D | solo.c | 90 struct resource *io, *sb, *vc, *mpu, *gp; /* I/O address for the board */ member 761 port_wr(sc->vc, 0x8, 0xc4, 1); /* command */ in ess_dmasetup() 762 port_wr(sc->vc, 0xd, 0xff, 1); /* reset */ in ess_dmasetup() 763 port_wr(sc->vc, 0xf, 0x01, 1); /* mask */ in ess_dmasetup() 764 port_wr(sc->vc, 0xb, dir == PCMDIR_PLAY? 0x58 : 0x54, 1); /* mode */ in ess_dmasetup() 765 port_wr(sc->vc, 0x0, base, 4); in ess_dmasetup() 766 port_wr(sc->vc, 0x4, cnt - 1, 2); in ess_dmasetup() 797 i = port_rd(sc->vc, 0x4, 2) + 1; in ess_dmapos() 798 p = port_rd(sc->vc, 0x4, 2) + 1; in ess_dmapos() 812 port_wr(sc->vc, 0xf, go? 0x00 : 0x01, 1); /* mask */ in ess_dmatrigger() [all …]
|
/freebsd/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 …]
|
/freebsd/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()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | main.c | 666 struct mt7915_vif_cap *vc = &mvif->cap; in mt7915_vif_check_caps() local 668 vc->ht_ldpc = vif->bss_conf.ht_ldpc; in mt7915_vif_check_caps() 669 vc->vht_ldpc = vif->bss_conf.vht_ldpc; in mt7915_vif_check_caps() 670 vc->vht_su_ebfer = vif->bss_conf.vht_su_beamformer; in mt7915_vif_check_caps() 671 vc->vht_su_ebfee = vif->bss_conf.vht_su_beamformee; in mt7915_vif_check_caps() 672 vc->vht_mu_ebfer = vif->bss_conf.vht_mu_beamformer; in mt7915_vif_check_caps() 673 vc->vht_mu_ebfee = vif->bss_conf.vht_mu_beamformee; in mt7915_vif_check_caps() 674 vc->he_ldpc = vif->bss_conf.he_ldpc; in mt7915_vif_check_caps() 675 vc->he_su_ebfer = vif->bss_conf.he_su_beamformer; in mt7915_vif_check_caps() 676 vc->he_su_ebfee = vif->bss_conf.he_su_beamformee; in mt7915_vif_check_caps() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zpool/zpool.d/ |
H A D | README | 6 zpool iostat -vc script1,script2, ...
|
/freebsd/crypto/openssl/test/certs/ |
H A D | server-pss-restrict-key.pem | 13 8NuNVa6E/KewkKHRAZqBTJolCVyPtWmvfaDwdJtunCvyR1w3Rv1adZLK4YRFz+vc
|
/freebsd/usr.bin/gzip/ |
H A D | gzexe | 129 if header "$1" > "$tmp" && gzip -vc "$1" >> "$tmp"; then
|
/freebsd/share/timedef/ |
H A D | cs_CZ.ISO8859-2.src | 13 �vc
|
H A D | cs_CZ.UTF-8.src | 13 čvc
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm2711-rpi.dtsi | 28 pinctrl-names = "i2c0", "i2c0-vc";
|
/freebsd/contrib/sqlite3/tea/ |
H A D | README | 35 VC++ makefile are written in the first part of the Makefile.vc
|
/freebsd/tools/test/stress2/misc/ |
H A D | ldt2.sh | 91 mplayer -vc rv40win -geometry $pos:$pos /root/samples/Real_Media.rm < \
|
/freebsd/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 …]
|
/freebsd/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 {
|
/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_vfp_float.S | 118 ite vc
|
H A D | aeabi_vfp_double.S | 127 ite vc
|
/freebsd/sys/sys/ |
H A D | mount.h | 744 #define VCTLTOREQ(vc, req) \ argument 746 (req)->newptr = (vc)->vc_ptr; \ 747 (req)->newlen = (vc)->vc_len; \
|
/freebsd/sys/dev/mlx5/ |
H A D | vport.h | 156 struct mlx5_vport_counters *vc);
|