DEVT
if ((dtab = (DEVT **)calloc(D_TAB_SZ, sizeof(DEVT *))) == NULL) {
static DEVT **dtab = NULL; /* device/inode mapping tables */
static DEVT *
DEVT *pt;
static DEVT *chk_dev(dev_t, int);
if ((pt = (DEVT *)malloc(sizeof(DEVT))) == NULL) {
DEVT *pt;