Home
last modified time | relevance | path

Searched defs:num_roots (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/xen/xen/
H A Dxpci_xenbus.c290 u_long num_roots; in xpci_connect() local
H A Dpciback.c686 int num_roots = 0; in pciback_xenbus_export_roots() local
/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