scsi_hba_probe(9f) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

scsi_hba_probe(9f)

scsi_hba_probe(9F)             Kernel Functions             scsi_hba_probe(9F)



NAME
       scsi_hba_probe - default SCSI HBA probe function

SYNOPSIS
       #include <sys/scsi/scsi.h>

       int scsi_hba_probe(struct scsi_device *sd, int(*waitfunc)(void));

INTERFACE LEVEL
       Solaris architecture specific (Solaris DDI).

PARAMETERS
       sd          Pointer  to a scsi_device(9S) structure describing the tar‐
                   get.


       waitfunc    NULL_FUNC or SLEEP_FUNC.


DESCRIPTION
       scsi_hba_probe()   is   a   function   providing   the   semantics   of
       scsi_probe(9F).  An  HBA  driver  may  call  scsi_hba_probe()  from its
       tran_tgt_probe(9E) entry point, to probe for the existence of a  target
       on  the  SCSI  bus,  or  the HBA may set tran_tgt_probe(9E) to point to
       scsi_hba_probe directly.

RETURN VALUES
       See scsi_probe(9F) for the return values from scsi_hba_probe().

CONTEXT
       scsi_hba_probe()   should   only   be    called    from    the    HBA's
       tran_tgt_probe(9E) entry point.

SEE ALSO
       tran_tgt_probe(9E), scsi_probe(9F), scsi_device(9S)


       Writing Device Drivers in Oracle Solaris 11.4



Oracle Solaris 11.4               30 Aug 1995               scsi_hba_probe(9F)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3