Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/xen/xen/
H A Dxpci_xenbus.c290 u_long num_roots; in xpci_connect() local
299 "root_num", &num_roots, 10); in xpci_connect()
313 aprint_verbose_dev(sc->sc_dev, "%lu bus%s\n", num_roots, in xpci_connect()
314 (num_roots > 1) ? "ses" : ""); in xpci_connect()
316 for (i = 0; i < num_roots; i++) { in xpci_connect()
H A Dpciback.c686 int num_roots = 0; in pciback_xenbus_export_roots() local
694 snprintf(root, sizeof(root), "root-%d", num_roots); in pciback_xenbus_export_roots()
703 num_roots++; in pciback_xenbus_export_roots()
708 "%d", num_roots); in pciback_xenbus_export_roots()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h382 unsigned num_roots() const { return Roots.size(); } in num_roots() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp81 if (G.num_roots() == 0) { // Initialize the analysis by constructing in ExecuteWorkList()
H A DBugReporter.cpp2568 assert(TrimmedGraph->num_roots() == 1); in BugPathGetter()