Searched defs:should_be_from (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c548 uint_t should_be_from; local
572 should_be_from = IEEE1394_NODE_NUM(hal->bus_mgr_node);
574 should_be_from = IEEE1394_NODE_NUM(hal->IRM_node);
576 should_be_from = S1394_INVALID_NODE_NUM;
603 if (is_from != should_be_from) {
659 uint_t should_be_from; local
685 should_be_from = IEEE1394_NODE_NUM(hal->bus_mgr_node);
687 should_be_from = IEEE1394_NODE_NUM(hal->IRM_node);
689 should_be_from = S1394_INVALID_NODE_NUM;
700 if ((is_from != should_be_from) ||
1048 uint_t should_be_from; local
[all...]

Completed in 46 milliseconds