/freebsd/sys/powerpc/pseries/ |
H A D | phyp_dbg.c | 59 phandle_t vty; in uart_phyp_dbg_probe() local 64 if ((vty = OF_finddevice(buf)) == -1) in uart_phyp_dbg_probe() 67 if (OF_getprop(vty, "name", buf, sizeof(buf)) <= 0) in uart_phyp_dbg_probe() 72 if (OF_getprop(vty, "device_type", buf, sizeof(buf)) == -1) in uart_phyp_dbg_probe() 77 if (OF_getprop(vty, "compatible", buf, sizeof(buf)) <= 0) in uart_phyp_dbg_probe() 83 OF_getencprop(vty, "reg", ®, sizeof(reg)); in uart_phyp_dbg_probe()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constant.h | 44 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant() argument 45 : User(ty, vty, Ops, NumOps) {} in Constant()
|
H A D | User.h | 73 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User() argument 74 : Value(ty, vty) { in User()
|
H A D | Constants.h | 1393 explicit UndefValue(Type *T, ValueTy vty) : ConstantData(T, vty) {}
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchLASXInstrInfo.td | 1808 // vty: v32i8/v16i16/v8i32/v4i64 1809 // Pat<(Intrinsic vty:$xj, vty:$xk), 1810 // (LAInst vty:$xj, vty:$xk)>; 1886 // vty: v32i8/v16i16/v8i32/v4i64 1887 // Pat<(Intrinsic vty:$xd, vty:$xj, vty:$xk), 1888 // (LAInst vty:$xd, vty:$xj, vty:$xk)>; 1910 // vty: v32i8/v16i16/v8i32/v4i64 1911 // Pat<(Intrinsic vty:$xj), 1912 // (LAInst vty:$xj)>; 1947 // vty: v32i8/v16i16/v8i32/v4i64 [all …]
|
H A D | LoongArchLSXInstrInfo.td | 1921 // vty: v16i8/v8i16/v4i32/v2i64 1922 // Pat<(Intrinsic vty:$vj, vty:$vk), 1923 // (LAInst vty:$vj, vty:$vk)>; 1999 // vty: v16i8/v8i16/v4i32/v2i64 2000 // Pat<(Intrinsic vty:$vd, vty:$vj, vty:$vk), 2001 // (LAInst vty:$vd, vty:$vj, vty:$vk)>; 2023 // vty: v16i8/v8i16/v4i32/v2i64 2024 // Pat<(Intrinsic vty:$vj), 2025 // (LAInst vty:$vj)>; 2054 // vty: v16i8/v8i16/v4i32/v2i64 [all …]
|
/freebsd/sys/kern/ |
H A D | kern_cons.c | 742 SYSCTL_STRING(_kern, OID_AUTO, vty, CTLFLAG_RDTUN | CTLFLAG_NOFETCH, vty_name, 746 vty_enabled(unsigned vty) in vty_enabled() argument 777 return ((vty_selected & vty) != 0); in vty_enabled()
|
/freebsd/sys/dev/syscons/ |
H A D | syscons.c | 180 #define VTY_WCHAN(sc, vty) (&SC_DEV(sc, vty)) argument 200 static scr_stat *alloc_scp(sc_softc_t *sc, int vty); 201 static void init_scp(sc_softc_t *sc, int vty, scr_stat *scp); 710 int vty = SC_VTY(tp); in scdevtounit() local 712 if (vty == SC_CONSOLECTL) in scdevtounit() 714 else if ((vty < 0) || (vty >= MAXCONS * sc_max_unit())) in scdevtounit() 717 return vty / MAXCONS; in scdevtounit() 3594 alloc_scp(sc_softc_t *sc, int vty) in alloc_scp() argument 3601 init_scp(sc, vty, scp); in alloc_scp() 3619 init_scp(sc_softc_t *sc, int vty, scr_stat *scp) in init_scp() argument [all …]
|
H A D | syscons.h | 91 #define SC_DEV(sc, vty) ((sc)->dev[(vty) - (sc)->first_vty]) argument
|
/freebsd/libexec/rc/rc.d/ |
H A D | syscons | 59 if [ x`sysctl -n kern.vty` = x"vt" ]; then
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | usage.hlp | 63 /etc/ttys file and turning the "off" field to "on" in the relevant vty
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 230 Type *vty = value->getType(); in AssignValue() local 231 if (vty->isFloatTy() || vty->isDoubleTy()) { in AssignValue()
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | keymap.subr | 41 case "$( sysctl -n kern.vty )" in
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | SMEInstrFormats.td | 1467 … ZPRRegOp zpr_ty, ValueType vty, SDPatternOperator intrinsic>{ 1475 …def : SME2_ZA_TwoOp_VG2_Multi_Single_Pat<NAME, intrinsic, sme_elm_idx0_7, zpr_ty, vty, tileslice16… 1481 … ZPRRegOp zpr_ty, ValueType vty, SDPatternOperator intrinsic>{ 1489 …def : SME2_ZA_TwoOp_VG4_Multi_Single_Pat<NAME, intrinsic, sme_elm_idx0_7, zpr_ty, vty, tileslice16… 1615 ValueType vty, 1623 def : SME2_ZA_VG1x2_Multi_Pat<NAME, intrinsic, vty, sme_elm_idx0_7, tileslice16>; 1638 ValueType vty, 1646 def : SME2_ZA_VG1x4_Multi_Pat<NAME, intrinsic, vty, sme_elm_idx0_7, tileslice16>; 2705 ZPRRegOp vector_ty, ValueType vty, 2712 …def : SME2_ZA_TwoOp_VG4_Multi_Index_Pat<NAME, intrinsic, sme_elm_idx0_7, vector_ty, vty, VectorInd…
|
H A D | AArch64InstrFormats.td | 7222 class BaseSIMDBitwiseExtract<bit size, RegisterOperand regtype, ValueType vty, 7227 [(set (vty regtype:$Rd),
|
/freebsd/sys/conf/ |
H A D | NOTES | 1485 device snp #Snoop device - to look at pty/vty/etc..
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 2100 # kern.vty=sc
|