Entry | |
---|---|
R0 | Offset in file server list of first item to read |
R1 | Pointer to buffer |
R2 | Size of buffer in bytes |
R3 | Number of items to read |
Exit | |
---|---|
R0 | Offset of next item to read, or -1 if finished |
R3 | Number of items read |
The purpose of this call is to list all file servers to which the NetFS software is currently logged on.
This SWI is used to list information about file servers held by NetFS – the information returned by the *ListFS command. The information is returned as a series of 20 byte blocks, in alphabetical order. To ensure that the list does not change during enumeration the SWI disables the automatic update of the list – you must restart this after enumeration by calling NetFS_EnableCache.
SWI is not re-entrant.