Home
last modified time | relevance | path

Searched full:vc (Results 1 – 25 of 267) sorted by relevance

1234567891011

/freebsd-src/crypto/openssl/Configurations/
H A D50-win-onecore.conf34 "VC-WIN32-ONECORE" => {
35 inherit_from => [ "VC-WIN32" ],
44 "VC-WIN64A-ONECORE" => {
45 inherit_from => [ "VC-WIN64A" ],
54 # to locate vcvarsall.bat and act accordingly. VC-WIN32-ARM has
56 # but not VC-WIN64-ARM, no hardware... In other words they are not
67 "VC-WIN32-ARM" => {
68 inherit_from => [ "VC-noCE-common" ],
76 "VC-WIN64-ARM" => {
77 inherit_from => [ "VC-noCE-common" ],
[all …]
H A D50-masm.conf11 "VC-WIN64A-masm" => {
12 inherit_from => [ "VC-WIN64-common" ],
/freebsd-src/usr.sbin/bhyve/
H A Dvirtio.c68 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()
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 in vi_pci_read()
563 struct virtio_consts *vc; vi_pci_read() local
684 struct virtio_consts *vc; vi_pci_write() local
818 struct virtio_consts *vc; vi_pci_pause() local
834 struct virtio_consts *vc; vi_pci_resume() local
863 vi_pci_snapshot_consts(struct virtio_consts * vc,struct vm_snapshot_meta * meta) vi_pci_snapshot_consts() argument
880 struct virtio_consts *vc; vi_pci_snapshot_queues() local
932 struct virtio_consts *vc; vi_pci_snapshot() local
[all...]
/freebsd-src/contrib/sqlite3/tea/win/
H A Drules.vc2 # 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 Dmakefile.vc1 # makefile.vc -- -*- Makefile -*-
3 # Microsoft Visual C++ makefile for use with nmake.exe v1.62+ (VC++ 5.0+)
5 # This makefile is based upon the Tcl 8.4 Makefile.vc and modified to
21 # RCS: @(#)$Id: makefile.vc,v 1.4 2004/07/26 08:22:05 patthoyts Exp $
39 # You'll need to run vcvars32.bat contained in the MsDev's vc(98)/bin
114 # nmake [-nologo] -f makefile.vc [target|macrodef [target|macrodef] [...]]
119 # c:\tcl_src\win\>nmake -f makefile.vc all
120 # c:\tcl_src\win\>nmake -f makefile.vc install INSTALLDIR=c:\progra~1\tcl
127 # c:\tcl_src\win\>nmake -f makefile.vc MACHINE=IA64
134 !if !exist("makefile.vc")
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.h1 //===----- COFFVCRuntimeSupport.h -- VC runtime support in ORC --*- C++ -*-===//
9 // Utilities for loading and initializaing vc runtime in Orc.
30 /// Bootstraps the vc runtime within jitdylibs.
35 /// contains all vc runtime library files such as ucrt.lib and msvcrt.lib. If
40 /// file must be used. In general, if vc runtime was statically linked to the
43 /// libvcruntimelib. If vc runtime was dynamically linked LoadDynamicVCRuntime
58 /// printf) within the jit session. Note that proper initialization of vc
/freebsd-src/contrib/sqlite3/tea/
H A DREADME30 If you have VC++ then you may wish to use the files in the win
31 subdirectory and build the extension using just VC++. These files have
35 VC++ makefile are written in the first part of the Makefile.vc
/freebsd-src/sys/dev/sound/pcm/
H A Dchannel.c1397 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, in chn_kill()
1406 ret |= chn_setvolume_matrix(c, vc, i, left); in chn_kill()
1408 ret |= chn_setvolume_matrix(c, vc, i, right) << 8; in chn_kill()
1410 ret |= chn_setvolume_matrix(c, vc, i, center) << 16; in chn_kill()
1417 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) in chn_kill()
1421 KASSERT(c != NULL && vc >= SND_VOL_C_MASTER && vc < SND_VOL_C_MAX &&
1422 (vc == SND_VOL_C_MASTER || (vc & 1)) && in chn_shutdown()
1426 ("%s(): invalid volume matrix c=%p vc in chn_shutdown()
1459 chn_setvolume_multi(struct pcm_channel * c,int vc,int left,int right,int center) chn_setvolume_multi() argument
1479 chn_setvolume_matrix(struct pcm_channel * c,int vc,int vt,int val) chn_setvolume_matrix() argument
1524 chn_getvolume_matrix(struct pcm_channel * c,int vc,int vt) chn_getvolume_matrix() argument
1537 chn_setmute_multi(struct pcm_channel * c,int vc,int mute) chn_setmute_multi() argument
1555 chn_setmute_matrix(struct pcm_channel * c,int vc,int vt,int mute) chn_setmute_matrix() argument
1593 chn_getmute_matrix(struct pcm_channel * c,int vc,int vt) chn_getmute_matrix() argument
1721 chn_vpc_reset(struct pcm_channel * c,int vc,int force) chn_vpc_reset() argument
[all...]
H A Dchannel.h266 int chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right,
268 int chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val);
269 int chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt);
270 int chn_setmute_multi(struct pcm_channel *c, int vc, int mute);
271 int chn_setmute_matrix(struct pcm_channel *c, int vc, int vt, int mute);
272 int chn_getmute_matrix(struct pcm_channel *c, int vc, int vt);
273 void chn_vpc_reset(struct pcm_channel *c, int vc, int force);
/freebsd-src/share/man/man4/
H A Dpim.4111 struct vifctl vc;
112 memset(&vc, 0, sizeof(vc));
116 vc.vifc_flags |= VIFF_REGISTER;
117 setsockopt(mrouter_s4, IPPROTO_IP, MRT_ADD_VIF, (void *)&vc,
118 sizeof(vc));
/freebsd-src/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c1654 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-src/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h38 VC, // No overflow Not unordered enumerator
57 case VS: return VC; in getOppositeCondition()
58 case VC: return VS; in getOppositeCondition()
155 case ARMCC::VC: return "vc"; in ARMCondCodeToString()
178 .Case("vc", ARMCC::VC) in ARMCondCodeFromString()
/freebsd-src/sys/arm/broadcom/bcm2835/
H A Dvc_vchi_audioserv_defs.h42 * All message types supported for HOST->VC direction
121 /* Generic result for a request (VC->HOST) */
128 /* Generic result for a request (VC->HOST) */
136 /* Message header for all messages in HOST->VC direction */
/freebsd-src/sys/dev/sound/pci/
H A Dsolo.c90 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, in ess_dmatrigger()
[all...]
/freebsd-src/crypto/openssl/
H A DNOTES-WINDOWS.md31 The native builds using Visual C++ have a `VC-*` prefix.
76 - `perl Configure VC-WIN32` if you want 32-bit OpenSSL or
77 - `perl Configure VC-WIN64A` if you want 64-bit OpenSSL or
78 - `perl Configure VC-WIN64-ARM` if you want Windows on Arm (win-arm64)
97 For VC-WIN32, the following defaults are use:
102 For VC-WIN64, the following defaults are use:
120 Special notes for Universal Windows Platform builds, aka `VC-*-UWP`
/freebsd-src/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp283 // x86 is default in legacy VC toolchains. in archToLegacyVCArch()
491 sys::path::append(ToolsPath, "VC", "Tools", "MSVC"); in findVCToolChainViaCommandLine()
525 // In older Visual Studios, the VC directory is the toolchain. in findVCToolChainViaEnvironment()
531 // We couldn't find any VC environment variables. Let's walk through PATH and in findVCToolChainViaEnvironment()
532 // see if it leads us to a VC toolchain bin directory. If it does, pick the in findVCToolChainViaEnvironment()
543 // If cl.exe doesn't exist, then this definitely isn't a VC toolchain. in findVCToolChainViaEnvironment()
549 // cl.exe existing isn't a conclusive test for a VC toolchain; clang also in findVCToolChainViaEnvironment()
556 // whatever/VC/bin --> old toolchain, VC dir is toolchain dir. in findVCToolChainViaEnvironment()
567 if (ParentFilename.equals_insensitive("VC")) { in findVCToolChainViaEnvironment()
[all...]
/freebsd-src/contrib/tcpdump/
H A Dprint-ldp.c174 /* From RFC 4906; should probably be updated to RFC 4447 (e.g., VC -> PW) */
181 { LDP_FEC_MARTINI_VC, "Martini VC" },
395 * According to RFC 4908, the VC info Length field can be zero, in ldp_tlv_print()
397 * there's no VC ID. in ldp_tlv_print()
400 ND_PRINT(": %s, %scontrol word, group-ID %u, VC-info-length: %u", in ldp_tlv_print()
408 /* Make sure we have the VC ID as well */ in ldp_tlv_print()
410 ND_PRINT(": %s, %scontrol word, group-ID %u, VC-ID %u, VC-info-length: %u", in ldp_tlv_print()
417 /* minimum 4, for the VC ID */ in ldp_tlv_print()
421 vc_info_len -= 4; /* subtract out the VC I in ldp_tlv_print()
[all...]
H A Dgmpls.c93 { 19, "VC-11 in VC-12"},
153 { 5, "VC-3"},
154 { 6, "VC-4"},
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def
/freebsd-src/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCPaths.h36 // Windows SDKs and VC Toolchains group their contents into subdirectories based
53 // VS2017 changed the VC toolchain layout, so this should be used instead
93 // and find its default VC toolchain. If `VCToolsVersion` is specified, that
/freebsd-src/contrib/libfido2/windows/
H A Drelease.ps154 Copy-Item "${SRC}\${LIBCBOR}\src\cbor.dir\${Config}\vc${SDK}.pdb" ` in Package-PDBs()
56 Copy-Item "${SRC}\${ZLIB}\zlib.dir\${Config}\vc${SDK}.pdb" ` in Package-PDBs()
58 Copy-Item "${SRC}\src\fido2_shared.dir\${Config}\vc${SDK}.pdb" ` in Package-PDBs()
/freebsd-src/sys/netsmb/
H A Dsmb_conn.h67 * VC flags
214 * user name has its own VC.
237 int vc_maxvcs; /* maximum number of VC per connection */
247 int vc_number; /* number of this VC from the client side */
252 u_short vc_smbuid; /* unique vc id assigned by server */
281 * Connection to share is always built on top of the VC.
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp1 //===------- COFFVCRuntimeSupport.cpp - VC runtime support in ORC ---------===//
76 dbgs() << "Using VC toolchain pathes\n"; in loadVCRuntime()
77 dbgs() << " VC toolchain path: " << Path.VCToolchainLib << "\n"; in loadVCRuntime()
/freebsd-src/crypto/openssl/util/
H A Dadd-depends.pl202 'VC' =>
233 # VC gives us absolute paths for all include files, so to
266 # logic here is otherwise the same as the 'VC' scheme.
284 # or $abs_blddir, just as the 'VC' scheme.
312 'VC' => "\\",
/freebsd-src/contrib/file/magic/Magdir/
H A Dgames441 # GTA 3D-Era (III/VC/SA/LCS/VCS) - used by the RenderWare engine by Criterion Games
457 8 ulelong 0x0c02ffff RenderWare data, v3.3.0.2, used in GTA III PC and GTA VC PS2,
463 8 ulelong 0x1003ffff RenderWare data, v3.4.0.3, used in GTA VC PC,
466 8 ulelong 0x1005ffff RenderWare data, v3.4.0.5, used in GTA III/VC on Android,
469 8 ulelong 0x1400ffff RenderWare data, v3.5.0.0, used in GTA III/VC on Xbox,
477 >3 string L version 1, used in GTA III/VC/SA
484 0 string/c #\ ipl\ generated\ from\ max\ file GTA Item Placement data (IPL), used in GTA III/VC
489 >3 string K version 1, used in GTA III/VC
497 0 string TABL GTA in-game text (GXT), version 3, used in GTA VC/LS/VCS
501 0 string \x02\x00\x01 GTA script (SCM), used in GTA III/VC/S
[all...]

1234567891011