Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c463 (node->cfgrom == NULL || LINK_ACTIVE(node->old_node) == B_FALSE) || in s1394_alloc_cfgrom()
561 if (LINK_ACTIVE(from) == B_FALSE) { in s1394_copy_cfgrom()
591 ASSERT(LINK_ACTIVE(node) == B_TRUE); in s1394_read_bus_info_blk()
677 ASSERT(LINK_ACTIVE(node) == B_TRUE); in s1394_read_rest_of_cfgrom()
785 (NODE_MATCHED(nnode) == B_TRUE && LINK_ACTIVE(onode) == in s1394_cfgrom_scan_phase1()
816 LINK_ACTIVE(onode) == B_TRUE) { in s1394_cfgrom_scan_phase1()
1681 if (LINK_ACTIVE(nnode) == B_FALSE || CFGROM_BIB_READ(nnode) == in s1394_match_all_GUIDs()
2335 if (LINK_ACTIVE(root) == B_FALSE || root->cfgrom == NULL || in s1394_cycle_master_capable()
H A Ds1394_hotplug.c705 if (LINK_ACTIVE(node) == B_FALSE) { in s1394_process_topology_tree()
826 (LINK_ACTIVE(onode) == B_TRUE && LINK_ACTIVE(onode-> in s1394_process_old_tree()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h284 #define LINK_ACTIVE(n) \ macro