Searched defs:vty (Results 1 – 7 of 7) sorted by relevance
/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()
|
H A D | User.h | 73 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User()
|
/freebsd/sys/powerpc/pseries/ |
H A D | phyp_dbg.c | 59 phandle_t vty; in uart_phyp_dbg_probe() local
|
/freebsd/sys/dev/syscons/ |
H A D | syscons.c | 180 #define VTY_WCHAN(sc, vty) (&SC_DEV(sc, vty)) argument 710 int vty = SC_VTY(tp); in scdevtounit() local 3594 alloc_scp(sc_softc_t *sc, int vty) in alloc_scp() 3619 init_scp(sc_softc_t *sc, int vty, scr_stat *scp) in init_scp()
|
H A D | syscons.h | 91 #define SC_DEV(sc, vty) ((sc)->dev[(vty) - (sc)->first_vty]) argument
|
/freebsd/sys/kern/ |
H A D | kern_cons.c | 746 vty_enabled(unsigned vty) in vty_enabled()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 230 Type *vty = value->getType(); in AssignValue() local
|