Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp256 int32 numNodes; in _populateList() local
260 numNodes = bufferSize; in _populateList()
261 status_t error = roster->GetDormantNodes(infoBuffer, &numNodes); in _populateList()
265 if (numNodes < bufferSize) { in _populateList()
276 for (int32 i = 0; i < numNodes; i++) { in _populateList()
304 int32 numNodes; in _updateList() local
308 numNodes = bufferSize; in _updateList()
309 status_t error = roster->GetDormantNodes(infoBuffer, &numNodes); in _updateList()
313 if (numNodes < bufferSize) { in _updateList()
346 for (int32 i = 0; i < numNodes; i++) { in _updateList()