Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp547 OSDictionary * userProps; in SetProperties_Impl()
551 if (userProps) { in SetProperties_Impl()
552 userProps = (typeof(userProps))userProps->copyCollection(); in SetProperties_Impl()
556 if (!userProps) { in SetProperties_Impl()
589 OSDictionary * userProps; in RemoveProperty_Impl()
591 if (userProps) { in RemoveProperty_Impl()
592 userProps = (OSDictionary *)userProps->copyCollection(); in RemoveProperty_Impl()
593 if (!userProps) { in RemoveProperty_Impl()
613 OSDictionary * userProps; in CopyProperties_Local() local
617 if (userProps) { in CopyProperties_Local()
[all …]