• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/IONetworkingFamily-101/

Lines Matching refs:IONetworkMedium

37     @abstract A property of IONetworkMedium objects.
45 @abstract A property of IONetworkMedium objects.
53 @abstract A property of IONetworkMedium objects.
61 @abstract A property of IONetworkMedium objects.
175 // IONetworkMedium class.
180 /*! @class IONetworkMedium
185 through a collection of IONetworkMedium objects stored in a dictionary
186 in its property table. IONetworkMedium supports serialization, and will
192 class IONetworkMedium : public OSObject
194 OSDeclareDefaultStructors( IONetworkMedium )
210 @abstract Frees the IONetworkMedium object.
223 @param type A medium type. See IONetworkMedium.h for type encoding.
230 @abstract Adds an IONetworkMedium object to a dictionary.
231 @discussion A helper function to add an IONetworkMedium object to a
236 @param medium The IONetworkMedium object to add to the dictionary.
241 const IONetworkMedium * medium);
244 @abstract Removes an IONetworkMedium object from a dictionary.
252 const IONetworkMedium * medium);
256 @discussion This method iterates through a dictionary and returns an IONetworkMedium
262 @result Returns the first matching IONetworkMedium entry found,
266 static IONetworkMedium * getMediumWithType(const OSDictionary * dict,
272 @discussion This method iterates through a dictionary and returns an IONetworkMedium
278 @result Returns the first matching IONetworkMedium entry found,
282 static IONetworkMedium * getMediumWithIndex(const OSDictionary * dict,
287 @abstract Initializes an IONetworkMedium object.
289 IONetworkMedium.h.
293 See IONetworkMedium.h for defined flags.
299 calling IONetworkMedium::nameForType(). Since the name of
312 @abstract Factory method that allocates and initializes an IONetworkMedium object.
314 IONetworkMedium.h.
318 See IONetworkMedium.h for defined flags.
324 calling IONetworkMedium::nameForType(). Since the name of
327 @result Returns an IONetworkMedium instance on success, or 0 otherwise.
330 static IONetworkMedium * medium(IOMediumType type,
374 @abstract Tests for equality between two IONetworkMedium objects.
375 @discussion Two IONetworkMedium objects are considered equal if
377 @param medium An IONetworkMedium to test against the IONetworkMedium
382 virtual bool isEqualTo(const IONetworkMedium * medium) const;
385 @abstract Tests for equality between a IONetworkMedium object and an
387 @discussion The OSObject is considered equal to the IONetworkMedium
388 object if the OSObject is an IONetworkMedium, and they have
390 @param obj An OSObject to test against an IONetworkMedium object.
397 @abstract Serializes the IONetworkMedium object.
408 OSMetaClassDeclareReservedUnused( IONetworkMedium, 0);
409 OSMetaClassDeclareReservedUnused( IONetworkMedium, 1);
410 OSMetaClassDeclareReservedUnused( IONetworkMedium, 2);
411 OSMetaClassDeclareReservedUnused( IONetworkMedium, 3);
416 inline const OSSymbol * IONetworkMedium::getKey() const