DLIST
DLIST *dpt;
if ((dpt = (DLIST *)malloc(sizeof(DLIST))) == NULL)
if ((lastdev <= 0) || ((dpt = (DLIST *)malloc(sizeof(DLIST))) == NULL))