Lines Matching refs:deviceent
103 * deviceent Defines a device that matches criteria
107 struct deviceent {
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))) {
622 struct deviceent *p;