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

/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c362 struct deviceent *pdevice; /* Pointer to current entry */ local
366 pdevice = (devicelist.head)->next;
367 while (pdevice) {
368 freeblk = (char *) pdevice;
369 pdevice = pdevice->next;

Completed in 58 milliseconds