Home
last modified time | relevance | path

Searched refs:e (Results 1 – 5 of 5) sorted by relevance

/xv6-public/
H A Dmp.c33 uchar *e, *p, *addr; in mpsearch1() local
36 e = addr+len; in mpsearch1()
37 for(p = addr; p < e; p += sizeof(struct mp)) in mpsearch1()
94 uchar *p, *e; in mpinit() local
105 for(p=(uchar*)(conf+1), e=(uchar*)conf+conf->length; p<e; ){ in mpinit()
H A Dconsole.c186 uint e; // Edit index member
204 while(input.e != input.w && in consoleintr()
205 input.buf[(input.e-1) % INPUT_BUF] != '\n'){ in consoleintr()
206 input.e--; in consoleintr()
211 if(input.e != input.w){ in consoleintr()
212 input.e--; in consoleintr()
217 if(c != 0 && input.e-input.r < INPUT_BUF){ in consoleintr()
219 input.buf[input.e++ % INPUT_BUF] = c; in consoleintr()
221 if(c == '\n' || c == C('D') || input.e == input.r+INPUT_BUF){ in consoleintr()
222 input.w = input.e; in consoleintr()
H A Dpr.pl14 $now = strftime "%b %e %H:%M %Y", localtime;
H A DNotes28 e.g. argument to newproc()?
44 users' memory (e.g. to expand it) will wreck any pointers into the
75 e.g. if you are the process, or you are using an fd
123 check 2nd disk (i.e. if not in .bochsrc)
H A Ddot-bochsrc358 # %e : 1 character event type ('i'nfo, 'd'ebug, 'p'anic, 'e'rror)
361 # Default : %t%e%d
363 # logprefix: %t-%e-@%i-%d
364 # logprefix: %i%e%d
366 #logprefix: %t%e%d
381 # TODO: allow choice based on the facility: e.g. crash on panics from
439 # send the data to the real parallel port (e.g. "/dev/lp0" on Linux, "lpt1" on