Searched refs:format_type (Results 1 - 25 of 48) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/format1/
H A Dlvm1-label.h23 struct labeller *lvm1_labeller_create(struct format_type *fmt);
H A Dformat1.h28 struct format_type *init_lvm1_format(struct cmd_context *cmd);
H A Ddisk-rep.h195 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,
H A Dformat1.c266 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));
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/format_pool/
H A Dpool_label.h23 struct labeller *pool_labeller_create(struct format_type *fmt);
H A Dformat_pool.h27 struct format_type *init_pool_format(struct cmd_context *cmd);
H A Ddisk_rep.h145 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,
H A Dformat_pool.c193 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));
H A Dpool_label.c96 struct labeller *pool_labeller_create(struct format_type *fmt)
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A Dformat1.h28 struct format_type *init_lvm1_format(struct cmd_context *cmd);
H A Dformat_pool.h27 struct format_type *init_pool_format(struct cmd_context *cmd);
H A Dformat-text.h48 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,
H A Dlvmcache.h35 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);
H A Dtoolcontext.h42 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 */
H A Dmetadata.h158 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);
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dcoder.h22 enum format_type { enum
38 extern enum format_type opt_format;
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/format_text/
H A Dformat-text.h48 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,
H A Dimport-export.h54 const char *(*read_vgname) (const struct format_type *fmt,
81 const char *text_vgname_import(const struct format_type *fmt,
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/cache/
H A Dlvmcache.h35 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);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.h42 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 */
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata.h158 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);
/netbsd-6-1-5-RELEASE/usr.sbin/mmcformat/
H A Dmmcformat.c574 uscsi_format_disc(struct uscsi_dev *mydev, int immed, int format_type, argument
616 buffer[ 8] = (format_type << 2) | certification;
698 uint32_t format_type, format_blks, format_param, blockingnr; local
896 format_type = 0;
920 format_type = 0x00;
923 format_type = mrw ? 0x24 : 0x10;
928 format_type = 0x10;
936 format_type = mrw ? 0x24 : 0x26;
939 format_type = spare ? 0x30 : 0x31;
953 format_type
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/tbl/
H A Dtable.h63 enum format_type { enum
76 format_type type;
78 entry_format(format_type);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dgettext-po.h228 extern int po_message_is_format (po_message_t message, const char *format_type);
231 extern void po_message_set_format (po_message_t message, const char *format_type, /*bool*/int value);
H A Dgettext-po.c858 po_message_is_format (po_message_t message, const char *format_type) argument
861 size_t len = strlen (format_type);
864 if (len >= 7 && memcmp (format_type + len - 7, "-format", 7) == 0)
867 && memcmp (format_language[i], format_type, len - 7) == 0)
868 /* The given format_type corresponds to (enum format_type) i. */
877 po_message_set_format (po_message_t message, const char *format_type, /*bool*/int value) argument
880 size_t len = strlen (format_type);
883 if (len >= 7 && memcmp (format_type + len - 7, "-format", 7) == 0)
886 && memcmp (format_language[i], format_type, le
[all...]

Completed in 298 milliseconds

12