Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c155 if (err != CMD1394_EBUSRESET) { in s1394_isoch_rsrc_realloc()
340 *result = CMD1394_EBUSRESET; in s1394_channel_alloc()
351 *result = CMD1394_EBUSRESET; in s1394_channel_alloc()
495 *result = CMD1394_EBUSRESET; in s1394_channel_free()
506 *result = CMD1394_EBUSRESET; in s1394_channel_free()
635 *result = CMD1394_EBUSRESET; in s1394_bandwidth_alloc()
655 *result = CMD1394_EBUSRESET; in s1394_bandwidth_alloc()
810 *result = CMD1394_EBUSRESET; in s1394_bandwidth_free()
830 *result = CMD1394_EBUSRESET; in s1394_bandwidth_free()
H A Dt1394.c2099 if (err == CMD1394_EBUSRESET) { in t1394_setup_isoch_cec()
2152 (err == CMD1394_EBUSRESET)) in t1394_setup_isoch_cec()
2183 if (err == CMD1394_EBUSRESET) { in t1394_setup_isoch_cec()
2196 else if (err == CMD1394_EBUSRESET) in t1394_setup_isoch_cec()
2566 if (err == CMD1394_EBUSRESET) { in t1394_teardown_isoch_cec()
H A Ds1394_asynch.c652 cmd_result = CMD1394_EBUSRESET; in s1394_atreq_cmd_complete()
859 target_status = CMD1394_EBUSRESET; in s1394_atresp_cmd_complete()
1523 cmd->cmd_result = CMD1394_EBUSRESET; in s1394_process_pending_q()
H A Ds1394_dev_disc.c1477 if (cmd->cmd_result == CMD1394_EBUSRESET) { in s1394_cfgrom_read_callback()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dcmd1394.h196 #define CMD1394_EBUSRESET (-34) macro