MPTCTL_SYSCALL_DOWN
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
mptctl_syscall_down - Down the MPT adapter syscall semaphore.
SYNOPSIS
"SYNOPSIS"
int mptctl_syscall_down (MPT_ADAPTER * ioc, int nonblock);
ARGUMENTS
- ioc
-
Pointer to MPT adapter
- nonblock
-
boolean, non-zero if O_NONBLOCK is set
DESCRIPTION
All of the ioctl commands can potentially sleep, which is illegal
with a spinlock held, thus we perform mutual exclusion here.
Returns negative errno on error, or zero for success.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:30 GMT, October 09, 2005