Searched refs:DataBase (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sbin/dump/
H A Dcache.c46 static char *DataBase; variable
69 DataBase = mmap(NULL, NBlocks * BlockSize,
72 base[i].b_Data = DataBase + i * BlockSize;
97 if (DataBase == NULL)

Completed in 162 milliseconds