Searched refs:maxConnections (Results 1 - 6 of 6) sorted by path

/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeRef.cpp416 int32 maxConnections,
427 for(; it != itEnd && count < maxConnections; ++it) {
442 int32 maxConnections,
453 for(; it != itEnd && count < maxConnections; ++it) {
414 getInputConnections( Connection* outConnections, int32 maxConnections, int32* outNumConnections, media_type filterType) const argument
440 getOutputConnections( Connection* outConnections, int32 maxConnections, int32* outNumConnections, media_type filterType) const argument
H A DNodeRef.h257 int32 maxConnections,
263 int32 maxConnections,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DMyNetView.cpp427 double pct = hostInfo.connections * 100.0 / hostInfo.maxConnections;
428 sprintf(buf, "%ld of %ld total", hostInfo.connections, hostInfo.maxConnections);
429 status->SetMaxValue(hostInfo.maxConnections);
642 view->hostInfo.maxConnections = B_LENDIAN_TO_HOST_INT32(view->hostInfo.maxConnections);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Dbeserved_server.c531 info->maxConnections = B_HOST_TO_LENDIAN_INT32(BT_MAX_THREADS);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A DBeServed.cpp615 info->maxConnections = BT_MAX_THREADS;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server/
H A Dbeserved_server.c683 info->maxConnections = B_HOST_TO_LENDIAN_INT32(BT_MAX_THREADS);

Completed in 102 milliseconds