Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c110 struct di_mem { struct
111 struct di_mem *next; /* link to next chunk */ argument
250 struct di_mem *memlist; /* head of memlist */
600 struct di_mem *dcp; in di_ioctl()
870 struct di_mem *mem = kmem_zalloc(sizeof (struct di_mem), KM_SLEEP); in di_allocmem()
895 struct di_mem *dcp = st->memlist; in di_allocmem()
912 struct di_mem *dcp; in di_copymem()
946 struct di_mem *dcp, *tmp; in di_freemem()
956 kmem_free(tmp, sizeof (struct di_mem)); in di_freemem()
1156 struct di_mem *dcp = st->memlist; in di_mem_addr()