| /freebsd-9-stable/release/picobsd/tinyware/sps/ |
| D | sps.c | 47 char buf[MAXPATHLEN], vty[5], pst[5], wmesg[10]; in main() local 92 strcpy(vty, "??"); in main() 96 sprintf(vty, "v%d", mi); in main() 101 strcpy(vty, "con"); in main() 104 sprintf(vty, "p%d", mi); in main() 114 vty, in main()
|
| /freebsd-9-stable/release/picobsd/tinyware/oinit/ |
| D | oinit.c | 71 char vty[]="0123456789abcdef"; variable 559 start_session(int vty, int argc, char **argv) in start_session() argument 567 revoke(ttys[vty].tty); in start_session() 568 fd=open(ttys[vty].tty,O_RDWR); in start_session() 583 t=(char *)(rindex(ttys[vty].tty,'/')+1); in start_session() 585 ttys[vty].func(argc,argv); in start_session() 929 sprintf(ttys[i].tty,"%sv%c",_PATH_TTY,vty[i]); in main()
|
| D | README | 26 Unlike normal init(8), it forks itself on given number of vty's immediately
|
| /freebsd-9-stable/contrib/llvm/include/llvm/IR/ |
| D | Constant.h | 47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant() argument 48 : User(ty, vty, Ops, NumOps) {} in Constant()
|
| D | User.h | 52 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps) in User() argument 53 : Value(ty, vty), OperandList(OpList), NumOperands(NumOps) {} in User()
|
| D | GlobalValue.h | 59 GlobalValue(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps, in GlobalValue() argument 61 : Constant(ty, vty, Ops, NumOps), Linkage(linkage), in GlobalValue()
|
| /freebsd-9-stable/release/picobsd/tinyware/aps/ |
| D | README | 5 informations, i.e. how many processes are running and on which vty, and the
|
| /freebsd-9-stable/sys/dev/syscons/ |
| D | syscons.c | 170 #define VTY_WCHAN(sc, vty) (&SC_DEV(sc, vty)) argument 192 static scr_stat *alloc_scp(sc_softc_t *sc, int vty); 193 static void init_scp(sc_softc_t *sc, int vty, scr_stat *scp); 604 int vty = SC_VTY(tp); in scdevtounit() local 606 if (vty == SC_CONSOLECTL) in scdevtounit() 608 else if ((vty < 0) || (vty >= MAXCONS*sc_max_unit())) in scdevtounit() 611 return vty/MAXCONS; in scdevtounit() 3195 *alloc_scp(sc_softc_t *sc, int vty) in alloc_scp() argument 3202 init_scp(sc, vty, scp); in alloc_scp() 3220 init_scp(sc_softc_t *sc, int vty, scr_stat *scp) in init_scp() argument [all …]
|
| D | syscons.h | 106 #define SC_DEV(sc, vty) ((sc)->dev[(vty) - (sc)->first_vty]) argument
|
| /freebsd-9-stable/usr.sbin/bsdconfig/include/ |
| D | usage.hlp | 63 /etc/ttys file and turning the "off" field to "on" in the relevant vty
|
| /freebsd-9-stable/usr.sbin/sysinstall/help/ |
| D | usage.hlp | 64 /etc/ttys file and turning the "off" field to "on" in the relevant vty
|
| /freebsd-9-stable/etc/ |
| D | services | 2186 zebra 2601/tcp #zebra vty 2187 ripd 2602/tcp #RIPd vty 2188 ripngd 2603/tcp #RIPngd vty 2189 ospfd 2604/tcp #OSPFd vty 2190 bgpd 2605/tcp #BGPd vty 2191 ospf6d 2606/tcp #OSPF6d vty
|
| /freebsd-9-stable/sys/conf/ |
| D | NOTES | 1362 device snp #Snoop device - to look at pty/vty/etc..
|