Home
last modified time | relevance | path

Searched refs:t1394_hdl (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/1394/
H A Dt1394.h441 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_hdl, t1394_alloc_addr_t *addr_allocp,
514 int t1394_free_addr(t1394_handle_t t1394_hdl, t1394_addr_handle_t *addr_hdl,
517 int t1394_recv_request_done(t1394_handle_t t1394_hdl, cmd1394_cmd_t *resp,
[all …]
/titanic_41/usr/src/uts/common/io/1394/
H A Dt1394.c73 t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl) in t1394_attach() argument
82 ASSERT(t1394_hdl != NULL); in t1394_attach()
87 *t1394_hdl = NULL; in t1394_attach()
189 *t1394_hdl = (t1394_handle_t)target; in t1394_attach()
212 t1394_detach(t1394_handle_t *t1394_hdl, uint_t flags) in t1394_detach() argument
219 ASSERT(t1394_hdl != NULL); in t1394_detach()
221 target = (s1394_target_t *)(*t1394_hdl); in t1394_detach()
268 *t1394_hdl = NULL; in t1394_detach()
292 t1394_alloc_cmd(t1394_handle_t t1394_hdl, uint_t flags, cmd1394_cmd_t **cmdp) in t1394_alloc_cmd() argument
301 ASSERT(t1394_hdl != NULL); in t1394_alloc_cmd()
[all …]