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

Lines Matching refs:medium

63         the medium name, and a dictionary value that contains the
64 properties for that medium entry. */
72 default medium. This definition may change or disappear in the
81 current selected medium. This name can be used as a key into the
82 medium dictionary to gather additional information about the
83 selected medium. */
91 active medium. This is the name of the medium where an active
93 the medium dictionary to gather additional information about the
94 active medium. */
102 link established over the active medium in bits per second. */
389 and attaching them to a workloop, publishing a medium dictionary,
520 @abstract Gets the current selected medium.
523 that medium object. Otherwise, the driver's property table is
524 consulted and a default medium property is examined, and the
525 corresponding entry in the medium dictionary is returned.
526 @result Returns the current selected medium, the default medium, or 0.
533 @abstract Returns the medium dictionary published by the driver.
534 @discussion Returns the medium dictionary published by the driver
536 create and get a copy of the medium dictionary.
537 @result Returns the published medium dictionary, or 0 if the driver has not
538 yet published a medium dictionary through publishMediumDictionary().
544 @abstract Returns a copy of the medium dictionary published by the
548 published medium dictionary instead of creating a copy.
549 @result Returns a copy of the medium dictionary, or 0 if the driver has not
550 published a medium dictionary through publishMediumDictionary().
687 @abstract A client request to change the medium selection.
689 for the controller to change its current medium selection.
693 @param medium An entry from the published medium dictionary that
700 virtual IOReturn selectMedium(const IONetworkMedium * medium);
703 @abstract A client request to change the medium selection.
705 for the controller to change its current medium selection.
706 This implementation will look for an entry in the medium
713 new medium selected by the client.
715 from the medium dictionary. Returns kIOReturnUnsupported if a medium
717 does not match any entry in the medium dictionary.
1018 @discussion Called by drivers to publish their medium dictionary.
1020 represents a single medium that is supported by the controller.
1030 Several methods depend on the presence of a medium dictionary.
1031 They should be called after the medium dictionary has been
1046 @abstract Designates an entry in the published medium dictionary as
1047 the current selected medium.
1052 @param medium A medium object representing the current selection.
1054 false if the update failed, or if the medium provided does not match
1055 any entry from the published medium dictionary.
1058 virtual bool setSelectedMedium(const IONetworkMedium * medium);
1059 bool setCurrentMedium(const IONetworkMedium * medium);
1062 @abstract Reports the link status and the active medium.
1069 @param activeMedium An object in the published medium dictionary
1070 that represents the active medium. This may not be the same as
1071 the selected medium. Set this to 0 if the link is inactive.
1073 the link speed is taken from the medium object provided.