Searched refs:from_device (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | device.c | 859 hal_device_copy_property (HalDevice *from_device, const char *from, HalDevice *to_device, const cha… in hal_device_copy_property() argument 865 if (hal_device_has_property (from_device, from)) { in hal_device_copy_property() 866 switch (hal_device_property_get_type (from_device, from)) { in hal_device_copy_property() 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 D | device.h | 185 gboolean hal_device_copy_property (HalDevice *from_device,
|