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