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