OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pnpbios_scratchbuf
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/i386/pnpbios/
pnpbios.c
193
char *
pnpbios_scratchbuf
;
variable in typeref:typename:char *
333
pnpbios_scratchbuf
= malloc(PNPBIOS_BUFSIZE, M_DEVBUF, M_WAITOK);
340
pnpbios_scratchbuf
, PNPBIOS_BUFSIZE - 1,
523
short *help = (short *)(
pnpbios_scratchbuf
+ PNPBIOS_BUFSIZE);
532
res = pnpbioscall(((char *)help) -
pnpbios_scratchbuf
);
536
*nump = *(short *)(
pnpbios_scratchbuf
+ 0);
537
*sizep = *(short *)(
pnpbios_scratchbuf
+ 2);
545
short *help = (short *)(
pnpbios_scratchbuf
+ PNPBIOS_BUFSIZE);
555
*(short *)(
pnpbios_scratchbuf
+ 0) = *idxp;
557
res = pnpbioscall(((char *)help) -
pnpbios_scratchbuf
);
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025