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

/netbsd-current/bin/pax/
H A Dtables.h107 * each DEVT are linked the various remaps for this device based on those bits
109 * avoid a device number during an update append, off the DEVT we would have
127 } DEVT; typedef in typeref:struct:devt
H A Dtables.c83 static DEVT **dtab = NULL; /* device/inode mapping tables */
91 static DEVT *chk_dev(dev_t, int);
674 if ((dtab = (DEVT **)calloc(D_TAB_SZ, sizeof(DEVT *))) == NULL) {
712 static DEVT *
715 DEVT *pt;
747 if ((pt = (DEVT *)malloc(sizeof(DEVT))) == NULL) {
773 DEVT *pt;

Completed in 183 milliseconds