Searched refs:dl_alloc (Results 1 – 2 of 2) sorted by relevance
100 size_t dl_alloc; /* amount allocated */ member
54 if (dlp->dl_ndrive >= dlp->dl_alloc) { in mhd_add_drive()55 dlp->dl_alloc += 10; in mhd_add_drive()57 (dlp->dl_alloc * sizeof (*dlp->dl_drives))); in mhd_add_drive()