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

  /src/sys/dev/ic/
advlib.c 2222 int min_index; local in function:AscGetSynPeriodIndex
2227 min_index = sc->host_init_sdtr_index;
2229 for (i = min_index; i < (max_index - 1); i++) {
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 4335 u_int32_t canuse, min_index, max_index; local in function:nfsrv_nextstateindex
4347 min_index = 0;
4355 if (stp->ls_stateid.other[2] > min_index)
4356 min_index = stp->ls_stateid.other[2];
4364 if (min_index == 0x80000000 && max_index == 0x80000001) {
4388 clp->lc_stateindex = min_index + 1;

Completed in 18 milliseconds