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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.h70 ((xdb_request_t *)((char *)(bp) - offsetof(xdb_request_t, xr_buf)))
80 /* one blkif_request_t matches one xdb_request_t */
88 /* index of this xdb_request_t in vdp->xs_req */
104 } xdb_request_t; typedef in typeref:struct:xdb_request
146 /* head of free list of xdb_request_t */
148 /* pre-allocated xdb_request_t pool */
149 xdb_request_t *xs_req;

Completed in 190 milliseconds