Lines Matching defs:rh

83 	struct dm_report *rh;  member
88 static const struct dm_report_object_type *_find_type(struct dm_report *rh, in _find_type()
104 int dm_report_field_string(struct dm_report *rh, in dm_report_field_string()
120 int dm_report_field_int(struct dm_report *rh, in dm_report_field_int()
149 int dm_report_field_uint32(struct dm_report *rh, in dm_report_field_uint32()
178 int dm_report_field_int32(struct dm_report *rh, in dm_report_field_int32()
207 int dm_report_field_uint64(struct dm_report *rh, in dm_report_field_uint64()
248 static void _display_fields(struct dm_report *rh) in _display_fields()
290 static int _copy_field(struct dm_report *rh, struct field_properties *dest, in _copy_field()
308 static struct field_properties * _add_field(struct dm_report *rh, in _add_field()
366 static uint32_t _all_match(struct dm_report *rh, const char *field, size_t flen) in _all_match()
401 static int _add_all_fields(struct dm_report *rh, uint32_t type) in _add_all_fields()
412 static int _field_match(struct dm_report *rh, const char *field, size_t flen, in _field_match()
441 static int _add_sort_key(struct dm_report *rh, uint32_t field_num, in _add_sort_key()
476 static int _key_match(struct dm_report *rh, const char *key, size_t len, in _key_match()
509 static int _parse_fields(struct dm_report *rh, const char *format, in _parse_fields()
538 static int _parse_keys(struct dm_report *rh, const char *keys, in _parse_keys()
570 struct dm_report *rh; in dm_report_init() local
644 void dm_report_free(struct dm_report *rh) in dm_report_free()
661 int dm_report_set_output_field_name_prefix(struct dm_report *rh, const char *output_field_name_pref… in dm_report_set_output_field_name_prefix()
678 static void * _report_get_field_data(struct dm_report *rh, in _report_get_field_data()
689 int dm_report_object(struct dm_report *rh, void *object) in dm_report_object()
756 static int _report_headings(struct dm_report *rh) in _report_headings()
862 static int _sort_rows(struct dm_report *rh) in _sort_rows()
889 static int _output_field(struct dm_report *rh, struct dm_report_field *field) in _output_field()
971 static int _output_as_rows(struct dm_report *rh) in _output_as_rows()
1030 static int _output_as_columns(struct dm_report *rh) in _output_as_columns()
1081 int dm_report_output(struct dm_report *rh) in dm_report_output()