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

  /src/sys/arch/macppc/dev/
fcu.c 209 int num, lidx = 0, tidx = 0; local in function:fcu_attach
218 strcpy(descr, &loc[lidx]);
238 lidx += strlen(descr) + 1;
  /src/sbin/fsck_msdos/
dir.c 474 u_int lidx = 0; local in function:readDosDirSection
565 || lidx != lrnomask) {
576 lidx = lrnomask;
577 if (lidx != 0) {
578 t = longName + --lidx * 13;
  /src/sys/arch/x86/x86/
pmap.c 2434 int lidx = level - 1; local in function:pmap_find_ptp
2440 if (pmap->pm_ptphint[lidx] && off == pmap->pm_ptphint[lidx]->offset) {
2441 KASSERT(pmap->pm_ptphint[lidx]->wire_count > 0);
2442 pg = pmap->pm_ptphint[lidx];
2447 pg = uvm_pagelookup(&pmap->pm_obj[lidx], off);
2456 pmap->pm_ptphint[lidx] = pg;
2463 int lidx; local in function:pmap_freepage
2468 lidx = level - 1;
2470 if (pmap->pm_ptphint[lidx] == ptp
    [all...]

Completed in 15 milliseconds