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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_hotplug.c782 * (for eg. unable to reacquire the tree lock etc). wait_for_cbs argument
787 s1394_process_topology_tree(s1394_hal_t *hal, int *wait_for_cbs, argument
887 *wait_for_cbs = 0;
895 *wait_for_cbs = 1;
H A Ds1394_dev_disc.c925 int wait_for_cbs; local
942 wait_for_cbs = 0;
996 wait_for_cbs++;
1044 if (wait_for_cbs != 0) {
1389 int wait_for_cbs = 0; local
1470 if (s1394_process_topology_tree(hal, &wait_for_cbs, &wait_gen)) {
1500 if (wait_for_cbs != 0) {

Completed in 50 milliseconds