Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.c859 hal_device_copy_property (HalDevice *from_device, const char *from, HalDevice *to_device, const cha… in hal_device_copy_property() argument
869 to_device, to, hal_device_property_get_string (from_device, from)); in hal_device_copy_property()
873 to_device, to, hal_device_property_get_int (from_device, from)); in hal_device_copy_property()
877 to_device, to, hal_device_property_get_uint64 (from_device, from)); in hal_device_copy_property()
881 to_device, to, hal_device_property_get_bool (from_device, from)); in hal_device_copy_property()
885 to_device, to, hal_device_property_get_double (from_device, from)); in hal_device_copy_property()
H A Ddevice.h187 HalDevice *to_device,
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c319 bool to_device) in ecore_memcpy_hw() argument
340 if (to_device) in ecore_memcpy_hw()