HomeSort by: relevance | last modified time | path
    Searched refs:format_type (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/gpl2/lvm2/dist/lib/format1/
lvm1-label.h 23 struct labeller *lvm1_labeller_create(struct format_type *fmt);
format1.h 28 struct format_type *init_lvm1_format(struct cmd_context *cmd);
disk-rep.h 195 struct disk_list *read_disk(const struct format_type *fmt, struct device *dev,
198 int read_pvs_in_vg(const struct format_type *fmt, const char *vg_name,
202 int write_disks(const struct format_type *fmt, struct dm_list *pvds);
208 int import_pv(const struct format_type *fmt, struct dm_pool *mem,
228 int import_pvs(const struct format_type *fmt, struct dm_pool *mem,
format1.c 266 static int _format1_pv_read(const struct format_type *fmt, const char *pv_name,
298 static int _format1_pv_setup(const struct format_type *fmt,
356 static int _format1_pv_write(const struct format_type *fmt, struct physical_volume *pv,
456 static struct format_instance *_format1_create_instance(const struct format_type *fmt,
488 static void _format1_destroy(const struct format_type *fmt)
506 struct format_type *init_lvm1_format(struct cmd_context *cmd)
508 struct format_type *init_format(struct cmd_context *cmd);
509 struct format_type *init_format(struct cmd_context *cmd)
512 struct format_type *fmt = dm_malloc(sizeof(*fmt));
  /src/external/gpl2/lvm2/dist/lib/format_pool/
pool_label.h 23 struct labeller *pool_labeller_create(struct format_type *fmt);
format_pool.h 27 struct format_type *init_pool_format(struct cmd_context *cmd);
disk_rep.h 145 int import_pool_pvs(const struct format_type *fmt, struct volume_group *vg,
147 int import_pool_pv(const struct format_type *fmt, struct dm_pool *mem,
152 int read_pool_pds(const struct format_type *fmt, const char *vgname,
154 struct pool_list *read_pool_disk(const struct format_type *fmt,
format_pool.c 193 static int _pool_pv_setup(const struct format_type *fmt __attribute((unused)),
208 static int _pool_pv_read(const struct format_type *fmt, const char *pv_name,
252 static struct format_instance *_pool_create_instance(const struct format_type *fmt,
289 static void _pool_destroy(const struct format_type *fmt)
305 struct format_type *init_pool_format(struct cmd_context *cmd)
307 struct format_type *init_format(struct cmd_context *cmd);
308 struct format_type *init_format(struct cmd_context *cmd)
311 struct format_type *fmt = dm_malloc(sizeof(*fmt));
pool_label.c 96 struct labeller *pool_labeller_create(struct format_type *fmt)
  /src/external/gpl2/lvm2/dist/include/
format1.h 28 struct format_type *init_lvm1_format(struct cmd_context *cmd);
format_pool.h 27 struct format_type *init_pool_format(struct cmd_context *cmd);
format-text.h 48 struct format_type *create_text_format(struct cmd_context *cmd);
52 struct labeller *text_labeller_create(const struct format_type *fmt);
60 int add_mda(const struct format_type *fmt, struct dm_pool *mem, struct dm_list *mdas,
64 const char *vgname_from_mda(const struct format_type *fmt,
lvmcache.h 35 struct format_type;
42 const struct format_type *fmt;
60 const struct format_type *fmt;
78 int lvmcache_add_orphan_vginfo(const char *vgname, struct format_type *fmt);
92 const struct format_type *fmt_from_vgname(const char *vgname, const char *vgid);
toolcontext.h 42 struct format_type *fmt;
60 const struct format_type *fmt; /* Current format to use by default */
61 struct format_type *fmt_backup; /* Format to use for backups */
metadata.h 158 int (*pv_analyze_mda) (const struct format_type * fmt,
202 int (*scan) (const struct format_type * fmt);
207 int (*pv_read) (const struct format_type * fmt, const char *pv_name,
215 int (*pv_setup) (const struct format_type * fmt,
227 int (*pv_write) (const struct format_type * fmt,
253 struct format_instance *(*create_instance) (const struct format_type *
266 void (*destroy) (const struct format_type * fmt);
285 int get_pv_from_vg_by_id(const struct format_type *fmt, const char *vg_name,
379 const struct format_type *pv_format_type(const struct physical_volume *pv);
  /src/external/public-domain/xz/dist/src/xz/
coder.h 22 enum format_type { enum
38 extern enum format_type opt_format;
  /src/external/gpl2/lvm2/dist/lib/format_text/
format-text.h 48 struct format_type *create_text_format(struct cmd_context *cmd);
52 struct labeller *text_labeller_create(const struct format_type *fmt);
60 int add_mda(const struct format_type *fmt, struct dm_pool *mem, struct dm_list *mdas,
64 const char *vgname_from_mda(const struct format_type *fmt,
import-export.h 54 const char *(*read_vgname) (const struct format_type *fmt,
81 const char *text_vgname_import(const struct format_type *fmt,
  /src/external/gpl2/lvm2/dist/lib/cache/
lvmcache.h 35 struct format_type;
42 const struct format_type *fmt;
60 const struct format_type *fmt;
78 int lvmcache_add_orphan_vginfo(const char *vgname, struct format_type *fmt);
92 const struct format_type *fmt_from_vgname(const char *vgname, const char *vgid);
  /src/external/gpl2/lvm2/dist/lib/commands/
toolcontext.h 42 struct format_type *fmt;
60 const struct format_type *fmt; /* Current format to use by default */
61 struct format_type *fmt_backup; /* Format to use for backups */
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata.h 158 int (*pv_analyze_mda) (const struct format_type * fmt,
202 int (*scan) (const struct format_type * fmt);
207 int (*pv_read) (const struct format_type * fmt, const char *pv_name,
215 int (*pv_setup) (const struct format_type * fmt,
227 int (*pv_write) (const struct format_type * fmt,
253 struct format_instance *(*create_instance) (const struct format_type *
266 void (*destroy) (const struct format_type * fmt);
285 int get_pv_from_vg_by_id(const struct format_type *fmt, const char *vg_name,
379 const struct format_type *pv_format_type(const struct physical_volume *pv);
  /src/usr.sbin/mmcformat/
mmcformat.c 574 uscsi_format_disc(struct uscsi_dev *mydev, int immed, int format_type,
616 buffer[ 8] = (format_type << 2) | certification;
693 uint32_t format_type, format_blks, format_param, blockingnr; local
892 format_type = 0;
916 format_type = 0x00;
919 format_type = mrw ? 0x24 : 0x10;
924 format_type = 0x10;
932 format_type = mrw ? 0x24 : 0x26;
935 format_type = spare ? 0x30 : 0x31;
949 format_type = 0x01
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/
sanity.cpp 137 format_type(const utils::assert_type type) function in namespace:__anon4693
166 std::cerr << "*** " << file << ":" << line << ": " << format_type(type);
  /src/external/gpl2/groff/dist/src/preproc/tbl/
table.h 63 enum format_type { enum
76 format_type type;
78 entry_format(format_type);
  /src/external/gpl2/gettext/include/
gettext-po.h 300 extern int po_message_is_format (po_message_t message, const char *format_type);
303 extern void po_message_set_format (po_message_t message, const char *format_type, /*bool*/int value);

Completed in 49 milliseconds

1 2 3