Searched refs:seg (Results 1 - 25 of 812) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dmerge.c65 struct lv_segment *seg, *seg2; local
72 dm_list_iterate_items(seg, &lv->segments) {
74 if (seg->le != le) {
77 lv->name, seg_count, le, seg->le);
81 area_multiplier = segtype_is_striped(seg->segtype) ?
82 seg->area_count : 1;
84 if (seg->area_len * area_multiplier != seg->len) {
87 lv->name, seg_count, seg->area_len);
91 if (complete_vg && seg
258 _lv_split_segment(struct logical_volume *lv, struct lv_segment *seg, uint32_t le) argument
349 struct lv_segment *seg; local
[all...]
H A Dsegtype.h42 #define seg_is_mirrored(seg) ((seg)->segtype->flags & SEG_AREAS_MIRRORED ? 1 : 0)
43 #define seg_is_striped(seg) ((seg)->segtype->flags & SEG_AREAS_STRIPED ? 1 : 0)
44 #define seg_is_snapshot(seg) ((seg)->segtype->flags & SEG_SNAPSHOT ? 1 : 0)
45 #define seg_is_virtual(seg) ((seg)->segtype->flags & SEG_VIRTUAL ? 1 : 0)
46 #define seg_can_split(seg) ((seg)
[all...]
H A Dsnapshot_manip.c66 void init_snapshot_seg(struct lv_segment *seg, struct logical_volume *origin, argument
69 seg->chunk_size = chunk_size;
70 seg->origin = origin;
71 seg->cow = cow;
75 cow->snapshot = seg;
83 seg->lv->status |= (SNAPSHOT | VIRTUAL);
85 dm_list_add(&origin->snapshot_segs, &seg->origin_list);
93 struct lv_segment *seg; local
115 if (!(seg = alloc_snapshot_seg(snap, 0, 0)))
118 init_snapshot_seg(seg, origi
[all...]
/netbsd-current/sys/dev/ieee1394/
H A Dfwdma.h59 struct fwdma_seg seg[0]; member in struct:fwdma_alloc_multi
68 return (char *)am->seg[offset / ssize].v_addr + (offset % ssize);
77 return am->seg[offset / ssize].bus_addr + (offset % ssize);
83 struct fwdma_seg *seg, *eseg; local
88 seg = &am->seg[am->esize * start / am->ssize];
89 eseg = &am->seg[am->esize * end / am->ssize];
92 for (; seg < &am->seg[am->nseg]; seg
111 struct fwdma_seg *seg; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf-nacl.c28 segment_executable (struct elf_segment_map *seg) argument
30 if (seg->p_flags_valid)
31 return (seg->p_flags & PF_X) != 0;
37 for (i = 0; i < seg->count; ++i)
38 if (seg->sections[i]->flags & SEC_CODE)
49 segment_eligible_for_headers (struct elf_segment_map *seg, argument
53 if (seg->count == 0 || seg->sections[0]->lma % minpagesize < sizeof_headers)
55 for (i = 0; i < seg->count; ++i)
57 if ((seg
88 struct elf_segment_map *seg; local
96 struct elf_segment_map *seg = *m; local
189 struct elf_segment_map *seg; local
330 struct elf_segment_map *seg; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-nacl.c28 segment_executable (struct elf_segment_map *seg) argument
30 if (seg->p_flags_valid)
31 return (seg->p_flags & PF_X) != 0;
37 for (i = 0; i < seg->count; ++i)
38 if (seg->sections[i]->flags & SEC_CODE)
49 segment_eligible_for_headers (struct elf_segment_map *seg, argument
53 if (seg->count == 0 || seg->sections[0]->lma % minpagesize < sizeof_headers)
55 for (i = 0; i < seg->count; ++i)
57 if ((seg
88 struct elf_segment_map *seg; local
96 struct elf_segment_map *seg = *m; local
189 struct elf_segment_map *seg; local
330 struct elf_segment_map *seg; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf-nacl.c28 segment_executable (struct elf_segment_map *seg) argument
30 if (seg->p_flags_valid)
31 return (seg->p_flags & PF_X) != 0;
37 for (i = 0; i < seg->count; ++i)
38 if (seg->sections[i]->flags & SEC_CODE)
49 segment_eligible_for_headers (struct elf_segment_map *seg, argument
53 if (seg->count == 0 || seg->sections[0]->lma % minpagesize < sizeof_headers)
55 for (i = 0; i < seg->count; ++i)
57 if ((seg
88 struct elf_segment_map *seg; local
96 struct elf_segment_map *seg = *m; local
189 struct elf_segment_map *seg; local
330 struct elf_segment_map *seg; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-nacl.c28 segment_executable (struct elf_segment_map *seg) argument
30 if (seg->p_flags_valid)
31 return (seg->p_flags & PF_X) != 0;
37 for (i = 0; i < seg->count; ++i)
38 if (seg->sections[i]->flags & SEC_CODE)
49 segment_eligible_for_headers (struct elf_segment_map *seg, argument
53 if (seg->count == 0 || seg->sections[0]->lma % minpagesize < sizeof_headers)
55 for (i = 0; i < seg->count; ++i)
57 if ((seg
88 struct elf_segment_map *seg; local
96 struct elf_segment_map *seg = *m; local
189 struct elf_segment_map *seg; local
330 struct elf_segment_map *seg; local
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/mirror/
H A Dmirrored.c50 static const char *_mirrored_name(const struct lv_segment *seg) argument
52 return seg->segtype->name;
55 static void _mirrored_display(const struct lv_segment *seg) argument
60 log_print(" Mirrors\t\t%u", seg->area_count);
61 log_print(" Mirror size\t\t%u", seg->area_len);
62 if (seg->log_lv)
63 log_print(" Mirror log volume\t%s", seg->log_lv->name);
65 if (seg->region_size) {
66 size = display_size(seg->lv->vg->cmd,
67 (uint64_t) seg
90 _mirrored_text_import(struct lv_segment *seg, const struct config_node *sn, struct dm_hash_table *pv_hash) argument
150 _mirrored_text_export(const struct lv_segment *seg, struct formatter *f) argument
183 _mirrored_target_percent(void **target_state, percent_range_t *percent_range, struct dm_pool *mem, struct cmd_context *cmd, struct lv_segment *seg, char *params, uint64_t *total_numerator, uint64_t *total_denominator) argument
244 _add_log(struct dev_manager *dm, struct lv_segment *seg, struct dm_tree_node *node, uint32_t area_count, uint32_t region_size) argument
285 _mirrored_add_target_line(struct dev_manager *dm, struct dm_pool *mem, struct cmd_context *cmd, void **target_state, struct lv_segment *seg, struct dm_tree_node *node, uint64_t len, uint32_t *pvmove_mirror_count) argument
356 _mirrored_target_present(struct cmd_context *cmd, const struct lv_segment *seg, unsigned *attributes) argument
450 _target_monitored(struct lv_segment *seg, int *pending) argument
488 _target_set_events(struct lv_segment *seg, int evmask __attribute((unused)), int set) argument
519 _target_monitor_events(struct lv_segment *seg, int events) argument
524 _target_unmonitor_events(struct lv_segment *seg, int events) argument
532 _mirrored_modules_needed(struct dm_pool *mem, const struct lv_segment *seg, struct dm_list *modules) argument
[all...]
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dsegtype.h42 #define seg_is_mirrored(seg) ((seg)->segtype->flags & SEG_AREAS_MIRRORED ? 1 : 0)
43 #define seg_is_striped(seg) ((seg)->segtype->flags & SEG_AREAS_STRIPED ? 1 : 0)
44 #define seg_is_snapshot(seg) ((seg)->segtype->flags & SEG_SNAPSHOT ? 1 : 0)
45 #define seg_is_virtual(seg) ((seg)->segtype->flags & SEG_VIRTUAL ? 1 : 0)
46 #define seg_can_split(seg) ((seg)
[all...]
H A Dtext_import.h24 int text_import_areas(struct lv_segment *seg, const struct config_node *sn,
/netbsd-current/sys/arch/playstation2/ee/
H A Dsif.c101 iopdma_allocate_buffer(struct iopdma_segment *seg, size_t size) argument
108 seg->size = ROUND64(size);
110 seg->iop_paddr = iopmem_alloc(seg->size);
112 if (seg->iop_paddr == 0) {
119 seg->ee_vaddr = IOPPHYS_TO_EEKV(seg->iop_paddr);
124 DPRINTF("0x%08x+%#lx (total=%#x)\n", seg->iop_paddr, size,
127 KDASSERT((seg->ee_vaddr & 63) == 0);
133 iopdma_free_buffer(struct iopdma_segment *seg) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-ft32.h48 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
49 (! SEG_NORMAL (seg) || ft32_force_relocation (fix))
52 #define TC_LINKRELAX_FIXUP(seg) \
53 ((seg->flags & SEC_CODE) || (seg->flags & SEC_DEBUGGING))
58 #define TC_VALIDATE_FIX_SUB(fix, seg) ft32_validate_fix_sub (fix)
H A Dobj-som.h63 #define INIT_STAB_SECTION(seg) obj_som_init_stab_section (seg)
H A Dtc-wasm32.h43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix)
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix)
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix)
46 #define TC_VALIDATE_FIX_SUB(fix,seg) wasm32_force_relocation (fix)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ft32.h48 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
49 (! SEG_NORMAL (seg) || ft32_force_relocation (fix))
52 #define TC_LINKRELAX_FIXUP(seg) \
53 ((seg->flags & SEC_CODE) || (seg->flags & SEC_DEBUGGING))
58 #define TC_VALIDATE_FIX_SUB(fix, seg) ft32_validate_fix_sub (fix)
H A Dtc-wasm32.h43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix)
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix)
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix)
46 #define TC_VALIDATE_FIX_SUB(fix,seg) wasm32_force_relocation (fix)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-ft32.h48 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
49 (! SEG_NORMAL (seg) || ft32_force_relocation (fix))
52 #define TC_LINKRELAX_FIXUP(seg) \
53 ((seg->flags & SEC_CODE) || (seg->flags & SEC_DEBUGGING))
58 #define TC_VALIDATE_FIX_SUB(fix, seg) ft32_validate_fix_sub (fix)
H A Dtc-wasm32.h43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix)
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix)
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix)
46 #define TC_VALIDATE_FIX_SUB(fix,seg) wasm32_force_relocation (fix)
/netbsd-current/external/gpl2/lvm2/dist/lib/striped/
H A Dstriped.c32 static const char *_striped_name(const struct lv_segment *seg) argument
34 return (seg->area_count == 1) ? "linear" : seg->segtype->name;
37 static void _striped_display(const struct lv_segment *seg) argument
41 if (seg->area_count == 1)
42 display_stripe(seg, 0, " ");
44 log_print(" Stripes\t\t%u", seg->area_count);
46 if (seg->lv->vg->cmd->si_unit_consistency)
48 display_size(seg->lv->vg->cmd,
49 (uint64_t) seg
73 _striped_text_import(struct lv_segment *seg, const struct config_node *sn, struct dm_hash_table *pv_hash) argument
96 _striped_text_export(const struct lv_segment *seg, struct formatter *f) argument
164 _striped_add_target_line(struct dev_manager *dm, struct dm_pool *mem __attribute((unused)), struct cmd_context *cmd __attribute((unused)), void **target_state __attribute((unused)), struct lv_segment *seg, struct dm_tree_node *node, uint64_t len, uint32_t *pvmove_mirror_count __attribute((unused))) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-segovr.s5 .irp seg, ds, ss
7 mov %\seg:(%r\reg), %eax
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-xc16x/
H A Doffset.s4 jmps #seg:.12,#sof:.12
9 calls #seg:.13,#sof:.13
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m68hc11/
H A Dindexed12.s13 ldaa L2-L1,x ; -> ldaa 2,x (5-bit offset), text seg
14 adda L1-L2,y ; -> adda -2,y (5-bit offset), text seg
16 orab L7-L6,sp ; -> orab 8,sp (5-bit offset), text seg
17 anda L8-L7,sp ; -> anda 15,sp (5-bit offset), text seg
18 eora L7-L8,sp ; -> eora -15,sp (5-bit offset), text seg
19 eorb L7-L9,sp ; -> eorb -16,sp (5-bit offset), text seg
21 andb L9-L7,sp ; -> andb 16,sp (9-bit offset), text seg
22 staa L7-L10,x ; -> staa -17,x (9-bit offset), text seg
23 stab L11-L10,y ; -> stab 128,y (9-bit offset), text seg
24 stab L10-L11,y ; -> stab -128,y (9-bit offset), text seg
[all...]
/netbsd-current/sys/external/bsd/drm2/include/drm/
H A Dbus_dma_hacks.h130 #define MAX_STACK_SEGS 32 /* XXXMRG: 512 bytes on 16 byte seg platforms */
145 int nsegs, seg; local
174 for (seg = 0; seg < nsegs; seg++) {
175 page = &pgs[seg]->p_vmp;
179 segs[seg].ds_addr = baddr;
180 segs[seg].ds_len = PAGE_SIZE;
205 int seg; local
209 for (seg
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Dtext_import.h24 int text_import_areas(struct lv_segment *seg, const struct config_node *sn,

Completed in 347 milliseconds

1234567891011>>