Searched refs:portID (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystemInitializer.cpp65 char portID[16]; local
66 snprintf(portID, sizeof(portID), "%" B_PRId32, port);
71 portID,
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp338 TargetPort(port_id portID) argument
339 : fPortID(portID),
661 port_id portID; local
663 targets.Next(portID, token);
666 TargetPort *port = _GetTargetPort(portID, true);
672 status_t error = _SendMessage(message, portID, token);
700 MessageDeliverer::_GetTargetPort(port_id portID, bool create) argument
703 TargetPortMap::iterator it = fTargetPorts->find(portID);
711 TargetPort *port = new(nothrow) TargetPort(portID);
714 (*fTargetPorts)[portID]
734 _SendMessage(Message *message, port_id portID, int32 token) argument
[all...]
H A DMessageDeliverer.h85 TargetPort *_GetTargetPort(port_id portID, bool create = false);
88 status_t _SendMessage(Message *message, port_id portID, int32 token);
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp94 char portID[2]; local
95 portID[0] = 'A' + index - INTEL_PORT_A;
96 portID[1] = 0;
103 strlcat(buffer, portID, sizeof(buffer));
/haiku/src/system/kernel/
H A Dport.cpp707 port_id portID = port.id; local
720 BReference<Port> newPortRef = get_locked_port(portID);

Completed in 56 milliseconds