Home
last modified time | relevance | path

Searched refs:D_TAB_SZ (Results 1 – 2 of 2) sorted by relevance

/original-bsd/bin/pax/
H A Dtables.h26 #define D_TAB_SZ 317 /* unique device mapping table */ macro
H A Dtables.c699 if ((dtab = (DEVT **)calloc(D_TAB_SZ, sizeof(DEVT *))) == NULL) { in dev_start()
761 indx = ((unsigned)dev) % D_TAB_SZ;