Contents

addLocation

Adds a location matching property to an existing dictionary.

Declaration

static OSDictionary * addLocation(
 OSDictionary *table );

Parameters

  • table:

    The matching properties are added to the specified dictionary, which must be non-zero.

Return Value

The location matching dictionary created is returned on success, or zero on failure.

Overview

This function creates matching properties that specify the location of a IOService object, as an embedded matching dictionary. This matching will be successful on an IOService object that attached to an IOService object which matches this location matching dictionary.

See Also

Miscellaneous