Searched refs:pnpbios_scratchbuf (Results 1 – 1 of 1) sorted by relevance
193 char *pnpbios_scratchbuf; variable333 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()532 res = pnpbioscall(((char *)help) - pnpbios_scratchbuf); in pnpbios_getnumnodes()536 *nump = *(short *)(pnpbios_scratchbuf + 0); in pnpbios_getnumnodes()537 *sizep = *(short *)(pnpbios_scratchbuf + 2); in pnpbios_getnumnodes()545 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); in pnpbios_getnode()555 *(short *)(pnpbios_scratchbuf + 0) = *idxp; in pnpbios_getnode()557 res = pnpbioscall(((char *)help) - pnpbios_scratchbuf); in pnpbios_getnode()[all …]