Home
last modified time | relevance | path

Searched refs:t1394_handle_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h69 typedef struct target_handle *t1394_handle_t; typedef
439 t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl);
443 int t1394_detach(t1394_handle_t *t1394_hdl, uint_t flags);
468 int t1394_alloc_cmd(t1394_handle_t t1394_hdl, uint_t flags,
475 int t1394_free_cmd(t1394_handle_t t1394_hdl, uint_t flags,
478 int t1394_read(t1394_handle_t t1394_hdl, cmd1394_cmd_t *cmd);
480 int t1394_write(t1394_handle_t t1394_hdl, cmd1394_cmd_t *cmd);
482 int t1394_lock(t1394_handle_t t1394_hdl, cmd1394_cmd_t *cmd);
501 int t1394_alloc_addr(t1394_handle_t t1394_hdl, t1394_alloc_addr_t *addr_allocp,
512 int t1394_free_addr(t1394_handle_t t1394_hdl, t1394_addr_handle_t *addr_hdl,
[all …]
/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c71 t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl) in t1394_attach()
172 *t1394_hdl = (t1394_handle_t)target; in t1394_attach()
194 t1394_detach(t1394_handle_t *t1394_hdl, uint_t flags) in t1394_detach()
267 t1394_alloc_cmd(t1394_handle_t t1394_hdl, uint_t flags, cmd1394_cmd_t **cmdp) in t1394_alloc_cmd()
336 t1394_free_cmd(t1394_handle_t t1394_hdl, uint_t flags, cmd1394_cmd_t **cmdp) in t1394_free_cmd()
406 t1394_read(t1394_handle_t t1394_hdl, cmd1394_cmd_t *cmd) in t1394_read()
545 t1394_write(t1394_handle_t t1394_hdl, cmd1394_cmd_t *cmd) in t1394_write()
699 t1394_lock(t1394_handle_t t1394_hdl, cmd1394_cmd_t *cmd) in t1394_lock()
824 t1394_alloc_addr(t1394_handle_t t1394_hdl, t1394_alloc_addr_t *addr_allocp, in t1394_alloc_addr()
960 t1394_free_addr(t1394_handle_t t1394_hdl, t1394_addr_handle_t *addr_hdl, in t1394_free_addr()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h101 t1394_handle_t sl_handle;
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h252 t1394_handle_t av_t1394_hdl; /* 1394 handle */
/illumos-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dimpl.h173 t1394_handle_t s_t1394_hdl; /* 1394 handle */