.\" 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 "DEVICE_ALLOC" "9" "09 October 2005" "" "" .SH NAME device_alloc \- Allocate a new device instance. This create the .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct DeviceCtlBlk * device_alloc (struct AdapterCtlBlk * \fIacb\fB, u8 \fItarget\fB, u8 \fIlun\fB); \fR .SH "ARGUMENTS" .TP \fB\fIacb\fB\fR The adapter to obtain configuration information from. .TP \fB\fItarget\fB\fR The target for the new device. .TP \fB\fIlun\fB\fR The lun for the new device. .SH "DESCRIPTION" .PP Return the new device if succesfull or NULL on failure. .SH "DESCRIPTION" .PP Return the new device if succesfull or NULL on failure.