.\" 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 "VIA_SYSCALL_DOWN" "" "06 October 2005" "" ""
.SH NAME
via_syscall_down \- down the card-specific syscell semaphore
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int via_syscall_down (struct via_info * \fIcard\fB, int \fInonblock\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcard\fB\fR
Private info for specified board
.TP
\fB\fInonblock\fB\fR
boolean, non-zero if O_NONBLOCK is set
.SH "DESCRIPTION"
.PP
Encapsulates standard method of acquiring the syscall sem.
.PP
Returns negative errno on error, or zero for success.