OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:diskbufp
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/i386/stand/lib/
diskbuf.c
36
char *
diskbufp
; /* allocated from heap */
variable in typeref:typename:char *
51
if (!
diskbufp
) {
52
diskbufp
= alloc(DISKBUFSIZE);
54
if (((uintptr_t)
diskbufp
& 0xffff) + DISKBUFSIZE > 0x10000) {
55
printf("
diskbufp
%" PRIxPTR "\n", (uintptr_t)
diskbufp
);
60
return
diskbufp
;
Completed in 11 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025