Home
last modified time | relevance | path

Searched refs:dm_report (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/lib/report/
H A Dreport.c60 static int _string_disp(struct dm_report *rh, struct dm_pool *mem __attribute((unused)), in _string_disp()
67 static int _dev_name_disp(struct dm_report *rh, struct dm_pool *mem __attribute((unused)), in _dev_name_disp()
151 static int _devices_disp(struct dm_report *rh __attribute((unused)), struct dm_pool *mem, in _devices_disp()
158 static int _peranges_disp(struct dm_report *rh __attribute((unused)), struct dm_pool *mem, in _peranges_disp()
165 static int _tags_disp(struct dm_report *rh __attribute((unused)), struct dm_pool *mem, in _tags_disp()
195 static int _modules_disp(struct dm_report *rh, struct dm_pool *mem, in _modules_disp()
213 static int _vgfmt_disp(struct dm_report *rh, struct dm_pool *mem, in _vgfmt_disp()
227 static int _pvfmt_disp(struct dm_report *rh, struct dm_pool *mem, in _pvfmt_disp()
242 static int _lvkmaj_disp(struct dm_report *rh, struct dm_pool *mem __attribute((unused)), in _lvkmaj_disp()
255 static int _lvkmin_disp(struct dm_report *rh, struct dm_pool *mem __attribute((unused)), in _lvkmin_disp()
[all …]
/netbsd-src/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-report.c28 struct dm_report { struct
83 struct dm_report *rh;
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()
[all …]
H A Dlibdevmapper.h963 struct dm_report;
971 int (*report_fn)(struct dm_report *rh, struct dm_pool *mem,
988 struct dm_report *dm_report_init(uint32_t *report_types,
996 int dm_report_object(struct dm_report *rh, void *object);
997 int dm_report_output(struct dm_report *rh);
998 void dm_report_free(struct dm_report *rh);
1003 int dm_report_set_output_field_name_prefix(struct dm_report *rh,
1010 int dm_report_field_string(struct dm_report *rh, struct dm_report_field *field,
1012 int dm_report_field_int32(struct dm_report *rh, struct dm_report_field *field,
1014 int dm_report_field_uint32(struct dm_report *rh, struct dm_report_field *field,
[all …]
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dlibdevmapper.h963 struct dm_report;
971 int (*report_fn)(struct dm_report *rh, struct dm_pool *mem,
988 struct dm_report *dm_report_init(uint32_t *report_types,
996 int dm_report_object(struct dm_report *rh, void *object);
997 int dm_report_output(struct dm_report *rh);
998 void dm_report_free(struct dm_report *rh);
1003 int dm_report_set_output_field_name_prefix(struct dm_report *rh,
1010 int dm_report_field_string(struct dm_report *rh, struct dm_report_field *field,
1012 int dm_report_field_int32(struct dm_report *rh, struct dm_report_field *field,
1014 int dm_report_field_uint32(struct dm_report *rh, struct dm_report_field *field,
[all …]
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c170 static struct dm_report *_report;
1947 static int _int32_disp(struct dm_report *rh, in _int32_disp()
1957 static int _uint32_disp(struct dm_report *rh, in _uint32_disp()
1967 static int _dm_name_disp(struct dm_report *rh, in _dm_name_disp()
1977 static int _dm_uuid_disp(struct dm_report *rh, in _dm_uuid_disp()
1990 static int _dm_read_ahead_disp(struct dm_report *rh, in _dm_read_ahead_disp()
2003 static int _dm_info_status_disp(struct dm_report *rh, in _dm_info_status_disp()
2021 static int _dm_info_table_loaded_disp(struct dm_report *rh, in _dm_info_table_loaded_disp()
2045 static int _dm_info_suspended_disp(struct dm_report *rh, in _dm_info_suspended_disp()
2061 static int _dm_info_read_only_disp(struct dm_report *rh, in _dm_info_read_only_disp()
[all …]