Home
last modified time | relevance | path

Searched refs:on_hal (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c108 target->on_hal = hal; in t1394_attach()
203 ASSERT(target->on_hal); in t1394_detach()
279 hal = target->on_hal; in t1394_alloc_cmd()
348 hal = target->on_hal; in t1394_free_cmd()
430 to_hal = target->on_hal; in t1394_read()
569 to_hal = target->on_hal; in t1394_write()
724 to_hal = target->on_hal; in t1394_lock()
839 hal = target->on_hal; in t1394_alloc_addr()
973 hal = target->on_hal; in t1394_free_addr()
3015 hal = target->on_hal; in t1394_add_cfgrom_entry()
[all …]
H A Ds1394_cmp.c86 s1394_hal_t *hal = target->on_hal; in s1394_cmp_register()
126 s1394_hal_t *hal = target->on_hal; in s1394_cmp_unregister()
147 s1394_hal_t *hal = target->on_hal; in s1394_cmp_read()
170 s1394_hal_t *hal = target->on_hal; in s1394_cmp_cas()
H A Ds1394_fcp.c131 s1394_hal_t *hal = target->on_hal; in s1394_fcp_register_common()
157 s1394_hal_t *hal = target->on_hal; in s1394_fcp_unregister_common()
H A Ds1394_hotplug.c878 hal = target->on_hal; in s1394_add_target_to_node()
885 ASSERT(rw_read_locked(&target->on_hal->target_list_rwlock) == 0); in s1394_add_target_to_node()
947 hal = target->on_hal; in s1394_remove_target_from_node()
954 ASSERT(rw_read_locked(&target->on_hal->target_list_rwlock) == 0); in s1394_remove_target_from_node()
H A Ds1394_bus_reset.c1227 hal = target->on_hal; in s1394_physical_arreq_set_one()
1273 hal = target->on_hal; in s1394_physical_arreq_clear_one()
H A Ds1394_dev_disc.c2254 hal = target->on_hal; in s1394_get_maxpayload()
2260 bus_capabilities = target->on_hal->halinfo.bus_capabilities; in s1394_get_maxpayload()
2288 from_node = IEEE1394_NODE_NUM(target->on_hal->node_id); in s1394_get_maxpayload()
2292 curr_speed = (uint_t)s1394_speed_map_get(target->on_hal, in s1394_get_maxpayload()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h443 s1394_hal_t *on_hal; member