Home
last modified time | relevance | path

Searched refs:target (Results 1 – 2 of 2) sorted by relevance

/xv6-public/
H A D.gdbinit.tmpl23 echo + target remote localhost:1234\n
24 target remote localhost:1234
H A Dconsole.c238 uint target; in consoleread() local
242 target = n; in consoleread()
255 if(n < target){ in consoleread()
270 return target - n; in consoleread()