.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "IB_SA_CANCEL_QUERY" "9" "09 October 2005" "" "" .SH NAME ib_sa_cancel_query \- try to cancel an SA query .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void ib_sa_cancel_query (int \fIid\fB, struct ib_sa_query * \fIquery\fB); \fR .SH "ARGUMENTS" .TP \fB\fIid\fB\fR ID of query to cancel .TP \fB\fIquery\fB\fR query pointer to cancel .SH "DESCRIPTION" .PP Try to cancel an SA query. If the id and query don't match up or the query has already completed, nothing is done. Otherwise the query is canceled and will complete with a status of -EINTR.