Lines Matching refs:LibHalPropertySet
386 LibHalPropertySet *
393 LibHalPropertySet *result; in libhal_device_get_all_properties()
432 result = malloc (sizeof (LibHalPropertySet)); in libhal_device_get_all_properties()
523 libhal_free_property_set (LibHalPropertySet * set) in libhal_free_property_set()
552 libhal_property_set_get_num_elems (LibHalPropertySet *set) in libhal_property_set_get_num_elems()
568 property_set_lookup (const LibHalPropertySet *set, const char *key) in property_set_lookup()
593 libhal_ps_get_type (const LibHalPropertySet *set, const char *key) in libhal_ps_get_type()
617 libhal_ps_get_string (const LibHalPropertySet *set, const char *key) in libhal_ps_get_string()
640 libhal_ps_get_int32 (const LibHalPropertySet *set, const char *key) in libhal_ps_get_int32()
663 libhal_ps_get_uint64 (const LibHalPropertySet *set, const char *key) in libhal_ps_get_uint64()
686 libhal_ps_get_double (const LibHalPropertySet *set, const char *key) in libhal_ps_get_double()
709 libhal_ps_get_bool (const LibHalPropertySet *set, const char *key) in libhal_ps_get_bool()
732 libhal_ps_get_strlist (const LibHalPropertySet *set, const char *key) in libhal_ps_get_strlist()
755 libhal_psi_init (LibHalPropertySetIterator * iter, LibHalPropertySet * set) in libhal_psi_init()
2627 LibHalPropertySet *pset; in libhal_device_print()