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

  /src/libexec/ld.elf_so/
tls.c 317 size_t i, max_index; local in function:_rtld_tls_free
330 max_index = DTV_MAX_INDEX(tcb->tcb_dtv);
331 for (i = 1; i <= max_index; ++i) {
tls.c 317 size_t i, max_index; local in function:_rtld_tls_free
330 max_index = DTV_MAX_INDEX(tcb->tcb_dtv);
331 for (i = 1; i <= max_index; ++i) {
tls.c 317 size_t i, max_index; local in function:_rtld_tls_free
330 max_index = DTV_MAX_INDEX(tcb->tcb_dtv);
331 for (i = 1; i <= max_index; ++i) {
  /src/sys/dev/ic/
advlib.c 2221 int max_index; local in function:AscGetSynPeriodIndex
2226 max_index = sc->max_sdtr_index;
2228 if ((syn_time <= period_table[max_index])) {
2229 for (i = min_index; i < (max_index - 1); i++) {
2234 return (max_index);
2236 return (max_index + 1);
advlib.c 2221 int max_index; local in function:AscGetSynPeriodIndex
2226 max_index = sc->max_sdtr_index;
2228 if ((syn_time <= period_table[max_index])) {
2229 for (i = min_index; i < (max_index - 1); i++) {
2234 return (max_index);
2236 return (max_index + 1);
advlib.c 2221 int max_index; local in function:AscGetSynPeriodIndex
2226 max_index = sc->max_sdtr_index;
2228 if ((syn_time <= period_table[max_index])) {
2229 for (i = min_index; i < (max_index - 1); i++) {
2234 return (max_index);
2236 return (max_index + 1);
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 4335 u_int32_t canuse, min_index, max_index; local in function:nfsrv_nextstateindex
4348 max_index = 0xffffffff;
4352 if (stp->ls_stateid.other[2] < max_index)
4353 max_index = stp->ls_stateid.other[2];
4364 if (min_index == 0x80000000 && max_index == 0x80000001) {
4389 clp->lc_statemaxindex = max_index;
nfs_nfsdstate.c 4335 u_int32_t canuse, min_index, max_index; local in function:nfsrv_nextstateindex
4348 max_index = 0xffffffff;
4352 if (stp->ls_stateid.other[2] < max_index)
4353 max_index = stp->ls_stateid.other[2];
4364 if (min_index == 0x80000000 && max_index == 0x80000001) {
4389 clp->lc_statemaxindex = max_index;
nfs_nfsdstate.c 4335 u_int32_t canuse, min_index, max_index; local in function:nfsrv_nextstateindex
4348 max_index = 0xffffffff;
4352 if (stp->ls_stateid.other[2] < max_index)
4353 max_index = stp->ls_stateid.other[2];
4364 if (min_index == 0x80000000 && max_index == 0x80000001) {
4389 clp->lc_statemaxindex = max_index;

Completed in 49 milliseconds