| /dflybsd-src/contrib/lvm2/dist/libdm/ |
| H A D | libdm-report.c | 788 if (!dm_pool_grow_object(rh->mem, buf, fp->width)) { in _report_headings() 792 } else if (!dm_pool_grow_object(rh->mem, heading, 0)) { in _report_headings() 798 if (!dm_pool_grow_object(rh->mem, rh->separator, 0)) { in _report_headings() 803 if (!dm_pool_grow_object(rh->mem, "\0", 1)) { in _report_headings() 903 if (!dm_pool_grow_object(rh->mem, rh->output_field_name_prefix, 0)) { in _output_field() 908 if (!dm_pool_grow_object(rh->mem, _toupperstr(field_id), 0)) { in _output_field() 915 if (!dm_pool_grow_object(rh->mem, "=", 1)) { in _output_field() 921 !dm_pool_grow_object(rh->mem, "\'", 1)) { in _output_field() 930 if (!dm_pool_grow_object(rh->mem, repstr, 0)) { in _output_field() 944 if (!dm_pool_grow_object(rh->mem, buf, width)) { in _output_field() [all …]
|
| H A D | .exported_symbols | 102 dm_pool_grow_object
|
| H A D | libdevmapper.h | 579 int dm_pool_grow_object(struct dm_pool *p, const void *extra, size_t delta);
|
| /dflybsd-src/contrib/lvm2/dist/lib/format_text/ |
| H A D | archive.c | 115 !dm_pool_grow_object(mem, dir, strlen(dir)) || in _join_file_to_dir() 116 !dm_pool_grow_object(mem, "/", 1) || in _join_file_to_dir() 117 !dm_pool_grow_object(mem, name, strlen(name)) || in _join_file_to_dir() 118 !dm_pool_grow_object(mem, "\0", 1)) in _join_file_to_dir()
|
| /dflybsd-src/contrib/lvm2/dist/lib/report/ |
| H A D | report.c | 115 if (!dm_pool_grow_object(mem, name, strlen(name))) { in _format_pvsegs() 127 if (!dm_pool_grow_object(mem, extent_str, strlen(extent_str))) { in _format_pvsegs() 138 if (!dm_pool_grow_object(mem, extent_str, strlen(extent_str))) { in _format_pvsegs() 145 !dm_pool_grow_object(mem, range_format ? " " : ",", 1)) { in _format_pvsegs() 151 if (!dm_pool_grow_object(mem, "\0", 1)) { in _format_pvsegs() 188 if (!dm_pool_grow_object(mem, sl->str, strlen(sl->str)) || in _tags_disp() 189 (sl->list.n != tags && !dm_pool_grow_object(mem, ",", 1))) { in _tags_disp() 195 if (!dm_pool_grow_object(mem, "\0", 1)) { in _tags_disp()
|
| /dflybsd-src/contrib/lvm2/dist/tools/ |
| H A D | dmsetup.c | 2103 if (!dm_pool_grow_object(mem, buf, strlen(buf) + 1)) { in _dm_info_devno_disp() 2136 if (!first_node && !dm_pool_grow_object(mem, ",", 1)) { in _dm_tree_names() 2140 if (!dm_pool_grow_object(mem, name, 0)) { in _dm_tree_names() 2148 if (!dm_pool_grow_object(mem, "\0", 1)) { in _dm_tree_names() 2197 if (!first_node && !dm_pool_grow_object(mem, ",", 1)) { in _dm_tree_parents_devs_disp() 2206 if (!dm_pool_grow_object(mem, buf, 0)) { in _dm_tree_parents_devs_disp() 2214 if (!dm_pool_grow_object(mem, "\0", 1)) { in _dm_tree_parents_devs_disp() 2259 if (!dm_pool_grow_object(mem, buf, 0)) { in _dm_deps_disp() 2263 if (i + 1 < deps->count && !dm_pool_grow_object(mem, ",", 1)) { in _dm_deps_disp() 2269 if (!dm_pool_grow_object(mem, "\0", 1)) { in _dm_deps_disp()
|
| H A D | lvmcmdline.c | 928 if (space && !dm_pool_grow_object(cmd->mem, "'", 1)) in _copy_command_line() 931 if (!dm_pool_grow_object(cmd->mem, argv[i], strlen(argv[i]))) in _copy_command_line() 934 if (space && !dm_pool_grow_object(cmd->mem, "'", 1)) in _copy_command_line() 938 if (!dm_pool_grow_object(cmd->mem, " ", 1)) in _copy_command_line() 945 if (!dm_pool_grow_object(cmd->mem, "\0", 1)) in _copy_command_line()
|
| /dflybsd-src/contrib/lvm2/dist/libdm/mm/ |
| H A D | pool-fast.c | 170 int dm_pool_grow_object(struct dm_pool *p, const void *extra, size_t delta) in dm_pool_grow_object() function
|
| H A D | pool-debug.c | 226 int dm_pool_grow_object(struct dm_pool *p, const void *extra, size_t delta) in dm_pool_grow_object() function
|
| /dflybsd-src/contrib/lvm2/dist/lib/config/ |
| H A D | config.c | 390 if (!dm_pool_grow_object(outline->mem, &buf[0], strlen(buf))) { in _line_append() 404 if (!dm_pool_grow_object(outline->mem, "\0", 1)) { in _line_end()
|
| /dflybsd-src/contrib/lvm2/dist/include/ |
| H A D | libdevmapper.h | 579 int dm_pool_grow_object(struct dm_pool *p, const void *extra, size_t delta);
|
| /dflybsd-src/contrib/lvm2/dist/lib/metadata/ |
| H A D | lv_manip.c | 617 if (!dm_pool_grow_object(mem, pv_dev_name(pvl->pv), strlen(pv_dev_name(pvl->pv)))) { in _log_parallel_areas() 622 if (!dm_pool_grow_object(mem, " ", 1)) { in _log_parallel_areas() 629 if (!dm_pool_grow_object(mem, "\0", 1)) { in _log_parallel_areas()
|
| /dflybsd-src/contrib/lvm2/dist/ |
| H A D | WHATS_NEW_DM | 114 Calculate string size within dm_pool_grow_object.
|