Searched refs:tree_printf (Results 1 – 1 of 1) sorted by relevance
| /pciutils/ |
| H A D | ls-tree.c | 260 tree_printf(char *line, char *p, char *fmt, ...) in tree_printf() function 296 p = tree_printf(line, p, "%02x.%x", q->dev, q->func); in show_tree_dev() 301 p = tree_printf(line, p, "-"); in show_tree_dev() 303 p = tree_printf(line, p, "-[%02x]-", b->secondary); in show_tree_dev() 305 p = tree_printf(line, p, "-[%02x-%02x]-", b->secondary, b->subordinate); in show_tree_dev() 310 p = tree_printf(line, p, " %s", in show_tree_dev() 380 p = tree_printf(line, p, "--"); in show_tree_bus() 403 char *p2 = tree_printf(line, p, count == 1 ? "--" : count == i+1 ? "\\-" : "+-"); in show_tree_bus() 422 p = tree_printf(line, p, "[%04x:%02x]-", b->first_bus->domain, b->first_bus->number); in show_tree_bridge() 446 …k = tree_printf(line, p, count == 1 ? "[%04x:%02x]-" : count == i+1 ? "\\-[%04x:%02x]-" : "+-[%04x… in show_tree_bridge()
|