Searched refs:sl_handle (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_reg.c47 if (t1394_alloc_cmd(soft_state->sl_handle, 1, &cmdp) != DDI_SUCCESS) {
65 if (t1394_read(soft_state->sl_handle, cmdp) != DDI_SUCCESS) {
66 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp);
71 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp);
79 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp);
93 if (t1394_alloc_cmd(soft_state->sl_handle, 0, &cmdp) != DDI_SUCCESS) {
112 if (t1394_write(soft_state->sl_handle, cmdp) != DDI_SUCCESS) {
113 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp);
118 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp);
122 (void) t1394_free_cmd(soft_state->sl_handle,
[all...]
H A Ddcam_frame.c198 if (t1394_alloc_isoch_single(softc_p->sl_handle,
384 if (t1394_alloc_isoch_dma(softc_p->sl_handle, &isoch_args, 0,
399 t1394_free_isoch_dma(softc_p->sl_handle, 0, &softc_p->isoch_handle);
403 t1394_free_isoch_single(softc_p->sl_handle, &softc_p->sii_hdl, 0);
419 if ((t1394_start_isoch_dma(softc_p->sl_handle, softc_p->isoch_handle,
455 t1394_stop_isoch_dma(softc_p->sl_handle, softc_p->isoch_handle, 0);
456 t1394_free_isoch_dma(softc_p->sl_handle, 0, &softc_p->isoch_handle);
457 t1394_free_isoch_single(softc_p->sl_handle, &softc_p->sii_hdl, 0);
H A Ddcam.c273 &(softc_p->sl_handle)) != DDI_SUCCESS) {
280 if (t1394_get_targetinfo(softc_p->sl_handle,
289 (void) t1394_detach(&softc_p->sl_handle, 0);
299 (void) t1394_detach(&softc_p->sl_handle, 0);
319 (void) t1394_detach(&softc_p->sl_handle, 0);
488 if (t1394_detach(&softc_p->sl_handle, 0) != DDI_SUCCESS) {
1131 (softc_p->sl_handle == NULL)) {
1140 if (t1394_get_targetinfo(softc_p->sl_handle,
/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h102 t1394_handle_t sl_handle; member in struct:dcam_state_s

Completed in 38 milliseconds