Home
last modified time | relevance | path

Searched refs:vc (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/usr.sbin/bhyve/
H A Dvirtio.c76 vs->vs_vc = vc; in vi_softc_linkup()
584 vc = vs->vs_vc; in vi_pci_read()
600 max = vc->vc_cfgsize ? vc->vc_cfgsize : 0x100000000; in vi_pci_read()
705 vc = vs->vs_vc; in vi_pci_write()
719 max = vc->vc_cfgsize ? vc->vc_cfgsize : 0x100000000; in vi_pci_write()
821 vc = vs->vs_vc; in vi_pci_pause()
823 vc = vs->vs_vc; in vi_pci_pause()
837 vc = vs->vs_vc; in vi_pci_resume()
839 vc = vs->vs_vc; in vi_pci_resume()
886 vc = vs->vs_vc; in vi_pci_snapshot_queues()
[all …]
H A Dvirtio.h410 void vi_softc_linkup(struct virtio_softc *vs, struct virtio_consts *vc,
/freebsd/contrib/sqlite3/tea/win/
H A Drules.vc2 # rules.vc --
71 !if ![echo VCVER= ^\> vercl.vc] \
73 !include vercl.vc
539 !if [echo REM = This file is generated from rules.vc > versions.vc]
553 !if [echo PKG_HTTP_VER = \>> versions.vc] \
559 !if [echo PKG_MSGCAT_VER = \>> versions.vc] \
565 !if [echo PKG_SHELL_VER = \>> versions.vc] \
568 !if [echo PKG_DDE_VER = \>> versions.vc] \
571 !if [echo PKG_REG_VER =\>> versions.vc] \
576 !include versions.vc
[all …]
H A Dmakefile.vc163 !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 Dchannel.c1367 KASSERT(c != NULL && vc >= SND_VOL_C_MASTER && vc < SND_VOL_C_MAX && in chn_setvolume_matrix()
1368 (vc == SND_VOL_C_MASTER || (vc & 1)) && in chn_setvolume_matrix()
1388 for (vc = SND_VOL_C_BEGIN; vc <= SND_VOL_C_END; in chn_setvolume_matrix()
1392 } else if (vc & 1) { in chn_setvolume_matrix()
1410 KASSERT(c != NULL && vc >= SND_VOL_C_MASTER && vc < SND_VOL_C_MAX && in chn_getvolume_matrix()
1443 KASSERT(c != NULL && vc >= SND_VOL_C_MASTER && vc < SND_VOL_C_MAX && in chn_setmute_matrix()
1444 (vc == SND_VOL_C_MASTER || (vc & 1)) && in chn_setmute_matrix()
1460 for (vc = SND_VOL_C_BEGIN; vc <= SND_VOL_C_END; in chn_setmute_matrix()
1479 KASSERT(c != NULL && vc >= SND_VOL_C_MASTER && vc < SND_VOL_C_MAX && in chn_getmute_matrix()
1609 KASSERT(c != NULL && vc >= SND_VOL_C_BEGIN && vc <= SND_VOL_C_END, in chn_vpc_reset()
[all …]
H A Dchannel.h268 int chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right,
270 int chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val);
271 int chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt);
272 int chn_setmute_multi(struct pcm_channel *c, int vc, int mute);
273 int chn_setmute_matrix(struct pcm_channel *c, int vc, int vt, int mute);
274 int chn_getmute_matrix(struct pcm_channel *c, int vc, int vt);
275 void chn_vpc_reset(struct pcm_channel *c, int vc, int force);
/freebsd/sys/dev/sound/pci/
H A Dsolo.c762 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()
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()
838 if (sc->vc) { in ess_release_resources()
840 sc->vc = NULL; in ess_release_resources()
936 ddma = rman_get_start(sc->vc) | 1; in ess_resume()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c1668 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()
1689 vc->transmitted_ib_unicast.octets = in mlx5_get_vport_counters()
1692 vc->received_ib_multicast.packets = in mlx5_get_vport_counters()
1695 vc->received_ib_multicast.octets = in mlx5_get_vport_counters()
1716 vc->received_eth_unicast.octets = in mlx5_get_vport_counters()
[all …]
/freebsd/usr.bin/pr/
H A Dpr.c329 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/openzfs/cmd/zpool/zpool.d/
H A DREADME6 zpool iostat -vc script1,script2, ...
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c666 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/crypto/openssl/test/certs/
H A Dserver-pss-restrict-key.pem13 8NuNVa6E/KewkKHRAZqBTJolCVyPtWmvfaDwdJtunCvyR1w3Rv1adZLK4YRFz+vc
/freebsd/contrib/sqlite3/
H A DMakefile.msc1046 !IF ![echo !IFNDEF VERSION > rcver.vc] && \
1047 …ystem32\find.exe" "$(_HASHCHAR)define SQLITE_VERSION "') do (echo VERSION = ^^%V >> rcver.vc)] && \
1048 ![echo !ENDIF >> rcver.vc]
1049 !INCLUDE rcver.vc
/freebsd/usr.bin/gzip/
H A Dgzexe129 if header "$1" > "$tmp" && gzip -vc "$1" >> "$tmp"; then
/freebsd/share/timedef/
H A Dcs_CZ.ISO8859-2.src13vc
H A Dcs_CZ.UTF-8.src13 čvc
/freebsd/tools/test/stress2/misc/
H A Dldt2.sh91 mplayer -vc rv40win -geometry $pos:$pos /root/samples/Real_Media.rm < \
/freebsd/contrib/sqlite3/tea/
H A DREADME35 VC++ makefile are written in the first part of the Makefile.vc
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrFormats.td209 bits<1> vc = 0;
221 let Inst{54} = vc;
H A DVEInstrVec.td157 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>;
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>;
368 let vc = 1, vx = 0 in defm PFCHV : PFCHVm<"pfchv", 0x80>;
[all …]
/freebsd/lib/libc/arm/aeabi/
H A Daeabi_vfp_float.S118 ite vc
H A Daeabi_vfp_double.S127 ite vc
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrControl.td116 "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/sys/dev/mlx5/
H A Dvport.h156 struct mlx5_vport_counters *vc);
/freebsd/sys/sys/
H A Dmount.h742 #define VCTLTOREQ(vc, req) \ argument
744 (req)->newptr = (vc)->vc_ptr; \
745 (req)->newlen = (vc)->vc_len; \

12