Searched refs:notifyType (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/IOKitUser-907.100.13/
H A Dionotify.c80 unsigned long int notifyType; local
134 kr = OSGetNotificationFromMessage( &msg.msgHdr, 0, &notifyType, &ref,
139 printf("got notification, type=%d, local=%d, remote=%d\n", notifyType,
141 if( notifyType == kIOServiceMessageNotificationType) {
H A DFireWireTest.cpp226 unsigned long int notifyType; local
258 kr = OSGetNotificationFromMessage( &msg.msgHdr, 0, &notifyType, &ref,
268 notifyType, ref);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebHistory.h134 HRESULT postNotification(NotificationType notifyType, IPropertyBag* userInfo = 0);
144 BSTR getNotificationString(NotificationType notifyType);
H A DWebHistory.cpp105 HRESULT WebHistory::postNotification(NotificationType notifyType, IPropertyBag* userInfo /*=0*/) argument
108 HRESULT hr = nc->postNotificationName(getNotificationString(notifyType), static_cast<IWebHistory*>(this), userInfo);
115 BSTR WebHistory::getNotificationString(NotificationType notifyType) argument
126 return keys[notifyType];
/macosx-10.9.5/IOKitUser-907.100.13/usb.subproj/
H A DUSBTest.cpp345 unsigned long int notifyType; local
374 kr = OSGetNotificationFromMessage( &msg.msgHdr, 0, &notifyType, &ref,
384 notifyType, ref);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDOpen.c55 static const char *notifyType[] = { variable
719 notifyType[notifyStatus]);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOServicePMPrivate.h564 uint32_t notifyType; member in struct:IOPMInterestContext
H A DIOServicePM.cpp5617 context.notifyType = kNotifyApps;
5692 context.notifyType = fOutOfBandParameter;
5718 context.notifyType = kNotifyCapabilityChangeApps;
5722 context.notifyType = fOutOfBandParameter;
5741 context.notifyType = kNotifyCapabilityChangePriority;
6219 context.notifyType = kNotifyPriority;
6223 context.notifyType = kNotifyApps;
H A DIOPMrootDomain.cpp5390 if ((context->notifyType == kNotifyPriority) ||
5391 (context->notifyType == kNotifyCapabilityChangePriority))
5394 if ((context->notifyType == kNotifyCapabilityChangeApps) &&
5425 if ((context->notifyType == kNotifyCapabilityChangeApps) && arg3 &&
5477 if ((context->notifyType == kNotifyApps) &&
5482 else if ((context->notifyType == kNotifyPriority) &&
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.cpp3265 void IONetworkInterface::notifyDriver( uint32_t notifyType, void * data ) argument
3268 _driver->networkInterfaceNotification(this, notifyType, data);

Completed in 282 milliseconds