GRAND.CENTRAL.ORG

AFS Assigned Numbers Registry - RXAFSCB_ RPC interface

This is a table of procedure numbers and names for the 'RXAFSCB_' AFS cache manager callback Rx RPC interface. Also available are some interface documentation the Rx interface description itself, and a C header file defining the opcode values.

RXAFSCB_ Procedures

NumberNameDescription
204CallBackBreak a callback
205InitCallBackStateReset callbacks from this server
206ProbeVerify client still exists
207GetLockGet lock table contents
208GetCEGet cache entry
209XStatsVersionGet extended stats version
210GetXStatsGet extended stats data
211InitCallBackState2
212WhoAreYou
213InitCallBackState3
214ProbeUuid
215GetServerPrefs
216GetCellServDB
217GetLocalCell
218GetCacheConfig
65536GetCE64
65537GetCellByNum

How to use these codes

These codes are procedure numbers used in an Rx remote procedure call interface. They are used by the Rx protocol to identify the desired procedure during a remote procedure call. Applications do not normally need to refer to these procedure numbers directly; instead a call is made to stub functions generated by rxgen.

In order to generate and use Rx stubs for this interface, you will need an implementation of the Rx remote procedure call protocol, including the rxgen program or its equivalent. You will also need the Rx interface description file, and the C header file defining the opcode values.

Registration Policy

Procedure numbers for the 'RXAFSCB_' interface are maintained by the AFS assigned numbers registrar. New procedure numbers will be assigned on request to anyone wishing to extend this interface. Requests should include the name and description of the new procedure, a declaration suitable for inclusion in the Rx interface description file, and a brief summary of what the new procedure does.