Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c560 *status |= S1394_LOCK_FAILED; in s1394_alloc_cfgrom()
739 *status |= S1394_LOCK_FAILED; in s1394_read_bus_info_blk()
746 if (((*status) & (S1394_CMD_ALLOC_FAILED | S1394_LOCK_FAILED)) != 0) { in s1394_read_bus_info_blk()
755 ASSERT(((*status) & S1394_LOCK_FAILED) != 0); in s1394_read_bus_info_blk()
806 if (((*status) & S1394_LOCK_FAILED) != 0) { in s1394_read_bus_info_blk()
858 *status |= S1394_LOCK_FAILED; in s1394_read_rest_of_cfgrom()
866 if (((*status) & (S1394_CMD_ALLOC_FAILED | S1394_LOCK_FAILED)) != 0) { in s1394_read_rest_of_cfgrom()
893 if (((*status) & S1394_LOCK_FAILED) != 0) { in s1394_read_rest_of_cfgrom()
957 status = S1394_LOCK_FAILED; in s1394_cfgrom_scan_phase1()
993 if ((status & S1394_LOCK_FAILED) != 0) in s1394_cfgrom_scan_phase1()
[all …]
H A Ds1394_hotplug.c884 if ((status & S1394_LOCK_FAILED) == 0) { in s1394_process_topology_tree()
/titanic_50/usr/src/uts/common/sys/1394/
H A Ds1394.h238 S1394_LOCK_FAILED = (1 << 1), enumerator