Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudevadm-info.c547 const char *parent_path; in draw_tree() local
557 r = sd_device_get_devpath(parent, &parent_path); in draw_tree()
561 parent_path = NULL; in draw_tree()
564 log_warning("Eliding tree below '%s', too deep.", strna(parent_path)); in draw_tree()
588 more = !parent_path || path_startswith(next_path, parent_path); in draw_tree()
595 str = parent ? ASSERT_PTR(path_startswith(device_path, parent_path)) : device_path; in draw_tree()