Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (G-N)
Guardian Programming Reference Summary for pTAL and TAL522631-001
6-5
GETSYNCINFO
(Superseded by FILE_GETSYNCINFO_) Returns a disk file’s synchronization block so
it can be sent to the backup process in a checkpoint message.
GETSYSTEMNAME
(Superseded by NODENUMBER_TO_NODENAME_) Supplies the system name
associated with a system number.
cpu,pin, INT:value input
process-id, INT:ref:4 output
sysnum, INT:value input
< (CCL) The GETREMOTECRTPID failed. Either no such process exists, the remote
system could not be accessed, or the process has an inaccessible name,
consisting of more than four characters.
= (CCE) GETREMOTECRTPID was successful.
CALL GETSYNCINFO ( filenum
,sync-block
,[ sync-block-size ] );
filenum, INT:value input
sync-block, INT:ref:* output
sync-block-size, INT:ref:1 output
< (CCL) An error occurred (call FILEINFO).
= (CCE) GETSYNCINFO was successful.
> (CCG) The file is not a disk file.
ldev := GETSYSTEMNAME ( sysnum ,sysname );
ldev, INT returned value