Home
last modified time | relevance | path

Searched defs:vty (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h44 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
H A DUser.h73 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User()
/freebsd/sys/powerpc/pseries/
H A Dphyp_dbg.c59 phandle_t vty; in uart_phyp_dbg_probe() local
/freebsd/sys/dev/syscons/
H A Dsyscons.c180 #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 Dsyscons.h91 #define SC_DEV(sc, vty) ((sc)->dev[(vty) - (sc)->first_vty]) argument
/freebsd/sys/kern/
H A Dkern_cons.c746 vty_enabled(unsigned vty) in vty_enabled()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp230 Type *vty = value->getType(); in AssignValue() local