.\" 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 "IPC_FINDKEY" "" "06 October 2005" "" ""
.SH NAME
ipc_findkey \- find a key in an ipc identifier set
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ipc_findkey (struct ipc_ids* \fIids\fB, key_t \fIkey\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIids\fB\fR
Identifier set
.TP
\fB\fIkey\fB\fR
The key to find
.SH "DESCRIPTION"
.PP
Requires ipc_ids.sem locked.
Returns the identifier if found or -1 if not.