Home
last modified time | relevance | path

Searched defs:xdb (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/xen/io/
H A Dxdb.h107 struct xdb { struct
109 dev_info_t *xs_dip;
111 domid_t xs_peer;
113 uint32_t xs_type;
115 uint64_t xs_sectors;
117 uint_t xs_sec_size;
119 xendev_ring_t *xs_ring;
121 ddi_acc_handle_t xs_ring_hdl;
122 ldi_ident_t xs_ldi_li;
146 /* head of free list of xdb_request_t */ argument
[all …]
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c1493 struct bsd_db *xdb = (struct bsd_db *)xarg; in bsd_set_effort() local