GNU/Linux |
RedHat 6.2(Zoot) |
|
![]() |
lamf_rfwrite(2) |
![]() |
lamf_rfread, lamf_rfwrite − Read/write data from/to a remote file. (LAM)
subroutine
lamf_rfread (udesc, buffer, inbytes, outbytes, ierror)
subroutine lamf_rfread (udesc, buffer, inbytes, outbytes,
ierror)
<type> buffer(*)
integer udesc, inbytes, outbytes, ierror
These functions provide access to underlying POSIX functions, read(2) and write(2), on any LAM node. See lam_rfposix(2).
The length of the caller’s buffer is given in the inbytes argument. The actual number of bytes transferred is returned in the outbytes argument.
lamf_rfopen(2), lamf_rfclose(2)
![]() |
lamf_rfwrite(2) | ![]() |