Home
last modified time | relevance | path

Searched refs:_build_dev_string (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-deptree.c1269 static int _build_dev_string(char *devbuf, size_t bufsize, struct dm_tree_node *node) in _build_dev_string() function
1306 if (!_build_dev_string(devbuf, sizeof(devbuf), area->dev_node)) in _emit_areas_line()
1400 if (!_build_dev_string(logbuf, sizeof(logbuf), seg->log)) in _mirror_emit_segment_line()
1459 if (!_build_dev_string(originbuf, sizeof(originbuf), seg->origin)) in _emit_segment_line()
1461 if (!_build_dev_string(cowbuf, sizeof(cowbuf), seg->cow)) in _emit_segment_line()
1467 if (!_build_dev_string(originbuf, sizeof(originbuf), seg->origin)) in _emit_segment_line()
/netbsd-src/external/gpl2/lvm2/dist/
H A DWHATS_NEW1266 Separate out _build_dev_string.