Searched refs:LINK_ACTIVE (Results 1 – 3 of 3) sorted by relevance
829 if (LINK_ACTIVE(node) == B_FALSE) { in s1394_process_topology_tree()1003 (LINK_ACTIVE(onode) == B_TRUE && LINK_ACTIVE(onode-> in s1394_process_old_tree()1012 if (onode->cur_node != NULL && LINK_ACTIVE(onode) == in s1394_process_old_tree()1013 B_TRUE && LINK_ACTIVE(onode->cur_node) == B_FALSE) in s1394_process_old_tree()
553 (node->cfgrom == NULL || LINK_ACTIVE(node->old_node) == B_FALSE) || in s1394_alloc_cfgrom()683 if (LINK_ACTIVE(from) == B_FALSE) { in s1394_copy_cfgrom()718 ASSERT(LINK_ACTIVE(node) == B_TRUE); in s1394_read_bus_info_blk()838 ASSERT(LINK_ACTIVE(node) == B_TRUE); in s1394_read_rest_of_cfgrom()976 (NODE_MATCHED(nnode) == B_TRUE && LINK_ACTIVE(onode) == in s1394_cfgrom_scan_phase1()1007 LINK_ACTIVE(onode) == B_TRUE) { in s1394_cfgrom_scan_phase1()2114 if (LINK_ACTIVE(nnode) == B_FALSE || CFGROM_BIB_READ(nnode) == in s1394_match_all_GUIDs()2912 if (LINK_ACTIVE(root) == B_FALSE || root->cfgrom == NULL || in s1394_cycle_master_capable()2918 LINK_ACTIVE(root), tnf_opaque, cfgrom, root->cfgrom, in s1394_cycle_master_capable()
320 #define LINK_ACTIVE(n) \ macro