| /netbsd-src/external/gpl2/lvm2/dist/lib/display/ |
| H A D | display.c | 317 if (!id_write_format(&pv->id, uuid, sizeof(uuid))) { in pvdisplay_colons() 377 if (!id_write_format(&pv->id, uuid, sizeof(uuid))) { in pvdisplay_full() 443 if (!id_write_format(&pv->id, uuid, sizeof(uuid))) in pvdisplay_short() 489 if (!id_write_format(&lv->lvid.id[1], uuid, sizeof(uuid))) in lvdisplay_full() 727 if (!id_write_format(&vg->id, uuid, sizeof(uuid))) { in vgdisplay_full() 760 if (!id_write_format(&vg->id, uuid, sizeof(uuid))) { in vgdisplay_colons()
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/format_text/ |
| H A D | export.c | 372 if (!id_write_format(&vg->id, buffer, sizeof(buffer))) in _print_vg() 420 if (!pv || !id_write_format(&pv->id, uuid, sizeof(uuid))) in _get_pv_name() 440 if (!id_write_format(&pv->id, buffer, sizeof(buffer))) in _print_pvs() 569 if (!id_write_format(&lv->lvid.id[1], buffer, sizeof(buffer))) in _print_lv() 682 !id_write_format(&pv->id, uuid, 64)) in _build_pv_names()
|
| H A D | text_label.c | 61 if (!id_write_format((const struct id *)pvhdr->pv_uuid, buffer, in _text_write()
|
| H A D | import_vsn1.c | 194 if (!id_write_format(&pv->id, buffer, sizeof(buffer))) in _read_pv()
|
| H A D | format-text.c | 1114 if (!id_write_format(vgid, uuid, sizeof(uuid))) { in vgname_from_mda() 2032 if (!id_write_format(&id, buffer, sizeof(buffer))) in _get_config_disk_area()
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/format_pool/ |
| H A D | disk_rep.c | 65 id_write_format(&pl->pv_uuid, uuid, ID_LEN + 7); in _add_pl_to_list() 95 id_write_format(&pvid, uuid, ID_LEN + 7); in read_pool_label() 99 id_write_format(&vgid, uuid, ID_LEN + 7); in read_pool_label()
|
| /netbsd-src/external/gpl2/lvm2/dist/liblvm/ |
| H A D | lvm_pv.c | 26 if (!id_write_format(&pv->id, uuid, sizeof(uuid))) { in lvm_pv_get_uuid()
|
| H A D | lvm_lv.c | 38 if (!id_write_format(&lv->lvid.id[1], uuid, sizeof(uuid))) { in lvm_lv_get_uuid()
|
| H A D | lvm_vg.c | 303 if (!id_write_format(&vg->id, uuid, sizeof(uuid))) { in lvm_vg_get_uuid()
|
| /netbsd-src/external/gpl2/lvm2/dist/include/ |
| H A D | uuid.h | 52 int id_write_format(const struct id *id, char *buffer, size_t size);
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/uuid/ |
| H A D | uuid.h | 52 int id_write_format(const struct id *id, char *buffer, size_t size);
|
| H A D | uuid.c | 158 int id_write_format(const struct id *id, char *buffer, size_t size) in id_write_format() function
|
| /netbsd-src/external/gpl2/lvm2/dist/tools/ |
| H A D | vgmerge.c | 113 if (!id_write_format(&lvid2->id[1], uuid, in _vgmerge_single()
|
| H A D | pvscan.c | 56 if (!id_write_format(&pv->id, uuid, sizeof(uuid))) { in _pvscan_display_single()
|
| H A D | pvchange.c | 161 if (!id_write_format(&pv->id, uuid, sizeof(uuid))) in _pvchange_single()
|
| H A D | vgreduce.c | 30 if (!id_write_format(&pvl->pv->id, uuid, sizeof(uuid))) in _remove_pv()
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/cache/ |
| H A D | lvmcache.c | 108 if (!id_write_format((const struct id *)vginfo->vgid, uuid, sizeof(uuid))) { in _store_metadata() 853 if (!id_write_format((const struct id *)vgid, uuid_new, sizeof(uuid_new))) in _insert_vginfo() 856 if (!id_write_format((const struct id *)&primary_vginfo->vgid, uuid_primary, in _insert_vginfo()
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
| H A D | metadata.c | 1366 if (!id_write_format((const struct id*)&pp->idp->uuid, in pvcreate_single() 2109 if (!id_write_format(&pvl->pv->id, uuid, in vg_validate() 2183 if (!id_write_format(&lvl->lv->lvid.id[1], uuid, in vg_validate() 2750 if (!id_write_format(&pvl->pv->id, uuid, sizeof(uuid))) { in _vg_read()
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/report/ |
| H A D | report.c | 825 if (!id_write_format((const struct id *) data, repstr, 40)) in _uuid_disp()
|