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

/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c106 struct di_mem { struct
107 struct di_mem *next; /* link to next chunk */
248 struct di_mem *memlist; /* head of memlist */
598 struct di_mem *dcp;
868 struct di_mem *mem = kmem_zalloc(sizeof (struct di_mem), KM_SLEEP);
893 struct di_mem *dcp = st->memlist;
910 struct di_mem *dcp;
944 struct di_mem *dcp, *tmp;
954 kmem_free(tmp, sizeof (struct di_mem));
[all...]

Completed in 62 milliseconds