Searched defs:deviceent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c103 * deviceent Defines a device that matches criteria
107 struct deviceent { struct
108 struct deviceent *next; /* Pointer to next item in the list */
174 static struct deviceent devicelisthead;
176 struct deviceent *head;
362 struct deviceent *pdevice; /* Pointer to current entry */
405 struct deviceent *p; /* Pointer to current device */
406 struct deviceent *q; /* Pointer to next device */
407 struct deviceent *new; /* Pointer to the alloc'd new node */
439 if (new = malloc(sizeof (struct deviceent))) {
[all...]

Completed in 84 milliseconds