---
title: matchingName
framework: installer_js
role: pseudoSymbol
path: installer_js/ioregistry/1812200-matchingname
---

# matchingName

Returns the IOKit objects of the specified name.

## Declaration

```data
matchingName(objectName, [servicePlane])
```

## Parameters

- `objectName`: String with an IOKit object name.
- `servicePlane`: Optional. String with the service plane to search. When unspecified, 'IOServicePlane' is used.

## Return Value

Return Value An array of IOKit object dictionaries.

## See Also

### Accessing the IOKit Registry

- [fromPath](installer_js/ioregistry/1812172-frompath.md)
- [matchingClass](installer_js/ioregistry/1812186-matchingclass.md)
- [childrenOf](installer_js/ioregistry/1812215-childrenof.md)
- [parentsOf](installer_js/ioregistry/1812225-parentsof.md)
