Searched defs:abd_scatter (Results 1 – 4 of 4) sorted by relevance
34 struct abd_scatter { struct35 uint_t abd_offset;36 uint_t abd_iovcnt;37 struct iovec abd_iov[1]; /* actually variable-length */
36 struct abd_scatter { struct37 uint_t abd_offset;38 uint_t abd_nents;39 struct scatterlist *abd_sgl;
41 struct abd_scatter { struct42 uint_t abd_offset;43 void *abd_chunks[1]; /* actually variable-length */
63 struct abd_scatter abd_scatter; member