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

/illumos-gate/usr/src/uts/common/sys/
H A Dblkdev.h77 typedef struct bd_handle *bd_handle_t; typedef in typeref:struct:bd_handle
189 bd_handle_t bd_alloc_handle(void *, bd_ops_t *, ddi_dma_attr_t *, int);
190 void bd_free_handle(bd_handle_t);
191 int bd_attach_handle(dev_info_t *, bd_handle_t);
192 int bd_detach_handle(bd_handle_t);
193 void bd_state_change(bd_handle_t);

Completed in 57 milliseconds