Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (R-Z)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
8-8
REFRESH 
(Superseded by DISK_REFRESH_) Writes control information to the associated 
physical disk volumes.
REMOTEPROCESSORSTATUS 
Supplies the status of processor modules in a particular system in a network.
3 The address area is in bounds in an extensible segment, but disk space for the extensible 
segment could not be allocated. If you try to write to this area, the effect depends on 
whether your process is a TNS process or a TNS/R native process: A TNS process might 
terminate with a “no memory available” trap (trap 12); a TNS/R native process might 
receive a SIGNOMEM signal.
4 The start-address parameter points to a location on the TOSSTACK, but the 
calling procedure is not executing on the TOSSTACK. This error can occur only on a 
TNS processor.
5 An absolute address was supplied in start-address for a TNS/R native process and 
flags.<14> was not set to allow this.
start-address, STRING .EXT:ref* input
area-length, INT(32):value input
framestart, EXTADDR:value input
flags, INT:value input
<0:13> must be zero.
<14> = 0
= 1
specifies that absolute addressing is not allowed for TNS/R native processes.
allows absolute addressing even if REFPARAM_BOUNDSCHECK_ is 
called from a TNS/R native process. No checking is performed and 
REFPARAM_BOUNDSCHECK_ returns without error.
<15> = 0
= 1
checks the area for read/write access.
checks the area for read-only access.
error := REFRESH ( [ volname ] );
error, INT returned value
volname, INT:ref:12 input
status := REMOTEPROCESSORSTATUS ( sysnum );










