Searched refs:vt (Results 1 - 25 of 75) sorted by relevance

123

/freebsd-current/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c44 rtstr(struct puffs_usermount *pu, const char *str, enum vtype vt) argument
54 dtfs_baseattrs(va, vt, 2);
60 puffs_setrootinfo(pu, vt, 0, 0);
66 rtdev(struct puffs_usermount *pu, const char *str, enum vtype vt) argument
75 dtfs_baseattrs(va, vt, 2);
79 if (vt == VBLK)
84 puffs_setrootinfo(pu, vt, 0, va->va_rdev);
90 rtnorm(struct puffs_usermount *pu, const char *str, enum vtype vt) argument
95 dtfs_baseattrs(va, vt, 2);
96 if (vt
108 enum vtype vt; member in struct:rtype
[all...]
/freebsd-current/sys/dev/vt/font/
H A Dvt_mouse_cursor.c32 #include <dev/vt/vt.h>
/freebsd-current/sys/dev/vt/
H A Dvt_consolectl.c36 #include <dev/vt/vt.h>
/freebsd-current/contrib/wpa/src/drivers/
H A Dndis_events.c243 VARIANT vt; local
254 0, &vt, NULL, NULL);
262 SafeArrayGetLBound(V_ARRAY(&vt), 1, &lower);
263 SafeArrayGetUBound(V_ARRAY(&vt), 1, &upper);
269 VariantClear(&vt);
275 SafeArrayGetElement(V_ARRAY(&vt), &k, &ch);
280 VariantClear(&vt);
320 VARIANT vtClass, vt; local
331 hr = IWbemClassObject_Get(pObj, L"InstanceName", 0, &vt, NULL,
348 if (wcscmp(events->adapter_desc, vt
493 VARIANT vt; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DStmtIterator.cpp26 while (const ArrayType *vt = dyn_cast<ArrayType>(t)) {
27 if (const VariableArrayType *vat = dyn_cast<VariableArrayType>(vt))
31 t = vt->getElementType().getTypePtr();
/freebsd-current/share/vt/fonts/
H A DMakefile2 PACKAGE= vt-data
29 FILESDIR= ${SHAREDIR}/vt/fonts
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumDebugStreams.cpp29 VarIndex.vt = VT_I4;
H A DDIAEnumTables.cpp27 Var.vt = VT_UINT;
/freebsd-current/sys/dev/vt/hw/efifb/
H A Defifb.c44 #include <dev/vt/vt.h>
45 #include <dev/vt/hw/fb/vt_fb.h>
46 #include <dev/vt/colors/vt_termcolors.h>
/freebsd-current/sys/dev/vt/hw/vbefb/
H A Dvbefb.c44 #include <dev/vt/vt.h>
45 #include <dev/vt/hw/fb/vt_fb.h>
46 #include <dev/vt/colors/vt_termcolors.h>
/freebsd-current/sys/dev/vt/hw/simplefb/
H A Dsimplefb.c40 #include <dev/vt/vt.h>
41 #include <dev/vt/hw/fb/vt_fb.h>
42 #include <dev/vt/colors/vt_termcolors.h>
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h212 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used, argument
215 VT = vt.getSimpleVT();
250 OutputArg(ArgFlagsTy flags, MVT vt, EVT argvt, bool isfixed, argument
254 VT = vt;
/freebsd-current/contrib/bearssl/src/
H A Dinner.h2402 #define vsldoi(vt, va, vb, sh) vsldoi_(vt, va, vb, sh)
2409 #define vcipher(vt, va, vb) vcipher_(vt, va, vb)
2410 #define vcipherlast(vt, va, vb) vcipherlast_(vt, va, vb)
2411 #define vncipher(vt, va, vb) vncipher_(vt, va, vb)
2412 #define vncipherlast(vt, va, vb) vncipherlast_(vt, v
[all...]
/freebsd-current/sys/teken/
H A Dteken_subr_compat.h97 teken_subr_cons25_switch_virtual_terminal(const teken_t *t, unsigned int vt) argument
100 teken_funcs_param(t, TP_SWITCHVT, vt);
/freebsd-current/contrib/netbsd-tests/bin/cat/
H A Dt_cat.sh106 "using options '-vt'"
111 cat -vt $(atf_get_srcdir)/d_vt_output.in
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlparser.h46 lu_byte vt; /* whether 't' is register (VLOCAL) or upvalue (VUPVAL) */ member in struct:expdesc::__anon110::__anon111
/freebsd-current/sys/powerpc/ps3/
H A Dps3_syscons.c44 #include <dev/vt/vt.h>
45 #include <dev/vt/hw/fb/vt_fb.h>
46 #include <dev/vt/colors/vt_termcolors.h>
/freebsd-current/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c46 #include <dev/vt/vt.h>
47 #include <dev/vt/hw/fb/vt_fb.h>
48 #include <dev/vt/colors/vt_termcolors.h>
/freebsd-current/share/
H A DMakefile84 _vt= vt
/freebsd-current/sys/dev/sound/pcm/
H A Dchannel.c1479 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) argument
1485 (vt == SND_CHN_T_VOL_0DB || (vt >= SND_CHN_T_BEGIN &&
1486 vt <= SND_CHN_T_END)) && (vt != SND_CHN_T_VOL_0DB ||
1488 ("%s(): invalid volume matrix c=%p vc=%d vt=%d val=%d",
1489 __func__, c, vc, vt, val));
1497 c->volume[vc][vt] = val;
1506 c->volume[SND_VOL_C_VAL(vc)][vt] =
1507 SND_VOL_CALC_VAL(c->volume, vc, vt);
1524 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) argument
1555 chn_setmute_matrix(struct pcm_channel *c, int vc, int vt, int mute) argument
1593 chn_getmute_matrix(struct pcm_channel *c, int vc, int vt) argument
[all...]
/freebsd-current/share/vt/keymaps/
H A DMakefile2 PACKAGE= vt-data
93 FILESDIR= ${SHAREDIR}/vt/keymaps
/freebsd-current/tools/tools/vop_table/
H A Dvop_table.pl19 $infile = "/tmp/vt.$$";
40 foreach $vt (@vop_tdefs) {
41 if ($vt =~ m/typedef\s+(\S+)\s+vop_(\S+)_t\(/) {
/freebsd-current/contrib/sendmail/libsmutil/
H A Dt-maplock-0.sh29 V=vt
/freebsd-current/targets/pseudo/userland/share/
H A DMakefile.depend88 share/vt/fonts \
89 share/vt/keymaps \
/freebsd-current/sys/dev/fb/
H A Dfbd.c48 #include <dev/vt/vt.h>
49 #include <dev/vt/hw/fb/vt_fb.h>

Completed in 354 milliseconds

123