xref: /illumos-gate/usr/src/man/man8/devprop.8 (revision bbf21555)
te
Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
DEVPROP 8 "Sep 26, 2007"
NAME
devprop - display device properties
SYNOPSIS

/sbin/devprop [-n device-path] [-vq] [-{b|i|l|s}] [property[...]]
DESCRIPTION

The devprop command displays named device properties from the device tree.

If a device path is specified on the command line, devprop displays device properties for that device node.

The output formats, while Volatile, are patterned after those of prtconf(8).

OPTIONS

The following options are supported: -b

The properties to be output are sequences of bytes (DI_PROP_TYPE_BYTES). -b, -i, -l, and -s are mutually exclusive of one another.

-i

The properties to be output are integers (DI_PROP_TYPE_INT).

-l

The properties to be output are 64-bit integers (DI_PROP_TYPE_INT64).

-s

The properties to be output are strings (DI_PROP_TYPE_STRING) (the default).

-n device-path

The path to a target device node for which properties are displayed. The default path is that of the root node (equivalent to specifying -n /).

-q

Specifies quoted output mode, in which string properties are output surrounded by double quotation marks (").

-v

Specifies verbose mode, in which the name of the property is output before its value.

OPERANDS

The following operand is supported: property...

Name of the property to be displayed.

EXIT STATUS
0

No error occurred.

non-zero

An error occurred.

ATTRIBUTES

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability See below.

The command invocation and output are both Volatile. The location of the utility is Committed.

SEE ALSO

libdevinfo (3LIB), attributes (7), prtconf (8)