create_port
extern port_id create_port(int32 capacity, const char *name);
fPort = create_port(MAX_MESSAGE_DEEP, fPortName);
fPort = create_port(1, SHORTCUTS_CATCHER_PORT_NAME);
fInstanceCheck = create_port(1, sName);
port_id pid = create_port(1000, log_port_name);
fRequestPort = create_port(10, kAuthenticationServerPortName);
fPort = create_port(5, kPortConnectionPortName);
fSendPort = create_port(10, "port connection send port");
fReceivePort = create_port(10, "port connection receive port");
fRequestPort = create_port(1, kRequestPortName);
fReplyPort = create_port(1, kReplyPortName);
port = create_port(1, portName);
fInfo.owner_port = create_port(1, "port owner port");
fInfo.client_port = create_port(1, "port client port");
port = create_port(1, portName);
gPortRequest = create_port(kQueueLength, kPortNameReq);
gPortReply = create_port(kQueueLength, kPortNameRpl);
reply_port = create_port( 1, "GetConfiguration Reply" );
fInitPort = create_port(1, "RTSP Client wait port");
m_cyclePort = create_port(
m_port = create_port(
mPort = ::create_port(64, "LogWriter");
port_id debuggerPort = create_port(10, "debugger port");
fReplyPort = create_port(1, "memory reader reply");
port_id debuggerPort = create_port(10, "debugger port");
port_id clientPort = create_port(capacity, name);
port_id clientPort = create_port(capacity, name);
fMsgPort = create_port(portCapacity, name);
sReplyPorts[0] = create_port(1, "tmp_rport0");
sReplyPorts[1] = create_port(1, "tmp_rport1");
sReplyPorts[2] = create_port(1, "tmp_rport2");
sReplyPorts[0] = create_port(1, "tmp_rport0");
sReplyPorts[1] = create_port(1, "tmp_rport1");
sReplyPorts[2] = create_port(1, "tmp_rport2");
replyPort = create_port(1 /* for one message */, "tmp_reply_port");
sReplyPorts[cachedReplyPort] = create_port(1, "tmp_rport");
fDebuggerPort = create_port(100, name);
context->reply_port = create_port(1, "debug reply port");
fDebuggerPort = create_port(100, buffer);
fDataPort = create_port(100, buffer);
port_id receivePort = create_port(B_LOOPER_PORT_DEFAULT_CAPACITY,
fControlPort = create_port(64, fName);
port_id waitPort = create_port(1, "SyncToNode wait port");
return create_port(1, "media reply port");
fPort = create_port(1, "MidiEventPort");
port_id errorPort = create_port(1, "Tracker loader error");
fPort(create_port(kPortCapacity, "DelayedMessageSender")),
fMessagePort = create_port(DEFAULT_MONITOR_PORT_SIZE, name);
fMessagePort = create_port(DEFAULT_MONITOR_PORT_SIZE, name);
fMessagePort = create_port(100, fTitle);
port_id port = create_port(DEFAULT_MONITOR_PORT_SIZE, SERVER_PORT_NAME);
fInputPort = create_port(200, SERVER_INPUT_PORT);
fInputPort = create_port(100, "ViewInputDevice");
fInputPort = create_port(200, SERVER_INPUT_PORT);
fInputPort = create_port(100, "ViewInputDevice");
fListenerPort = create_port(10, "kernel listener");
fEventLooperPort = create_port(100, "input server events");
fAppServerPort = create_port(200, "input server target");
port_id port = create_port(B_LOOPER_PORT_DEFAULT_CAPACITY, Name());
create_port(B_LOOPER_PORT_DEFAULT_CAPACITY,
fControlPort = create_port(64, MEDIA_SERVER_PORT_NAME);
fControlPort = create_port(64, MEDIA_ADDON_SERVER_PORT_NAME);
info->port = port = create_port(B_REG_APP_LOOPER_PORT_CAPACITY,
nubPort = create_port(1, nameBuffer);
port = create_port(1, nameBuffer);
replyPort = create_port(1, "KMessage reply port");
return create_port(queueLength, NULL);
return create_port(queueLength, name);
port_id port = create_port(100, "query port");
connection->port = create_port(CONNECTION_QUEUE_LENGTH, "net stack connection");
gStackPort = create_port(CONNECTION_QUEUE_LENGTH, NET_STACK_PORTNAME);
port_id serverListen = create_port(DEFAULT_MONITOR_PORT_SIZE, appSignature);
fMessagePort = create_port(200, SERVER_PORT_NAME);
port_id localPort = create_port(5, "SMRemoteTargetApp port");
fLocalPort = create_port(5, portName.c_str());
fTeamPort = create_port(5, kAppRunnerTeamPort);
outputPort = create_port(10, "common test app port");
port_id port = create_port(100, "portlink");
port = create_port(64, "buffer");
port = create_port(64, "buffer");
port_id port = create_port(1000, "drawing_debugger_port");
id = create_port(10, "test port");
id = create_port(10, "test port");
id = create_port(10, "test port");
port_id port = create_port(1, "test port");
id = create_port(1, "test port");
id = create_port(1, "test port");
id = create_port(1, "test port");
id = create_port(1, "test port");
id = create_port(1, "test port");
id = create_port(1, "test port");
id = create_port(1, "test port");
id = create_port(1, "test port");
id = create_port(1, "test port");
port = create_port(1, kPortName);
sPort1 = create_port(2L, "test port 1");
sPort2 = create_port(1L, "test port 2");
port_id port = create_port(10, "system watching test");
port = create_port(10, kFSShellCommandPort);
port_id replyPort = create_port(1, "fs shell reply port");