Procedure 11

Initialise Registers

capability

 

resource name length

 

resource name

 

pattern length

 

pattern

 

REQUEST

If the resource specified is known to the server and the access capability is valid the initialise procedure defined by the object associated with each register selected from the total available using the supplied pattern is envoked.

procedure status

RESPONSE

procedure status indicates the result of the request.

0

success

1

resource not known

3

capability is invalid

8

application not responding

10

application detected failure

procedure status

XDR Specification

procedure   InitialiseRegisters (cap, res, patt)   returns(status)
            capability    cap;
            resource    res;
            pattern    patt;
            stat    status;

Implementation

This procedure is provided in versions 1 and 2 of the protocol.