/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | segtype.h | 55 struct segment_type { struct 95 void (*destroy) (const struct segment_type * segtype); 101 struct segment_type *get_segtype_from_string(struct cmd_context *cmd, 106 struct segment_type *segtype); 108 struct segment_type *init_striped_segtype(struct cmd_context *cmd); 109 struct segment_type *init_zero_segtype(struct cmd_context *cmd); 110 struct segment_type *init_error_segtype(struct cmd_context *cmd); 111 struct segment_type *init_free_segtype(struct cmd_context *cmd); 112 struct segment_type *init_unknown_segtype(struct cmd_context *cmd, const char *name); 115 struct segment_type *init_snapshot_segtype(struct cmd_context *cmd); [all …]
|
H A D | lv_alloc.h | 21 const struct segment_type *segtype, 49 const struct segment_type *segtype, 60 const struct segment_type *segtype, 76 uint32_t extents, const struct segment_type *segtype);
|
H A D | metadata-exported.h | 281 struct segment_type; 286 const struct segment_type *segtype; 503 const struct segment_type *segtype, 546 const struct segment_type *segtype; /* all */
|
H A D | metadata.h | 248 const struct segment_type *segtype);
|
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
H A D | segtype.h | 55 struct segment_type { struct 95 void (*destroy) (const struct segment_type * segtype); 101 struct segment_type *get_segtype_from_string(struct cmd_context *cmd, 106 struct segment_type *segtype); 108 struct segment_type *init_striped_segtype(struct cmd_context *cmd); 109 struct segment_type *init_zero_segtype(struct cmd_context *cmd); 110 struct segment_type *init_error_segtype(struct cmd_context *cmd); 111 struct segment_type *init_free_segtype(struct cmd_context *cmd); 112 struct segment_type *init_unknown_segtype(struct cmd_context *cmd, const char *name); 115 struct segment_type *init_snapshot_segtype(struct cmd_context *cmd); [all …]
|
H A D | lv_alloc.h | 21 const struct segment_type *segtype, 49 const struct segment_type *segtype, 60 const struct segment_type *segtype, 76 uint32_t extents, const struct segment_type *segtype);
|
H A D | segtype.c | 22 struct segment_type *get_segtype_from_string(struct cmd_context *cmd, in get_segtype_from_string() 25 struct segment_type *segtype; in get_segtype_from_string()
|
H A D | lv_manip.c | 169 const struct segment_type *segtype, in alloc_lv_segment() 221 const struct segment_type *segtype; in alloc_snapshot_seg() 524 static uint32_t calc_area_multiple(const struct segment_type *segtype, in calc_area_multiple() 538 const struct segment_type *segtype, in _alloc_init() 647 const struct segment_type *segtype, in _setup_alloced_segment() 689 const struct segment_type *segtype, in _setup_alloced_segments() 1284 uint32_t extents, const struct segment_type *segtype) in lv_add_virtual_segment() 1310 const struct segment_type *segtype, in allocate_extents() 1358 const struct segment_type *segtype, in lv_add_segment() 1505 struct segment_type *mirror_segtype; in lv_add_mirror_lvs() [all …]
|
H A D | metadata-exported.h | 281 struct segment_type; 286 const struct segment_type *segtype; 503 const struct segment_type *segtype, 546 const struct segment_type *segtype; /* all */
|
H A D | metadata.h | 248 const struct segment_type *segtype);
|
/netbsd-src/external/gpl2/lvm2/dist/lib/freeseg/ |
H A D | freeseg.c | 36 static void _freeseg_destroy(const struct segment_type *segtype) in _freeseg_destroy() 46 struct segment_type *init_free_segtype(struct cmd_context *cmd) in init_free_segtype() 48 struct segment_type *segtype = dm_malloc(sizeof(*segtype)); in init_free_segtype()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/snapshot/ |
H A D | snapshot.c | 277 static void _snap_destroy(const struct segment_type *segtype) in _snap_destroy() 300 struct segment_type *init_snapshot_segtype(struct cmd_context *cmd) in init_snapshot_segtype() 302 struct segment_type *init_segtype(struct cmd_context *cmd); in init_snapshot_segtype() 303 struct segment_type *init_segtype(struct cmd_context *cmd) 306 struct segment_type *segtype = dm_malloc(sizeof(*segtype));
|
/netbsd-src/external/gpl2/lvm2/dist/lib/zero/ |
H A D | zero.c | 83 static void _zero_destroy(const struct segment_type *segtype) in _zero_destroy() 99 struct segment_type *init_zero_segtype(struct cmd_context *cmd) in init_zero_segtype() 101 struct segment_type *segtype = dm_malloc(sizeof(*segtype)); in init_zero_segtype()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/error/ |
H A D | errseg.c | 86 static void _errseg_destroy(const struct segment_type *segtype) in _errseg_destroy() 102 struct segment_type *init_error_segtype(struct cmd_context *cmd) in init_error_segtype() 104 struct segment_type *segtype = dm_malloc(sizeof(*segtype)); in init_error_segtype()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/unknown/ |
H A D | unknown.c | 79 static void _unknown_destroy(const struct segment_type *segtype) in _unknown_destroy() 94 struct segment_type *init_unknown_segtype(struct cmd_context *cmd, const char *name) in init_unknown_segtype() 96 struct segment_type *segtype = dm_malloc(sizeof(*segtype)); in init_unknown_segtype()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/commands/ |
H A D | toolcontext.c | 826 struct segment_type *segtype) in lvm_register_segtype() 828 struct segment_type *segtype2; in lvm_register_segtype() 855 struct segment_type *(*init_segtype_fn) (struct cmd_context *); in _init_single_segtype() 856 struct segment_type *segtype; in _init_single_segtype() 872 struct segment_type *segtype; in _init_segtypes() 951 segtype = dm_list_item(sgtl, struct segment_type); in _init_segtypes() 1209 struct segment_type *segtype; in _destroy_segtypes() 1213 segtype = dm_list_item(sgtl, struct segment_type); in _destroy_segtypes() 1222 struct segment_type *segtype2; in _destroy_segtypes()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/striped/ |
H A D | striped.c | 204 static void _striped_destroy(const struct segment_type *segtype) in _striped_destroy() 223 struct segment_type *init_striped_segtype(struct cmd_context *cmd) in init_striped_segtype() 225 struct segment_type *segtype = dm_malloc(sizeof(*segtype)); in init_striped_segtype()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/mirror/ |
H A D | mirrored.c | 554 static void _mirrored_destroy(const struct segment_type *segtype) in _mirrored_destroy() 580 struct segment_type *init_mirrored_segtype(struct cmd_context *cmd) in init_mirrored_segtype() 582 struct segment_type *init_segtype(struct cmd_context *cmd); in init_mirrored_segtype() 583 struct segment_type *init_segtype(struct cmd_context *cmd) 586 struct segment_type *segtype = dm_malloc(sizeof(*segtype));
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldexp.h | 200 } segment_type; typedef 203 extern segment_type *segments;
|
H A D | ldlang.h | 401 const segment_type *segment; 559 (const char *, union etree_union *, const segment_type *);
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldexp.h | 209 } segment_type; typedef 212 extern segment_type *segments;
|
H A D | ldlang.h | 413 const segment_type *segment; 573 (const char *, union etree_union *, const segment_type *);
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format_pool/ |
H A D | import_export.c | 184 struct segment_type *segtype; in _add_stripe_seg() 226 struct segment_type *segtype; in _add_linear_seg()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format1/ |
H A D | import-extents.c | 215 struct segment_type *segtype; in _read_linear() 266 struct segment_type *segtype; in _read_stripes()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-mcore.c | 2065 md_estimate_size_before_relax (fragS * fragP, segT segment_type) in md_estimate_size_before_relax() argument 2076 else if (S_GET_SEGMENT (fragP->fr_symbol) == segment_type) in md_estimate_size_before_relax() 2085 && S_GET_SEGMENT (fragP->fr_symbol) == segment_type) in md_estimate_size_before_relax()
|