=> R0 = offset in file server list of first item to read
R1 = pointer to buffer
R2 = size of buffer
R3 = number of items to read
<= R0 = offset of next item to read, or -1 if finished
R3 = number of items read
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.
See PRM 2, page 354.
|
|
|