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

  /src/sys/arch/shark/ofw/
ofw.c 793 int totalcnt; local in function:ofw_configmem
798 for (totalcnt = 0, mp = OFphysmem; totalcnt < nOFphysmem;
799 totalcnt++, mp++) {
  /src/sys/dev/ic/
isp_library.c 61 isp_send_cmd(ispsoftc_t *isp, void *fqe, void *segp, uint32_t nsegs, uint32_t totalcnt, isp_ddir_t ddir)
214 ((ispreqt2_t *)fqe)->req_totalcnt = totalcnt;
225 ((ispreqt3_t *)fqe)->req_totalcnt = totalcnt;
235 ((ispreqt7_t *)fqe)->req_dl = totalcnt;
2015 isp_send_tgt_cmd(ispsoftc_t *isp, void *fqe, void *segp, uint32_t nsegs, uint32_t totalcnt, isp_ddir_t ddir, void *snsptr, uint32_t snslen)

Completed in 15 milliseconds