Measure Reference Manual

DEVICE^DESC
is the descriptor for DEVICE, DISC, LINE, NETLINE, or TERMINAL entities on systems running
D-series RVUs.
Struct Device^desc (*)
Begin
Int Type; ! Entity type
Int Len; ! Byte length of this record
Int CPU^number;
Int Ctl; ! Controller number
Int Unit; ! Unit number
Int Device^name[0:11];
Int Channel; ! Channel number
End;
NOTE: The LINE, NETLINE, and TERMINAL entities use the WAN^DESC descriptor in G-series
RVUs.
type
INT:value:1
is one of:
Numeric IdentifierLiteralEntity Type
7DISC^TDISC
8IODEV^TDEVICE
9LINE^TLINE
10NETLINE^TNETLINE
13TERM^TTERMINAL
A positive type value includes the specified entities in the measurement configuration. A
negative type value excludes the specified entities from measurement. For an example, see
Specifying Entity Descriptors (page 376).
len
INT:value:1
is 36 (the length in bytes of this descriptor).
cpu^number
INT:value:1
is the number of the CPU on which the device to be measured is running. Use the literal -1 to
indicate all CPUs.
ctl
INT:value:1
is the controller number of the device to be measured (0 through 31). Use the literal -1 to
indicate all controllers.
unit
INT:value:1
is the unit number of the device to be measured. Use the literal -1 to indicate all units.
device^name
INT:value:12
is the name of the device to be measured. The name must be left-justified and blank-filled and
must start with a dollar sign ($). Use a dollar sign and an asterisk ($*) to indicate all devices.
456 Entity Descriptors