Searched refs:newdict (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/IONetworkingFamily-100/
H A DIOEthernetController.cpp139 OSDictionary * newdict; local
159 newdict = OSDictionary::withDictionary(
161 if (newdict)
167 ret = newdict->setObject(gIOEthernetWakeOnLANFilterGroup, num);
177 ret = newdict->setObject(
184 setProperty(kIOPacketFilters, newdict);
186 newdict->release();
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IONetworkingFamily/
H A DIOFWController.cpp144 OSDictionary *newdict; local
158 newdict = OSDictionary::withDictionary(dict); //copy the dictionary
159 if(newdict)
161 ret = newdict->setObject(gIOEthernetWakeOnLANFilterGroup, num); //and add the WOL group to it
162 setProperty(kIOPacketFilters, newdict); //then replace the property with the new dictionary
163 newdict->release();

Completed in 88 milliseconds