/netbsd-src/external/gpl2/lvm2/dist/lib/mirror/ |
H A D | mirrored.c | 50 static const char *_mirrored_name(const struct lv_segment *seg) in _mirrored_name() 55 static void _mirrored_display(const struct lv_segment *seg) in _mirrored_display() 90 static int _mirrored_text_import(struct lv_segment *seg, const struct config_node *sn, in _mirrored_text_import() 150 static int _mirrored_text_export(const struct lv_segment *seg, struct formatter *f) in _mirrored_text_export() 187 struct lv_segment *seg, char *params, in _mirrored_target_percent() 244 static int _add_log(struct dev_manager *dm, struct lv_segment *seg, in _add_log() 287 struct lv_segment *seg, in _mirrored_add_target_line() 357 const struct lv_segment *seg, in _mirrored_target_present() 450 static int _target_monitored(struct lv_segment *seg, int *pending) in _target_monitored() 488 static int _target_set_events(struct lv_segment *seg, in _target_set_events() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf-nacl.c | 28 segment_executable (struct elf_segment_map *seg) in segment_executable() 49 segment_eligible_for_headers (struct elf_segment_map *seg, in segment_eligible_for_headers() 88 struct elf_segment_map *seg; in nacl_modify_segment_map() local 96 struct elf_segment_map *seg = *m; in nacl_modify_segment_map() local 189 struct elf_segment_map *seg; in nacl_modify_segment_map() local 330 struct elf_segment_map *seg; in nacl_final_write_processing() local
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf-nacl.c | 28 segment_executable (struct elf_segment_map *seg) in segment_executable() 49 segment_eligible_for_headers (struct elf_segment_map *seg, in segment_eligible_for_headers() 88 struct elf_segment_map *seg; in nacl_modify_segment_map() local 96 struct elf_segment_map *seg = *m; in nacl_modify_segment_map() local 189 struct elf_segment_map *seg; in nacl_modify_segment_map() local 330 struct elf_segment_map *seg; in nacl_final_write_processing() local
|
/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | segtype.h | 42 #define seg_is_mirrored(seg) ((seg)->segtype->flags & SEG_AREAS_MIRRORED ? 1 : 0) argument 43 #define seg_is_striped(seg) ((seg)->segtype->flags & SEG_AREAS_STRIPED ? 1 : 0) argument 44 #define seg_is_snapshot(seg) ((seg)->segtype->flags & SEG_SNAPSHOT ? 1 : 0) argument 45 #define seg_is_virtual(seg) ((seg)->segtype->flags & SEG_VIRTUAL ? 1 : 0) argument 46 #define seg_can_split(seg) ((seg)->segtype->flags & SEG_CAN_SPLIT ? 1 : 0) argument 47 #define seg_cannot_be_zeroed(seg) ((seg)->segtype->flags & SEG_CANNOT_BE_ZEROED ? 1 : 0) argument 48 #define seg_monitored(seg) ((seg)->segtype->flags & SEG_MONITORED ? 1 : 0) argument 49 #define seg_unknown(seg) ((seg)->segtype->flags & SEG_UNKNOWN ? 1 : 0) argument
|
H A D | metadata.h | 169 #define seg_pvseg(seg, s) (seg)->areas[(s)].u.pv.pvseg argument 170 #define seg_dev(seg, s) (seg)->areas[(s)].u.pv.pvseg->pv->dev argument 171 #define seg_pe(seg, s) (seg)->areas[(s)].u.pv.pvseg->pe argument 172 #define seg_le(seg, s) (seg)->areas[(s)].u.lv.le argument 192 struct lv_segment *seg; member
|
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
H A D | segtype.h | 42 #define seg_is_mirrored(seg) ((seg)->segtype->flags & SEG_AREAS_MIRRORED ? 1 : 0) argument 43 #define seg_is_striped(seg) ((seg)->segtype->flags & SEG_AREAS_STRIPED ? 1 : 0) argument 44 #define seg_is_snapshot(seg) ((seg)->segtype->flags & SEG_SNAPSHOT ? 1 : 0) argument 45 #define seg_is_virtual(seg) ((seg)->segtype->flags & SEG_VIRTUAL ? 1 : 0) argument 46 #define seg_can_split(seg) ((seg)->segtype->flags & SEG_CAN_SPLIT ? 1 : 0) argument 47 #define seg_cannot_be_zeroed(seg) ((seg)->segtype->flags & SEG_CANNOT_BE_ZEROED ? 1 : 0) argument 48 #define seg_monitored(seg) ((seg)->segtype->flags & SEG_MONITORED ? 1 : 0) argument 49 #define seg_unknown(seg) ((seg)->segtype->flags & SEG_UNKNOWN ? 1 : 0) argument
|
H A D | merge.c | 65 struct lv_segment *seg, *seg2; in check_lv_segments() local 258 static int _lv_split_segment(struct logical_volume *lv, struct lv_segment *seg, in _lv_split_segment() 349 struct lv_segment *seg; in lv_split_segment() local
|
H A D | mirror.c | 62 struct lv_segment *seg; in find_temporary_mirror() local 82 struct lv_segment *seg; in lv_mirror_count() local 101 struct lv_segment *find_mirror_seg(struct lv_segment *seg) in find_mirror_seg() 428 struct lv_segment *seg; in _is_mirror_image_removable() local 980 struct lv_segment *seg; in remove_mirrors_from_segments() local 1019 struct lv_segment *seg; in get_pvmove_pvname_from_lv_mirr() local 1034 struct lv_segment *seg; in get_pvmove_pvname_from_lv() local 1054 struct lv_segment *seg; in find_pvmove_lv() local 1096 struct lv_segment *seg; in lvs_using_lv() local 1138 struct lv_segment *seg; in copy_percent() local [all …]
|
H A D | lv_manip.c | 38 struct lv_segment *seg) in add_seg_to_segs_using_this_lv() 65 struct lv_segment *seg) in remove_seg_from_segs_using_this_lv() 181 struct lv_segment *seg; in alloc_lv_segment() local 220 struct lv_segment *seg; in alloc_snapshot_seg() local 243 void release_lv_segment_area(struct lv_segment *seg, uint32_t s, in release_lv_segment_area() 321 int set_lv_segment_area_pv(struct lv_segment *seg, uint32_t area_num, in set_lv_segment_area_pv() 336 int set_lv_segment_area_lv(struct lv_segment *seg, uint32_t area_num, in set_lv_segment_area_lv() 358 struct lv_segment *seg, in _lv_segment_add_areas() 378 static int _lv_segment_reduce(struct lv_segment *seg, uint32_t reduction) in _lv_segment_reduce() 408 struct lv_segment *seg; in _lv_reduce() local [all …]
|
H A D | metadata.h | 169 #define seg_pvseg(seg, s) (seg)->areas[(s)].u.pv.pvseg argument 170 #define seg_dev(seg, s) (seg)->areas[(s)].u.pv.pvseg->pv->dev argument 171 #define seg_pe(seg, s) (seg)->areas[(s)].u.pv.pvseg->pe argument 172 #define seg_le(seg, s) (seg)->areas[(s)].u.lv.le argument 192 struct lv_segment *seg; member
|
/netbsd-src/external/gpl2/lvm2/dist/lib/snapshot/ |
H A D | snapshot.c | 31 static const char *_snap_name(const struct lv_segment *seg) in _snap_name() 36 static int _snap_text_import(struct lv_segment *seg, const struct config_node *sn, in _snap_text_import() 82 static int _snap_text_export(const struct lv_segment *seg, struct formatter *f) in _snap_text_export() 183 static int _target_registered(struct lv_segment *seg, int *pending) in _target_registered() 221 static int _target_set_events(struct lv_segment *seg, in _target_set_events() 250 static int _target_register_events(struct lv_segment *seg, in _target_register_events() 256 static int _target_unregister_events(struct lv_segment *seg, in _target_unregister_events()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/striped/ |
H A D | striped.c | 32 static const char *_striped_name(const struct lv_segment *seg) in _striped_name() 37 static void _striped_display(const struct lv_segment *seg) in _striped_display() 73 static int _striped_text_import(struct lv_segment *seg, const struct config_node *sn, in _striped_text_import() 96 static int _striped_text_export(const struct lv_segment *seg, struct formatter *f) in _striped_text_export() 168 struct lv_segment *seg, in _striped_add_target_line()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/unknown/ |
H A D | unknown.c | 31 static const char *_unknown_name(const struct lv_segment *seg) in _unknown_name() 37 static int _unknown_text_import(struct lv_segment *seg, const struct config_node *sn, in _unknown_text_import() 60 static int _unknown_text_export(const struct lv_segment *seg, struct formatter *f) in _unknown_text_export()
|
/netbsd-src/sys/arch/alpha/common/ |
H A D | sgmap_typedep.c | 76 int pteidx, error, spill, seg = *segp; in __C() local 331 int seg, error; in __C() local 390 int seg, error; in __C() local 461 int i, seg, error; in __C() local 544 int spill, seg, pteidx; in __C() local
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-wasm32.h | 43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix) argument 44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix) argument 45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix) argument 46 #define TC_VALIDATE_FIX_SUB(fix,seg) wasm32_force_relocation (fix) argument
|
H A D | tc-ft32.h | 48 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument 52 #define TC_LINKRELAX_FIXUP(seg) \ argument 58 #define TC_VALIDATE_FIX_SUB(fix, seg) ft32_validate_fix_sub (fix) argument
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-wasm32.h | 43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix) argument 44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix) argument 45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix) argument 46 #define TC_VALIDATE_FIX_SUB(fix,seg) wasm32_force_relocation (fix) argument
|
H A D | tc-ft32.h | 48 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument 52 #define TC_LINKRELAX_FIXUP(seg) \ argument 58 #define TC_VALIDATE_FIX_SUB(fix, seg) ft32_validate_fix_sub (fix) argument
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | subsegs.c | 58 alloc_seginfo (segT seg) in alloc_seginfo() 78 subseg_change (segT seg, int subseg) in subseg_change() 88 subseg_set_rest (segT seg, subsegT subseg) in subseg_set_rest() 244 segT seg; in section_symbol() local
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | subsegs.c | 58 alloc_seginfo (segT seg) in alloc_seginfo() 77 subseg_change (segT seg, int subseg) in subseg_change() 87 subseg_set_rest (segT seg, subsegT subseg) in subseg_set_rest() 244 segT seg; in section_symbol() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dce120/ |
H A D | amdgpu_hw_translate_dce120.c | 49 #define BASE_INNER(seg) \ argument 53 #define BASE(seg) \ argument
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn10/ |
H A D | amdgpu_hw_translate_dcn10.c | 49 #define BASE_INNER(seg) \ argument 53 #define BASE(seg) \ argument
|
/netbsd-src/sys/dev/ieee1394/ |
H A D | fwdma.h | 59 struct fwdma_seg seg[0]; member 83 struct fwdma_seg *seg, *eseg; in fwdma_sync_multiseg() local 111 struct fwdma_seg *seg; in fwdma_sync_multiseg_all() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn21/ |
H A D | amdgpu_hw_translate_dcn21.c | 55 #define BASE_INNER(seg) DMU_BASE__INST0_SEG ## seg argument 57 #define BASE(seg) BASE_INNER(seg) argument
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn20/ |
H A D | amdgpu_hw_translate_dcn20.c | 55 #define BASE_INNER(seg) DCN_BASE__INST0_SEG ## seg argument 57 #define BASE(seg) BASE_INNER(seg) argument
|