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

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h71 typedef struct target_handle *t1394_handle_t; typedef in typeref:struct:target_handle
435 * the t1394_handle_t. This target handle is used in all subsequent
441 t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl);
445 int t1394_detach(t1394_handle_t *t1394_hdl, uint_t flags);
470 int t1394_alloc_cmd(t1394_handle_t t1394_hdl, uint_t flags,
477 int t1394_free_cmd(t1394_handle_t t1394_hdl, uint_t flags,
480 int t1394_read(t1394_handle_t t1394_hdl, cmd1394_cmd_t *cmd);
482 int t1394_write(t1394_handle_t t1394_hdl, cmd1394_cmd_t *cmd);
484 int t1394_lock(t1394_handle_t t1394_hdl, cmd1394_cmd_t *cmd);
503 int t1394_alloc_addr(t1394_handle_t t1394_hd
[all...]

Completed in 46 milliseconds