.\" 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 "ADAPTER_REMOVE_DEVICE" "" "06 October 2005" "" "" .SH NAME adapter_remove_device \- Removes the device instance from the adaptor .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void adapter_remove_device (struct AdapterCtlBlk * \fIacb\fB, struct DeviceCtlBlk * \fIdcb\fB); \fR .SH "ARGUMENTS" .TP \fB\fIacb\fB\fR The adapter device to be updated .TP \fB\fIdcb\fB\fR A device that has previously been added to the adapter. .SH "DESCRIPTION" .PP instance. The device instance is not check in any way or freed by this. The caller is expected to take care of that. This will simply remove the device from the adapters data strcutures.