Home
last modified time | relevance | path

Searched refs:inOptions (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DRootDomainUserClient.cpp94 const void *inOptions, in secureSleepSystemOptions() argument
119 if (inOptions) { in secureSleepSystemOptions()
120 …unserializedObject = OSUnserializeXML((const char *)inOptions, inOptionsSize, &unserializeErrorStr… in secureSleepSystemOptions()
H A DRootDomainUserClient.h56 IOReturn secureSleepSystemOptions( const void *inOptions,
H A DIOTimerEventSource.cpp332 IOTimerEventSource::timerEventSource(uint32_t inOptions, OSObject *inOwner, Action inAction) in timerEventSource() argument
336 if (me && !me->init(inOptions, inOwner, inAction)) { in timerEventSource()