D_TAB_SZ
if ((dtab = (DEVT **)calloc(D_TAB_SZ, sizeof(DEVT *))) == NULL) {
indx = ((unsigned)dev) % D_TAB_SZ;