Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_misc.c242 hal->br_thread_ev_type |= BR_THR_GO_AWAY; in s1394_destroy_br_thread()
257 while (hal->br_thread_ev_type & BR_THR_GO_AWAY) in s1394_destroy_br_thread()
272 hal->br_thread_ev_type |= BR_THR_CFGROM_SCAN; in s1394_tickle_bus_reset_thread()
H A Ds1394_dev_disc.c255 while ((event = hal->br_thread_ev_type) == 0) { in s1394_wait_for_events()
275 hal->br_thread_ev_type &= ~BR_THR_CFGROM_SCAN; in s1394_wait_for_events()
309 (hal->br_thread_ev_type & BR_THR_GO_AWAY) == 0 && in s1394_wait_for_cfgrom_callbacks()
317 (hal->br_thread_ev_type & BR_THR_GO_AWAY) != 0) { in s1394_wait_for_cfgrom_callbacks()
410 hal->br_thread_ev_type &= ~BR_THR_GO_AWAY; in s1394_br_thread_exit()
2071 if (hal->br_thread_ev_type & (BR_THR_CFGROM_SCAN | BR_THR_GO_AWAY)) { in s1394_do_bus_mgr_processing()
2514 if ((hal->br_thread_ev_type & BR_THR_GO_AWAY) != 0) { in s1394_lock_tree()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h525 uint_t br_thread_ev_type; member