Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libadm/common/
H A Dgetdev.c107 struct deviceent { struct
108 struct deviceent *next; /* Pointer to next item in the list */ argument
174 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()