Searched refs:deviceent (Results 1 – 1 of 1) sorted by relevance
107 struct deviceent { struct108 struct deviceent *next; /* Pointer to next item in the list */ argument174 static struct deviceent devicelisthead;176 struct deviceent *head;362 struct deviceent *pdevice; /* Pointer to current entry */ in freedevicelist()405 struct deviceent *p; /* Pointer to current device */ in addtodevicelist()406 struct deviceent *q; /* Pointer to next device */ in addtodevicelist()407 struct deviceent *new; /* Pointer to the alloc'd new node */ in addtodevicelist()439 if (new = malloc(sizeof (struct deviceent))) { in addtodevicelist()622 struct deviceent *p; in buildreturnlist()