Searched refs:DEVT (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/bin/pax/
H A Dtables.h106 * each DEVT are linked the various remaps for this device based on those bits
108 * avoid a device number during an update append, off the DEVT we would have
126 } DEVT; typedef in typeref:struct:devt
H A Dtables.c73 static DEVT **dtab = NULL; /* device/inode mapping tables */
79 static DEVT *chk_dev(dev_t, int);
664 if ((dtab = (DEVT **)calloc(D_TAB_SZ, sizeof(DEVT *))) == NULL) {
702 static DEVT *
705 DEVT *pt;
737 if ((pt = (DEVT *)malloc(sizeof(DEVT))) == NULL) {
763 DEVT *pt;

Completed in 50 milliseconds