Home
last modified time | relevance | path

Searched refs:dl_alloc (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_local.h100 size_t dl_alloc; /* amount allocated */ member
H A Dmhd_drive.c54 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()