Home
last modified time | relevance | path

Searched refs:S1394_LOCK_FAILED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c470 *status |= S1394_LOCK_FAILED; in s1394_alloc_cfgrom()
606 *status |= S1394_LOCK_FAILED; in s1394_read_bus_info_blk()
651 if (((*status) & S1394_LOCK_FAILED) != 0) { in s1394_read_bus_info_blk()
690 *status |= S1394_LOCK_FAILED; in s1394_read_rest_of_cfgrom()
766 status = S1394_LOCK_FAILED; in s1394_cfgrom_scan_phase1()
802 if ((status & S1394_LOCK_FAILED) != 0) in s1394_cfgrom_scan_phase1()
837 if ((status & S1394_LOCK_FAILED) != 0) { in s1394_cfgrom_scan_phase1()
957 ASSERT((status & S1394_LOCK_FAILED) != in s1394_br_thread_handle_cmd_phase1()
1067 if ((status & S1394_LOCK_FAILED) != 0) { in s1394_br_thread_handle_cmd_phase1()
1291 if ((status & S1394_LOCK_FAILED) != 0) { in s1394_br_thread_handle_cmd_phase2()
[all …]
H A Ds1394_hotplug.c743 if ((status & S1394_LOCK_FAILED) == 0) { in s1394_process_topology_tree()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h202 S1394_LOCK_FAILED = (1 << 1), enumerator