#include <system_defs.h>
MINIBASE_BM is a macro which is defined as :
#define MINIBASE_BM (minibase_globals->GlobalBufMgr)
It's a global pointer to object of type BufMgr. It is initialized in main.cpp and can be used elsewhere in the program to access buffer manager methods.