| Home | Sort by: relevance | last modified time | path |
| /src/bin/pax/ | |
| tables.h | 50 #define D_TAB_SZ 317 /* unique device mapping table */ |
| tables.c | 674 if ((dtab = (DEVT **)calloc(D_TAB_SZ, sizeof(DEVT *))) == NULL) { 723 indx = ((unsigned)dev) % D_TAB_SZ; |