Home
last modified time | relevance | path

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

/illumos-gate/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 …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c25 xhci_check_dma_handle(xhci_t *xhcip, xhci_dma_buffer_t *xdb) in xhci_check_dma_handle()
165 xhci_dma_pa(xhci_dma_buffer_t *xdb) in xhci_dma_pa()
172 xhci_dma_free(xhci_dma_buffer_t *xdb) in xhci_dma_free()
201 xhci_dma_alloc(xhci_t *xhcip, xhci_dma_buffer_t *xdb, in xhci_dma_alloc()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c1491 struct bsd_db *xdb = (struct bsd_db *)xarg; in bsd_set_effort() local