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 - 2
of
2
) 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
;
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 25 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025