Lines Matching refs:PNPBIOS_BUFSIZE
189 #define PNPBIOS_BUFSIZE 4096 macro
333 pnpbios_scratchbuf = malloc(PNPBIOS_BUFSIZE, M_DEVBUF, M_WAITOK); in pnpbios_attach()
340 pnpbios_scratchbuf, PNPBIOS_BUFSIZE - 1, in pnpbios_attach()
523 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); in pnpbios_getnumnodes()
545 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); in pnpbios_getnode()
573 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE);
593 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); in pnpbios_getevent()
608 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); in pnpbios_sendmessage()
621 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); in pnpbios_getdockinfo()
641 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE);
654 if (origlen > PNPBIOS_BUFSIZE - stacklen - 2)
655 origlen = PNPBIOS_BUFSIZE - stacklen - 2;