Searched refs:connection (Results 151 - 175 of 488) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/apps/
H A Dnnslog129 uevent::bind nameserv lost-connection [list ::nnslog::Connection "Disconnected name service at [My]"]
130 uevent::bind nameserv re-connection [list ::nnslog::Connection "Reconnected2 name service at [My]"]
162 log::critical {Bad event 'stop' <=> Lost connection, search closed}
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMConnection.c164 * responseHandler - Should be NULL unless this connection has outstanding
183 PMConnection *connection; member in struct:__anon3498
485 PMConnection *connection = NULL; local
497 connection = connectionForID(connection_id);
498 if (!connection) {
502 connection->notifyEnable = (disable == 0);
504 if (!disable && (MACH_PORT_NULL == connection->notifyPort)) {
505 connection->notifyPort = notify_port_in;
561 static PMResponse *_io_pm_acknowledge_event_findOutstandingResponseForToken(PMConnection *connection, int token) argument
570 if (!connection
2192 PMConnection *connection = NULL; local
2340 PMConnection *connection = NULL; local
[all...]
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dnc.c55 static SCNetworkConnectionRef connection = NULL; variable
186 nc_callback(SCNetworkConnectionRef connection, SCNetworkConnectionStatus status, void *info) argument
217 status_dict = SCNetworkConnectionCopyExtendedStatus(connection);
240 connection = SCNetworkConnectionCreateWithService(NULL, service, nc_callback, &context);
242 if (connection == NULL) {
243 SCPrint(TRUE, stderr, CFSTR("Could not create connection: %s\n"), SCErrorString(SCError()));
319 my_CFRelease(&connection);
334 service = SCNetworkConnectionGetService(connection);
391 if (!SCNetworkConnectionStart(connection, userOptions, TRUE)) {
392 SCPrint(TRUE, stderr, CFSTR("Could not start connection
613 SCNetworkConnectionRef connection = NULL; local
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPseudoAddressSpace.cpp296 io_connect_t connection = mUserClient.GetUserClientConnection() ; local
302 if (!connection)
312 err = IOConnectCallAsyncScalarMethod(connection,
327 err = IOConnectCallAsyncScalarMethod(connection,
342 err = IOConnectCallAsyncScalarMethod(connection,
360 io_connect_t connection = mUserClient.GetUserClientConnection() ; local
366 if (!connection)
377 err = IOConnectCallAsyncScalarMethod(connection,
385 err = IOConnectCallAsyncScalarMethod(connection,
393 err = IOConnectCallAsyncScalarMethod(connection,
[all...]
H A DIOFireWireLibAsyncStreamListener.cpp96 io_connect_t connection = mUserClient.GetUserClientConnection() ; local
102 if (!connection)
112 err = IOConnectCallAsyncScalarMethod(connection,
128 err = IOConnectCallAsyncScalarMethod(connection,
158 io_connect_t connection = mUserClient.GetUserClientConnection() ; local
164 if (!connection)
176 err = IOConnectCallAsyncScalarMethod(connection,
185 err = IOConnectCallAsyncScalarMethod(connection,
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIODisplayWrangler.cpp67 connection = _connection;
69 snprintf( name, sizeof(name), "display%d", (int)connection);
83 return (connection);
90 return ((IOFramebuffer *) getProvider())->getAttributeForConnection(connection, selector, value);
97 return ((IOFramebuffer *) getProvider())->setAttributeForConnection(connection, selector, value);
307 IODisplayConnect * connection = 0; local
314 connection = OSDynamicCast( IODisplayConnect, next);
315 if (connection)
317 if (connection->isInactive())
325 return (connection);
[all...]
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.h522 @abstract A request to create a connection to an IOService.
523 @discussion A non kernel client may request a connection be opened via the IOServiceOpen() library function, which will call IOService::newUserClient in the kernel. The rules & capabilities of user level clients are family dependent, the default IOService implementation returns kIOReturnUnsupported.
524 @param service The IOService object to open a connection to, usually obtained via the IOServiceGetMatchingServices or IOServiceAddNotification APIs.
525 @param owningTask The mach task requesting the connection.
526 @param type A constant specifying the type of connection to be created, interpreted only by the IOService's family.
574 * IOService connection
578 @abstract Close a connection to an IOService and destroy the connect handle.
579 @discussion A connection created with the IOServiceOpen should be closed when the connection is no longer to be used with IOServiceClose.
609 @discussion Finds the service object a connection wa
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DioSock.c125 * connection. This gives user a chance to do something else with the
298 * Accept a client connection.
322 /* nonblocking, no connection yet */
345 * Shut down a connection.
357 SSLConnectionRef connection,
366 int sock = (int)((long)connection);
445 SSLConnectionRef connection,
450 int sock = (int)((long)connection);
464 ortn = SocketWrite(connection, dataPtr, &thisMove);
356 SocketRead( SSLConnectionRef connection, void *data, size_t *dataLength) argument
444 SocketWrite( SSLConnectionRef connection, const void *data, size_t *dataLength) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DioSock.c105 * connection. This gives user a chance to do something else with the
271 * Accept a client connection.
295 /* nonblocking, no connection yet */
318 * Shut down a connection.
330 SSLConnectionRef connection,
339 int sock = (int)((long)connection);
418 SSLConnectionRef connection,
423 int sock = (int)((long)connection);
437 ortn = SocketWrite(connection, dataPtr, &thisMove);
329 SocketRead( SSLConnectionRef connection, void *data, size_t *dataLength) argument
417 SocketWrite( SSLConnectionRef connection, const void *data, size_t *dataLength) argument
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DResourceHandleCFURLConnectionDelegateWithOperationQueue.cpp77 void ResourceHandleCFURLConnectionDelegateWithOperationQueue::setupConnectionScheduling(CFURLConnectionRef connection) argument
79 CFURLConnectionSetDelegateDispatchQueue(connection, m_queue);
117 void ResourceHandleCFURLConnectionDelegateWithOperationQueue::didReceiveResponse(CFURLConnectionRef connection, CFURLResponseRef cfResponse) argument
143 ResourceHandle::getConnectionTimingData(connection, resourceResponse.resourceLoadTiming());
145 UNUSED_PARAM(connection);
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DNetworkConnectionToWebProcess.cpp66 void NetworkConnectionToWebProcess::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder) argument
69 didReceiveNetworkConnectionToWebProcessMessage(connection, decoder);
76 loaderIterator->value->didReceiveNetworkResourceLoaderMessage(connection, decoder);
83 void NetworkConnectionToWebProcess::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder, std::unique_ptr<IPC::MessageEncoder>& reply) argument
86 didReceiveSyncNetworkConnectionToWebProcessMessage(connection, decoder, reply);
187 // Unblock the URL connection operation queue.
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Network/
H A DWebResourceLoadScheduler.cpp151 if (!WebProcess::shared().networkConnection()->connection()->send(Messages::NetworkConnectionToWebProcess::ScheduleResourceLoad(loadParameters), 0)) {
199 WebProcess::shared().networkConnection()->connection()->send(Messages::NetworkConnectionToWebProcess::RemoveLoadIdentifier(identifier), 0);
209 WebProcess::shared().networkConnection()->connection()->send(Messages::NetworkConnectionToWebProcess::SetDefersLoading(identifier, defers), 0);
227 WebProcess::shared().networkConnection()->connection()->send(Messages::NetworkConnectionToWebProcess::ServePendingRequests(minimumPriority), 0);
243 WebProcess::shared().networkConnection()->connection()->sendSync(Messages::NetworkConnectionToWebProcess::SetSerialLoadingEnabled(enabled), Messages::NetworkConnectionToWebProcess::SetSerialLoadingEnabled::Reply(), 0);
/macosx-10.10/apache-793/httpd/modules/test/
H A Dmod_dialup.c56 if (db->r->connection->aborted) {
78 e = apr_bucket_flush_create(db->r->connection->bucket_alloc);
187 db->bb = apr_brigade_create(r->pool, r->connection->bucket_alloc);
188 db->tmpbb = apr_brigade_create(r->pool, r->connection->bucket_alloc);
203 e = apr_bucket_eos_create(r->connection->bucket_alloc);
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A Demulator.c514 io_connect_t connection = IO_OBJECT_NULL; local
521 &connection );
611 connection,
618 IOServiceClose ( connection );
647 io_connect_t connection = IO_OBJECT_NULL; local
654 &connection );
666 connection,
673 IOServiceClose ( connection );
701 io_connect_t connection = IO_OBJECT_NULL; local
708 &connection );
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmuscle++.cpp70 // Open a connection with PCSC layer information.
97 // establish Muscle-level connection to card
179 : connection(con)
181 connection.begin(this);
186 connection.end(this);
H A Dpowerwatch.cpp66 IOPMConnection connection,
93 (void)IOPMConnectionAcknowledgeEvent(connection, token);
65 iopmcallback(void * param, IOPMConnection connection, IOPMConnectionMessageToken token, IOPMSystemPowerStateCapabilities capabilities) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmuscle++.cpp70 // Open a connection with PCSC layer information.
97 // establish Muscle-level connection to card
179 : connection(con)
181 connection.begin(this);
186 connection.end(this);
H A Dpowerwatch.cpp66 IOPMConnection connection,
93 (void)IOPMConnectionAcknowledgeEvent(connection, token);
65 iopmcallback(void * param, IOPMConnection connection, IOPMConnectionMessageToken token, IOPMSystemPowerStateCapabilities capabilities) argument
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebDownload.mm55 - (id)_initWithLoadingConnection:(NSURLConnection *)connection
65 - (id)_initWithLoadingCFURLConnection:(CFURLConnectionRef)connection
235 - (id)_initWithLoadingConnection:(NSURLConnection *)connection
242 return [super _initWithLoadingConnection:connection request:request response:response delegate:_webInternal proxy:proxy];
246 - (id)_initWithLoadingCFURLConnection:(CFURLConnectionRef)connection
253 return [super _initWithLoadingCFURLConnection:connection request:request response:response delegate:_webInternal proxy:proxy];
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_reflector.c71 * detected an error where we want to drop the connection, so if
77 if (r->main || r->connection->keepalive == AP_CONN_CLOSE ||
108 bbin = apr_brigade_create(r->pool, r->connection->bucket_alloc);
109 bbout = apr_brigade_create(r->pool, r->connection->bucket_alloc);
/macosx-10.10/apache-793/httpd/modules/http/
H A Dhttp_request.c156 /* If we don't want to keep the connection, make sure we mark that the
157 * connection is not eligible for keepalive. If we want to keep the
158 * connection, be sure that the request body (if any) has been read.
161 r->connection->keepalive = AP_CONN_CLOSE;
246 conn_rec *c = r->connection;
252 bb = apr_brigade_create(r->connection->pool, r->connection->bucket_alloc);
253 b = ap_bucket_eor_create(r->connection->bucket_alloc, r);
256 ap_pass_brigade(r->connection->output_filters, bb);
274 conn_rec *c = r->connection;
[all...]
/macosx-10.10/configd-699.1.5/libSystemConfiguration/
H A DlibSystemConfiguration_client.c128 "%s: connection error: %d : %s",
142 client->connection = c;
154 xpc_release(client->connection);
170 reply = xpc_connection_send_message_with_reply_sync(client->connection, message);
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibORB.h43 virtual IOReturn init( io_connect_t connection, mach_port_t asyncPort );
65 // user client connection
67 io_connect_t fConnection; // connection to user client in kernel
144 static IUnknownVTbl **alloc( io_connect_t connection, mach_port_t asyncPort );
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DWebCoreURLResponse.mm326 NSURLResponse *synthesizeRedirectResponseIfNecessary(NSURLConnection *connection, NSURLRequest *newRequest, NSURLResponse *redirectResponse)
332 if ([[[newRequest URL] scheme] isEqualToString:[[[connection currentRequest] URL] scheme]])
338 return [[[NSHTTPURLResponse alloc] initWithURL:[[connection currentRequest] URL] statusCode:302 HTTPVersion:(NSString *)kCFHTTPVersion1_1 headerFields:synthesizedResponseHeaderFields] autorelease];
340 UNUSED_PARAM(connection);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DChildProcessProxy.h53 IPC::Connection* connection() const function in class:WebKit::ChildProcessProxy
115 return connection()->sendSync(std::forward<U>(message), WTF::move(reply), destinationID, timeout);

Completed in 151 milliseconds

1234567891011>>