Searched refs:DLIST (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend-query/
H A Ddisk-list.sh107 if [ ! -z "$DLIST" ]
109 DLIST="\n${DLIST}"
112 DLIST="${DEV}:${NEWLINE}${DLIST}"
117 echo -e "$DLIST" | sort
/freebsd-9.3-release/bin/pax/
H A Dtables.h109 * only a single DLIST that has a truncation id of 0 (no inode bits were
132 } DLIST; typedef in typeref:struct:dlist
H A Dtables.c764 DLIST *dpt;
829 if ((dpt = (DLIST *)malloc(sizeof(DLIST))) == NULL)
856 if ((lastdev <= 0) || ((dpt = (DLIST *)malloc(sizeof(DLIST))) == NULL))

Completed in 189 milliseconds