SCSI_HOST_ALLOC

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

scsi_host_alloc - register a scsi host adapter instance.  

SYNOPSIS

"SYNOPSIS"

struct Scsi_Host * scsi_host_alloc (struct scsi_host_template * sht, int privsize);  

ARGUMENTS

sht
pointer to scsi host template
privsize
extra bytes to allocate for driver
 

NOTE

Allocate a new Scsi_Host and perform basic initialization. The host is not published to the scsi midlayer until scsi_add_host is called.  

RETURN VALUE

Pointer to a new Scsi_Host


 

Index

NAME
SYNOPSIS
ARGUMENTS
NOTE
RETURN VALUE

This document was created by man2html, using the manual pages.
Time: 04:41:04 GMT, October 06, 2005