Home
last modified time | relevance | path

Searched refs:reportluns_timeout (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c89 static int reportluns_timeout = 60000; /* 60s */ variable
90 SYSCTL_INT(_kern_cam, OID_AUTO, reportluns_timeout, CTLFLAG_RWTUN,
91 &reportluns_timeout, 0, "REPORTLUNS timeout on probing");
852 SSD_FULL_SIZE, reportluns_timeout); in probestart()
875 SSD_FULL_SIZE, reportluns_timeout); in probestart()
/freebsd/
H A DUPDATING69 kern.cam.reportluns_timeout (default is 60s)