Searched refs:maxoffs_dt (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c1604 u_char maxoffs_dt; /* Max scsi offset (DT) */ member in struct:sym_hcb
2550 np->maxoffs_dt = 62;
2740 tp->tinfo.user.offset = np->maxoffs_dt;
5740 if (ofs > np->maxoffs_dt)
5741 {chg = 1; ofs = np->maxoffs_dt;}
8188 if (tip->offset > np->maxoffs_dt)
8189 tip->offset = np->maxoffs_dt;

Completed in 150 milliseconds