OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XS_CDBLEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
isp_netbsd.h
225
#define
XS_CDBLEN
(xs) (xs)->cmdlen
isp.c
4217
if (
XS_CDBLEN
(xs) > (IS_FC(isp)? 16 : 44) ||
XS_CDBLEN
(xs) == 0) {
4218
isp_prt(isp, ISP_LOGERR, "unsupported cdb length (%d, CDB[0]=0x%x)",
XS_CDBLEN
(xs), XS_CDBP(xs)[0] & 0xff);
4317
if (
XS_CDBLEN
(xs) > 12) {
4378
cdblen =
XS_CDBLEN
(xs);
5403
lim =
XS_CDBLEN
(xs) > 16? 16 :
XS_CDBLEN
(xs);
Completed in 16 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025