/netbsd-src/external/gpl2/lvm2/dist/test/api/ |
H A D | test.c | 182 static void _add_pvs_to_pvname_hash(struct dm_list *pvs) in _add_pvs_to_pvname_hash() argument 185 dm_list_iterate_items(pvl, pvs) { in _add_pvs_to_pvname_hash() 190 static void _remove_device_from_pvname_hash(struct dm_list *pvs, const char *name) in _remove_device_from_pvname_hash() argument 193 dm_list_iterate_items(pvl, pvs) { in _remove_device_from_pvname_hash() 198 static void _add_device_to_pvname_hash(struct dm_list *pvs, const char *name) in _add_device_to_pvname_hash() argument 201 dm_list_iterate_items(pvl, pvs) { in _add_device_to_pvname_hash() 209 struct dm_list *pvs; in _vg_reduce() local 230 pvs = lvm_vg_list_pvs(vg); in _vg_reduce() 231 if (pvs && !dm_list_empty(pvs)) in _vg_reduce() 232 _remove_device_from_pvname_hash(pvs, argv[2]); in _vg_reduce() [all …]
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format1/ |
H A D | format1.c | 28 static int _check_vgs(struct dm_list *pvs) in _check_vgs() argument 43 dm_list_iterate_items(dl, pvs) { in _check_vgs() 52 dm_list_iterate_safe(pvh, t, pvs) { in _check_vgs() 62 dm_list_iterate_safe(pvh, t, pvs) { in _check_vgs() 116 struct dm_list *pvs, in _build_vg() argument 125 if (dm_list_empty(pvs)) in _build_vg() 134 dm_list_init(&vg->pvs); in _build_vg() 139 if (!_check_vgs(pvs)) in _build_vg() 142 dl = dm_list_item(pvs->n, struct disk_list); in _build_vg() 147 if (!import_pvs(fid->fmt, mem, vg, pvs, &vg->pvs, &vg->pv_count)) in _build_vg() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | ob.d | 218 void opAssign(const ref PtrVarState pvs) in opAssign() 220 state = pvs.state; in opAssign() 221 deps = pvs.deps; in opAssign() 230 void combine(ref PtrVarState pvs, size_t vi, PtrVarState[] gen) in combine() 236 switch (X(state, pvs.state)) in combine() 245 state = pvs.state; in combine() 246 deps = pvs.deps; in combine() 266 deps.or(pvs.deps); in combine() 276 bool opEquals(const ref PtrVarState pvs) const in opEquals() 278 return state == pvs.state && in opEquals() [all …]
|
/netbsd-src/external/gpl2/lvm2/dist/liblvm/ |
H A D | lvm_vg.c | 105 if (dm_list_empty(&vg->pvs)) { in lvm_vg_write() 187 pv_list_t *pvs; in lvm_vg_list_pvs() local 190 if (dm_list_empty(&vg->pvs)) in lvm_vg_list_pvs() 199 dm_list_iterate_items(pvl, &vg->pvs) { in lvm_vg_list_pvs() 200 if (!(pvs = dm_pool_zalloc(vg->vgmem, sizeof(*pvs)))) { in lvm_vg_list_pvs() 205 pvs->pv = pvl->pv; in lvm_vg_list_pvs() 206 dm_list_add(list, &pvs->list); in lvm_vg_list_pvs()
|
/netbsd-src/external/gpl2/lvm2/dist/test/ |
H A D | t-listings.sh | 34 pvs --noheadings|tee out 38 pvs --noheadings -o seg_all,pv_all,lv_all,vg_all | tee out 44 pvs -o +pv_mda_count,pv_mda_free $devs 54 test $(pvs -o vg_name --noheadings $dev2) = $vg
|
H A D | t-pvremove-usage.sh | 22 pvs | not grep $dev2 49 pvs $dev1 56 not pvs $dev1
|
H A D | t-mirror-lvconvert-usage.sh | 33 local pvs="$*" 37 echo "Check if mirror images of $lv are on PVs $pvs" 39 echo $pvs | sed 's/ /\n/g' | sort | uniq > out1
|
H A D | t-lvmcache-exercise.sh | 22 pvs 23 pvs
|
H A D | t-mirror-vgreduce-removemissing.sh | 22 local pvs=$* 24 echo "Check if $lv is exactly on PVs $pvs" 26 echo $pvs | sed 's/ /\n/g' | sort | uniq > out1 38 local pvs="$*" 42 echo "Check if mirror images of $lv are on PVs $pvs" 44 echo $pvs | sed 's/ /\n/g' | sort | uniq > out1
|
H A D | t-vgcfgbackup-usage.sh | 29 pv1_uuid=$(pvs --noheadings -o pv_uuid $dev1) 30 pv2_uuid=$(pvs --noheadings -o pv_uuid $dev2)
|
H A D | t-vgreduce-usage.sh | 73 pvs --segments -o +lv_name # for record only 83 pvs -P # for record
|
H A D | t-lvm-init.sh | 20 not pvs --config 'global { units = "<" }'
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | reloc.cc | 693 View_size* pvs = &(*pviews)[i]; in write_sections() local 695 pvs->view = NULL; in write_sections() 722 pvs->offset = posd->offset(); in write_sections() 723 pvs->view_size = posd->data_size(); in write_sections() 724 pvs->view = of->get_output_view(pvs->offset, pvs->view_size); in write_sections() 725 pvs->address = posd->address(); in write_sections() 726 pvs->is_input_output_view = false; in write_sections() 727 pvs->is_postprocessing_view = false; in write_sections() 728 pvs->is_ctors_reverse_view = false; in write_sections() 837 pvs->view = view; in write_sections() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | reloc.cc | 693 View_size* pvs = &(*pviews)[i]; in write_sections() local 695 pvs->view = NULL; in write_sections() 722 pvs->offset = posd->offset(); in write_sections() 723 pvs->view_size = posd->data_size(); in write_sections() 724 pvs->view = of->get_output_view(pvs->offset, pvs->view_size); in write_sections() 725 pvs->address = posd->address(); in write_sections() 726 pvs->is_input_output_view = false; in write_sections() 727 pvs->is_postprocessing_view = false; in write_sections() 728 pvs->is_ctors_reverse_view = false; in write_sections() 837 pvs->view = view; in write_sections() [all …]
|
/netbsd-src/external/gpl2/lvm2/dist/tools/ |
H A D | vgmerge.c | 87 while (!dm_list_empty(&vg_from->pvs)) { in _vgmerge_single() 88 struct dm_list *pvh = vg_from->pvs.n; in _vgmerge_single() 91 dm_list_move(&vg_to->pvs, pvh); in _vgmerge_single()
|
H A D | lvcreate.c | 26 char **pvs; member 152 lcp->pv_count, lcp->pvs, 1))) in _update_extents_params() 155 lp->pvh = &vg->pvs; in _update_extents_params() 562 lcp->pvs = argv; in _lvcreate_params()
|
H A D | lvconvert.c | 43 char **pvs; member 233 lp->pvs = argv; in _read_params() 429 dm_list_iterate_items(pvl, &vg->pvs) { in _failed_pv_list() 984 lp.pvs, 0))) in lvconvert() 987 lp.pvh = &vg->pvs; in lvconvert()
|
H A D | vgexport.c | 39 dm_list_iterate_items(pvl, &vg->pvs) { in vgexport_single()
|
H A D | vgimport.c | 43 dm_list_iterate_items(pvl, &vg->pvs) { in vgimport_single()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
H A D | metadata.c | 226 dm_list_add(&vg->pvs, &pvl->list); in add_pv_to_vg() 299 dm_list_iterate_items(pvl, &vg->pvs) { in get_pv_from_vg_by_id() 332 dm_list_move(&vg_to->pvs, &pvl->list); in move_pv() 447 dm_list_iterate_items(pvl, &vg->pvs) { in vg_rename() 501 dm_list_iterate_items_safe(pvl, tpvl, &vg->pvs) { in vg_remove_check() 839 dm_list_init(&vg->pvs); in vg_create() 968 dm_list_iterate_items(pvl, &vg->pvs) { in vg_set_extent_size() 1577 dm_list_iterate_items(pvl, &vg->pvs) in _find_pv_in_vg() 1600 dm_list_iterate_items(pvl, &vg->pvs) in pv_is_in_vg() 1631 dm_list_iterate_items(pvl, &vg->pvs) in _find_pv_in_vg_by_uuid() [all …]
|
H A D | pv_map.c | 126 static int _create_maps(struct dm_pool *mem, struct dm_list *pvs, struct dm_list *pvms) in _create_maps() argument 131 dm_list_iterate_items(pvl, pvs) { in _create_maps()
|
/netbsd-src/sys/arch/playstation2/ee/ |
H A D | gsreg.h | 52 #define SMODE1(vhp, vcksel, slck2, nvck, clksel, pevs, pehs, pvs, phs, \ argument 61 ((u_int64_t)(pvs) << 27) | \
|
/netbsd-src/external/gpl2/lvm2/dist/scripts/ |
H A D | lvm_dump.sh | 208 pvs="$("$LVM" pvs --separator , --noheadings --units s --nosuffix -o \ 210 for line in $pvs
|
H A D | vgimportclone.sh | 207 PVS_OUT=`"${LVM}" pvs ${LVM_OPTS} --noheadings -o vg_name "$ARG" 2>/dev/null` 280 PVINFO=`"${LVM}" pvs ${LVM_OPTS} -o pv_name,vg_name,vg_attr --noheadings --separator : 2>/dev/null`
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format_pool/ |
H A D | import_export.c | 105 struct dm_list *pvs, struct dm_pool *mem, struct dm_list *pls) in import_pool_pvs() argument 125 dm_list_add(pvs, &pvl->list); in import_pool_pvs()
|