Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (D-E)
Guardian Procedure Calls Reference Manual522629-013
4-67
DEVICE_GETINFOBYLDEV_ Procedure
(Superseded on G-series Releases)
state
is the current state of the path. If the device has only one path, then the state of
the device is the state of the path. Valid state values include:
Example
! obtain logical and physical attributes for
! logical device 10.
logical^device := 10;
error := DEVICE_GETINFOBYLDEV_ (
logical^device,
l^info, l^info^maxlen, l^info^len,
p^info, p^info^maxlen, p^info^len,
b^info, b^info^maxlen, b^info^len );
Related Programming Manual
For programming information about the DEVICE_GETINFOBYLDEV_ procedure, refer
to the
Guardian Programmer’s Guide.
Value Description
0
UP
1
DOWN
2
SPECIAL
3
MOUNT
4
REVIVE
5
(reserved)
6
EXERCISE
7
EXCLUSIVE
8
HARD DOWN
9
UNKNOWN