HomeSort by: relevance | last modified time | path
    Searched refs:DLIST (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
tables.h 110 * only a single DLIST that has a truncation id of 0 (no inode bits were
126 struct dlist *list; /* map list based on inode truncation bits */
129 typedef struct dlist { struct
132 struct dlist *fow;
133 } DLIST;
tables.c 774 DLIST *dpt;
839 if ((dpt = (DLIST *)malloc(sizeof(DLIST))) == NULL)
866 if ((lastdev <= 0) || ((dpt = (DLIST *)malloc(sizeof(DLIST))) == NULL))

Completed in 14 milliseconds