Searched refs:cfPort (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmachrunloopserver.cpp78 if (CFMachPortRef cfPort = CFMachPortCreateWithPort(NULL, port, NULL, NULL, NULL))
79 CFMachPortSetInvalidationCallBack(cfPort, cfInvalidate);
82 void MachRunLoopServer::cfInvalidate(CFMachPortRef cfPort, void *context) argument
84 reinterpret_cast<MachRunLoopServer *>(context)->notifyDeadName(CFMachPortGetPort(cfPort));
85 //@@@ should we CFRelease cfPort here?
H A Dcfmach++.h63 static void cfCallback(CFMachPortRef cfPort, void *msg, CFIndex size, void *context);
H A Dcfmach++.cpp114 void CFAutoPort::cfCallback(CFMachPortRef cfPort, void *msg, CFIndex size, void *context) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmachrunloopserver.cpp78 if (CFMachPortRef cfPort = CFMachPortCreateWithPort(NULL, port, NULL, NULL, NULL))
79 CFMachPortSetInvalidationCallBack(cfPort, cfInvalidate);
82 void MachRunLoopServer::cfInvalidate(CFMachPortRef cfPort, void *context) argument
84 reinterpret_cast<MachRunLoopServer *>(context)->notifyDeadName(CFMachPortGetPort(cfPort));
85 //@@@ should we CFRelease cfPort here?
H A Dcfmach++.h63 static void cfCallback(CFMachPortRef cfPort, void *msg, CFIndex size, void *context);
H A Dcfmach++.cpp114 void CFAutoPort::cfCallback(CFMachPortRef cfPort, void *msg, CFIndex size, void *context) argument
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDEventServiceClass.h91 CFMachPortRef cfPort,
H A DIOHIDQueueClass.h100 static void queueEventSourceCallback(CFMachPortRef cfPort, mach_msg_header_t *msg, CFIndex size, void *info);
H A DIOHIDTransactionClass.h57 static void _eventSourceCallback(CFMachPortRef *cfPort, mach_msg_header_t *msg, CFIndex size, void *info);
H A DIOHIDEventServiceClass.cpp254 CFMachPortRef cfPort,
278 // RY: cfPort==NULL means we're draining
279 if ( cfPort ) {
253 _queueEventSourceCallback( CFMachPortRef cfPort, mach_msg_header_t * msg __unused, CFIndex size __unused, void * info) argument
H A DIOHIDDeviceClass.h151 static void _cfmachPortCallback(CFMachPortRef cfPort, mach_msg_header_t *msg, CFIndex size, void *info);
H A DIOHIDDeviceClass.cpp1505 void IOHIDDeviceClass::_cfmachPortCallback(CFMachPortRef cfPort, mach_msg_header_t *msg, CFIndex size, void *info) argument
1514 IODispatchCalloutFromMessage(cfPort, msg, info);
1516 IOHIDQueueClass::queueEventSourceCallback(cfPort, msg, size, self->fReportHandlerQueue);
H A DIOHIDQueueClass.cpp196 void IOHIDQueueClass::queueEventSourceCallback(CFMachPortRef cfPort __unused,
H A DIOHIDTransactionClass.cpp133 void IOHIDTransactionClass::_eventSourceCallback(CFMachPortRef *cfPort __unused, mach_msg_header_t *msg __unused, CFIndex size __unused, void *info)
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOKitLib.c961 IODispatchCalloutFromMessage(void *cfPort, mach_msg_header_t *msg, void *info) argument
963 return( IODispatchCalloutFromCFMessage( cfPort, msg, -1, info ));
/macosx-10.9.5/CF-855.17/
H A DCFURL.c3172 CFNumberRef cfPort = (CFNumberRef) CF_OBJC_CALLV((NSURL *)anURL, port); local
3174 if (cfPort && CFNumberGetValue(cfPort, kCFNumberSInt32Type, &num)) return num;

Completed in 246 milliseconds