Lines Matching refs:LibHalPropertySet
421 LibHalPropertySet *
428 LibHalPropertySet *result; in libhal_device_get_all_properties()
468 result = malloc (sizeof (LibHalPropertySet)); in libhal_device_get_all_properties()
560 libhal_free_property_set (LibHalPropertySet * set) in libhal_free_property_set()
589 libhal_property_set_get_num_elems (LibHalPropertySet *set) in libhal_property_set_get_num_elems()
604 property_set_lookup (const LibHalPropertySet *set, const char *key) in property_set_lookup()
629 libhal_ps_get_type (const LibHalPropertySet *set, const char *key) in libhal_ps_get_type()
653 libhal_ps_get_string (const LibHalPropertySet *set, const char *key) in libhal_ps_get_string()
676 libhal_ps_get_int32 (const LibHalPropertySet *set, const char *key) in libhal_ps_get_int32()
699 libhal_ps_get_uint64 (const LibHalPropertySet *set, const char *key) in libhal_ps_get_uint64()
722 libhal_ps_get_double (const LibHalPropertySet *set, const char *key) in libhal_ps_get_double()
745 libhal_ps_get_bool (const LibHalPropertySet *set, const char *key) in libhal_ps_get_bool()
768 libhal_ps_get_strlist (const LibHalPropertySet *set, const char *key) in libhal_ps_get_strlist()
791 libhal_psi_init (LibHalPropertySetIterator * iter, LibHalPropertySet * set) in libhal_psi_init()
2719 LibHalPropertySet *pset; in libhal_device_print()