Home
last modified time | relevance | path

Searched refs:oleft (Results 1 – 4 of 4) sorted by relevance

/minix/minix/drivers/printer/printer/
H A Dprinter.c68 static int oleft; /* bytes of output left in obuf */ variable
230 oleft = 0; /* cancel further output */ in output_done()
256 oleft = 0; /* cancel output by interrupt handler */ in printer_cancel()
339 oleft = chunk; in prepare_output()
356 if (oleft == 0) { in printer_intr()
415 while (--oleft != 0); in printer_intr()
/minix/minix/servers/mib/
H A Dproc.c927 size_t max, off, olen, oleft, oldlen, bytes, pleft; in mib_kern_proc_args() local
1133 oleft = sizeof(obuf) - olen; in mib_kern_proc_args()
1134 memcpy(&obuf[olen], p, oleft); in mib_kern_proc_args()
1142 p += oleft; in mib_kern_proc_args()
1143 bytes -= oleft; in mib_kern_proc_args()
/minix/external/bsd/libevent/dist/WIN32-Code/
H A Dtree.h458 struct type *oleft; \
459 if ((oleft = RB_LEFT(tmp, field)))\
460 RB_COLOR(oleft, field) = RB_BLACK;\
462 RB_ROTATE_RIGHT(head, tmp, oleft, field);\
1135 struct type *oleft; \
1136 if ((oleft = RB_LEFT(tmp, field)))\
1137 RB_COLOR(oleft, field) = RB_BLACK;\
1139 RB_ROTATE_RIGHT(head, tmp, oleft, field);\
/minix/sys/sys/
H A Dtree.h468 struct type *oleft; \
469 if ((oleft = RB_LEFT(tmp, field)) \
471 RB_COLOR(oleft, field) = RB_BLACK;\
473 RB_ROTATE_RIGHT(head, tmp, oleft, field);\