Contents

makePlane

Constructs an IORegistryPlane object.

Declaration

static const IORegistryPlane * makePlane(
 const char *name );

Parameters

  • name:

    A C-string name for the new plane, to be copied.

Return Value

A new instance of an IORegistryPlane, or zero on failure.

Overview

Most planes in IOKit are created by the OS, although other planes may be created.

See Also

Miscellaneous