Searched refs:port_count (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/accelerants/intel_extreme/
H A Daccelerant.cpp204 if (gInfo->port_count == 0) {
209 TRACE("%s: Connected ports: (port_count: %" B_PRIu32 ")\n", __func__,
210 gInfo->port_count);
212 for (uint32 i = 0; i < gInfo->port_count; i++) {
227 for (uint32 i = 0; i < gInfo->port_count; i++) {
272 gInfo->port_count = 0;
299 gInfo->ports[gInfo->port_count++] = displayPort;
321 gInfo->ports[gInfo->port_count++] = ddiPort;
338 gInfo->ports[gInfo->port_count++] = eDPPort;
359 gInfo->ports[gInfo->port_count
[all...]
H A Daccelerant.h56 uint32 port_count; member in struct:accelerant_info
H A Ddpms.cpp30 for (uint32 i = 0; i < gInfo->port_count; i++) {
H A Dmode.cpp199 for (uint32 i = 0; i < gInfo->port_count; i++) {
479 for (uint32 i = 0; i < gInfo->port_count; i++) {
/haiku/src/system/libroot/os/
H A Dport.c70 port_count(port_id port) function
/haiku/src/servers/app/
H A DEventStream.cpp143 int32 count = port_count(fPort);
/haiku/src/kits/app/
H A DLooper.cpp1058 && port_count(fMsgPort) <= 0) {
1198 int32 msgCount = port_count(fMsgPort);
1284 if (port_count(fMsgPort) > 0) {
H A DLinkReceiver.cpp126 || port_count(fReceivePort) > 0;
H A DMessage.cpp2258 if (direct->Queue()->IsNextMessage(copy) && port_count(port) <= 0) {
/haiku/headers/os/kernel/
H A DOS.h146 extern ssize_t port_count(port_id port);
/haiku/src/system/kernel/
H A Dport.cpp1409 port_count(port_id id) function
1417 TRACE(("port_count: invalid port_id %ld\n", id));
1858 return port_count(port);
/haiku/src/kits/interface/
H A DWindow.cpp2927 int32 count = port_count(fMsgPort);
2968 int32 msgCount = port_count(fMsgPort);
3056 if (port_count(fMsgPort) > 0) {
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2152 void port_count() {} function
H A Dlibroot_stubs_legacy.c2129 void port_count() {} function

Completed in 340 milliseconds