Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man: fill out fi_tsearch flags #12

Merged
merged 1 commit into from
Sep 4, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions man/fi_tagged.3
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,10 @@ Applies to fi_tsendmsg. Indicates that a completion should not be generated
until the operation has completed on the remote side.
.PP
The following flags may be used with fi_tsearch.
.IP "Need tsearch flags"
write me
.IP "FI_CLAIM"
Indicates that when a search successfully finds a matching message, the
message is claimed by caller. Subsequent searches cannot find the same
message, although they may match other messages that have the same tag.
.SH "RETURN VALUE"
The tagged send and receive calls return 0 on success.
On error, a negative value corresponding to fabric
Expand All @@ -264,8 +266,6 @@ If the search completes immediately, fi_tsearch will return 1, with
information about the matching receive returned through the len, tag,
src_addr, and src_addrlen parameters.
.SH "ERRORS"
.IP "Enter FI_ERRNO values here"
write me
.IP "-FI_ENOMSG"
Returned by fi_tsearch on an immediate completion, but no matching message
was located.
Expand All @@ -276,6 +276,10 @@ internal buffering, in the case of FI_SEND_BUFFERED, or processing queues
are full. The operation may be retried after additional provider resources
become available, usually through the completion of currently outstanding
operations.
.IP "-FI_EINVAL"
Indicates that an invalid argument was supplied by the user.
.IP "-FI_EOTHER"
Indicates that an unspecified error occurred.
.SH "NOTES"
.SS Any source
The function fi_trecvfrom() may be used to receive a message from a specific
Expand Down