HomeSort by: relevance | last modified time | path
    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