Home
last modified time | relevance | path

Searched refs:bus_mgr_node (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c1835 bm_node = hal->bus_mgr_node; in s1394_become_bus_mgr()
1862 hal->bus_mgr_node = hal_node_num; in s1394_become_bus_mgr()
1865 hal->bus_mgr_node = curr_bus_mgr; in s1394_become_bus_mgr()
1924 hal->bus_mgr_node = S1394_INVALID_NODE_NUM; in s1394_become_bus_mgr()
1972 hal->bus_mgr_node = hal_node_num; in s1394_become_bus_mgr_callback()
1976 hal->bus_mgr_node = curr_bus_mgr; in s1394_become_bus_mgr_callback()
1986 hal->bus_mgr_node = S1394_INVALID_NODE_NUM; in s1394_become_bus_mgr_callback()
2066 if (hal->bus_mgr_node == -1) in s1394_do_bus_mgr_processing()
2080 hal_bus_mgr_node = hal->bus_mgr_node; in s1394_do_bus_mgr_processing()
H A Ds1394_csr.c467 if (hal->bus_mgr_node != -1) in s1394_CSR_state_clear()
468 should_be_from = IEEE1394_NODE_NUM(hal->bus_mgr_node); in s1394_CSR_state_clear()
573 if (hal->bus_mgr_node != -1) in s1394_CSR_state_set()
574 should_be_from = IEEE1394_NODE_NUM(hal->bus_mgr_node); in s1394_CSR_state_set()
921 if (hal->bus_mgr_node != -1) in s1394_CSR_bus_time()
922 should_be_from = IEEE1394_NODE_NUM(hal->bus_mgr_node); in s1394_CSR_bus_time()
H A Dh1394.c166 hal->bus_mgr_node = -1; in h1394_attach()
535 hal->bus_mgr_node = -1; in h1394_bus_reset()
H A Ds1394_misc.c248 hal->bus_mgr_node = S1394_INVALID_NODE_NUM; in s1394_destroy_br_thread()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h550 int bus_mgr_node; member