Contents

removeMedium

Removes an IONetworkMedium object from a dictionary.

Declaration

static void removeMedium(
 OSDictionary *dict, 
 const IONetworkMedium *medium);

Parameters

  • dict:

    The OSDictionary object where the medium object should be removed from.

  • medium:

    The name of this medium object is used as the key.

Overview

A helper function to remove an entry in a dictionary.

See Also

Miscellaneous