HomeSort by: relevance | last modified time | path
    Searched refs:dm_report (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/lvm2/dist/lib/report/
report.c 60 static int _string_disp(struct dm_report *rh, struct dm_pool *mem __attribute((unused)),
67 static int _dev_name_disp(struct dm_report *rh, struct dm_pool *mem __attribute((unused)),
151 static int _devices_disp(struct dm_report *rh __attribute((unused)), struct dm_pool *mem,
158 static int _peranges_disp(struct dm_report *rh __attribute((unused)), struct dm_pool *mem,
165 static int _tags_disp(struct dm_report *rh __attribute((unused)), struct dm_pool *mem,
195 static int _modules_disp(struct dm_report *rh, struct dm_pool *mem,
213 static int _vgfmt_disp(struct dm_report *rh, struct dm_pool *mem,
227 static int _pvfmt_disp(struct dm_report *rh, struct dm_pool *mem,
242 static int _lvkmaj_disp(struct dm_report *rh, struct dm_pool *mem __attribute((unused)),
255 static int _lvkmin_disp(struct dm_report *rh, struct dm_pool *mem __attribute((unused))
    [all...]
  /src/external/gpl2/lvm2/dist/libdm/
libdm-report.c 28 struct dm_report { struct
83 struct dm_report *rh;
88 static const struct dm_report_object_type *_find_type(struct dm_report *rh,
104 int dm_report_field_string(struct dm_report *rh,
120 int dm_report_field_int(struct dm_report *rh,
149 int dm_report_field_uint32(struct dm_report *rh,
178 int dm_report_field_int32(struct dm_report *rh,
207 int dm_report_field_uint64(struct dm_report *rh,
248 static void _display_fields(struct dm_report *rh)
290 static int _copy_field(struct dm_report *rh, struct field_properties *dest
    [all...]
libdevmapper.h 963 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...]
  /src/external/gpl2/lvm2/dist/include/
libdevmapper.h 963 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...]
  /src/external/gpl2/lvm2/dist/tools/
dmsetup.c 170 static struct dm_report *_report;
1947 static int _int32_disp(struct dm_report *rh,
1957 static int _uint32_disp(struct dm_report *rh,
1967 static int _dm_name_disp(struct dm_report *rh,
1977 static int _dm_uuid_disp(struct dm_report *rh,
1990 static int _dm_read_ahead_disp(struct dm_report *rh,
2003 static int _dm_info_status_disp(struct dm_report *rh,
2021 static int _dm_info_table_loaded_disp(struct dm_report *rh,
2045 static int _dm_info_suspended_disp(struct dm_report *rh,
2061 static int _dm_info_read_only_disp(struct dm_report *rh
    [all...]

Completed in 19 milliseconds