Home
last modified time | relevance | path

Searched refs:to_hal (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c408 s1394_hal_t *to_hal; in t1394_read() local
430 to_hal = target->on_hal; in t1394_read()
450 state = to_hal->hal_state; in t1394_read()
504 s1394_pending_q_insert(to_hal, cmd, in t1394_read()
547 s1394_hal_t *to_hal; in t1394_write() local
569 to_hal = target->on_hal; in t1394_write()
577 s1394_fa_convert_cmd(to_hal, cmd); in t1394_write()
600 state = to_hal->hal_state; in t1394_write()
701 s1394_hal_t *to_hal; in t1394_lock() local
724 to_hal = target->on_hal; in t1394_lock()
[all …]
H A Ds1394_asynch.c1264 s1394_hal_t *to_hal; in s1394_handle_lock() local
1281 to_hal = s_priv->sent_on_hal; in s1394_handle_lock()
1300 if (s1394_compare_swap(to_hal, target, cmd) != in s1394_handle_lock()
1333 (void) s1394_free_cmd(to_hal, &cmd); in s1394_handle_lock()