Searched defs:di_mem (Results 1 – 1 of 1) sorted by relevance
110 struct di_mem { struct111 struct di_mem *next; /* link to next chunk */ argument112 char *buf; /* contiguous kernel memory */113 size_t buf_size; /* size of buf in bytes */114 devmap_cookie_t cook; /* cookie from ddi_umem_alloc */