HomeSort by: relevance | last modified time | path
    Searched defs:typidx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/scsipi/
ses.c 690 struct typidx { struct
702 struct typidx *ses_typidx;
807 ssc->ses_nobjects * sizeof (struct typidx));
839 (nobj * sizeof (struct typidx)));
1025 cc->ses_typidx = SES_MALLOC(nobj * sizeof (struct typidx));
1036 (nobj * sizeof (struct typidx)));
1047 MEMZERO(cc->ses_typidx, nobj * sizeof (struct typidx));
ses.c 690 struct typidx { struct
702 struct typidx *ses_typidx;
807 ssc->ses_nobjects * sizeof (struct typidx));
839 (nobj * sizeof (struct typidx)));
1025 cc->ses_typidx = SES_MALLOC(nobj * sizeof (struct typidx));
1036 (nobj * sizeof (struct typidx)));
1047 MEMZERO(cc->ses_typidx, nobj * sizeof (struct typidx));

Completed in 157 milliseconds