Home
last modified time | relevance | path

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

/trueos/bin/pax/
HDtables.h49 #define D_TAB_SZ 317 /* unique device mapping table */ macro
HDtables.c664 if ((dtab = (DEVT **)calloc(D_TAB_SZ, sizeof(DEVT *))) == NULL) { in dev_start()
713 indx = ((unsigned)dev) % D_TAB_SZ; in chk_dev()