HomeSort by: relevance | last modified time | path
    Searched defs:lvl2 (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/sysctl/
pathconf.c 134 int lvl2; local
138 for (lvl2 = 0; lvl2 < lp->size; lvl2++) {
139 if (lp->list[lvl2].ctl_name == 0)
141 parse(path, lp->list[lvl2].ctl_name, Aflag);
  /src/external/gpl2/lvm2/dist/tools/
vgmerge.c 37 struct lv_list *lvl1, *lvl2; local
103 dm_list_iterate_items(lvl2, &vg_from->lvs) {
104 union lvid *lvid2 = &lvl2->lv->lvid;
110 lvl2->lv->name);
118 lvl2->lv->name, uuid);
vgreduce.c 171 struct lv_list *lvl, *lvl2, *lvlt; local
279 dm_list_iterate_items_safe(lvl2, lvlt, &lvs_changed) {
281 lvl2->lv != seg_lv(mirrored_seg, s))
283 dm_list_del(&lvl2->list);
  /src/external/gpl2/lvm2/dist/lib/metadata/
lv_manip.c 1772 struct lv_list lvl, lvl2; local
1811 if (lv_is_cow(lv) && lv_is_virtual_origin(lvl2.lv = origin_from_cow(lv)))
1812 dm_list_add_h(&lvs_changed, &lvl2.list);
metadata.c 1816 struct lv_list *lvl1, *lvl2; local
1868 dm_list_iterate_items(lvl2, &vg_from->lvs) {
1869 name2 = lvl2->lv->name;
2096 struct lv_list *lvl, *lvl2; local
2172 dm_list_iterate_items(lvl2, &vg->lvs) {
2173 if (lvl == lvl2)
2175 if (!strcmp(lvl->lv->name, lvl2->lv->name)) {
2182 &lvl2->lv->lvid.id[1])) {
2188 uuid, lvl->lv->name, lvl2->lv->name,

Completed in 29 milliseconds