Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c106 struct deviceent { struct
107 struct deviceent *next; /* Pointer to next item in the list */ argument
173 static struct deviceent devicelisthead;
175 struct deviceent *head;
361 struct deviceent *pdevice; /* Pointer to current entry */ in freedevicelist()
404 struct deviceent *p; /* Pointer to current device */ in addtodevicelist()
405 struct deviceent *q; /* Pointer to next device */ in addtodevicelist()
406 struct deviceent *new; /* Pointer to the alloc'd new node */ in addtodevicelist()
438 if (new = malloc(sizeof (struct deviceent))) { in addtodevicelist()
621 struct deviceent *p; in buildreturnlist()