Searched refs:funcbufleft (Results 1 – 9 of 9) sorted by relevance
15 #define funcbufleft sun_funcbufleft macro
192 int funcbufleft = 0; /* space left */ variable
385 funcbufleft = src_funcbufleft; in sunkbd_install_keymaps()
189 int funcbufleft = 0; /* space left */ variable
311 first_free = funcbufptr + (funcbufsize - funcbufleft); in do_kdgkb_ioctl()320 if (delta <= funcbufleft) { /* it fits in current buf */ in do_kdgkb_ioctl()329 funcbufleft -= delta; in do_kdgkb_ioctl()332 while (sz < funcbufsize - funcbufleft + delta) in do_kdgkb_ioctl()355 funcbufleft = funcbufleft - delta + sz - funcbufsize; in do_kdgkb_ioctl()
313 int funcbufleft = 0; /* space left */ variable
14 extern int funcbufsize, funcbufleft;