1LAMF_RFREAD(2) LAM REMOTE LIBRARY LAMF_RFREAD(2)
2
3
4
6 lamf_rfread, lamf_rfwrite - Read/write data from/to a remote file.
7 (LAM)
8
10 subroutine lamf_rfread (udesc, buffer, inbytes, outbytes, ierror)
11 subroutine lamf_rfread (udesc, buffer, inbytes, outbytes, ierror)
12 <type> buffer(*)
13 integer udesc, inbytes, outbytes, ierror
14
16 These functions provide access to underlying POSIX functions, read(2)
17 and write(2), on any LAM node. See lam_rfposix(2).
18
19 The length of the caller's buffer is given in the inbytes argument.
20 The actual number of bytes transferred is returned in the outbytes
21 argument.
22
24 lamf_rfopen(2), lamf_rfclose(2)
25
26
27
28LAM 7.1.2 March, 2006 LAMF_RFREAD(2)