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

  /src/sbin/efi/
bootvar.c 265 int idx, lastidx; local
272 lastidx = -1;
280 assert(idx > lastidx);
281 if (idx != lastidx + 1) {
284 lastidx = idx;
286 return lastidx + 1;
  /src/common/lib/libc/gen/
radixtree.c 812 * we keep the path updated only for lastidx-1.
813 * vpp is what path_pptr(t, path, lastidx) would be.
817 unsigned int lastidx; local
832 lastidx = path->p_lastidx;
833 KASSERT(lastidx == RADIX_TREE_INVALID_HEIGHT ||
834 lastidx == t->t_height ||
835 !entry_match_p(*path_pptr(t, path, lastidx), tagmask));
837 if (lastidx == RADIX_TREE_INVALID_HEIGHT) {
842 lastidx = 0;
843 vpp = path_pptr(t, path, lastidx);
    [all...]
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctf.c 905 int lastidx = 0, baseidx = -1; local
913 lastidx = ctl->ctl_typeidx;
915 debug(3, "Resurrected label %s type idx %d\n", label, lastidx);
917 tdata_label_add(td, label, lastidx);
920 baseidx = lastidx;
923 return (lastidx);
927 return (lastidx);
941 return (lastidx);
  /src/sys/arch/sgimips/stand/undist/
undist.c 364 static int lastidx; local
369 lastidx = -1;
373 for (i = lastidx + 1;
375 lastidx = i;
  /src/sys/dev/usb/
usb_subr.c 326 int curidx, lastidx, curaidx = 0; local
328 for (curidx = lastidx = -1; end - p >= sizeof(*desc);) {
348 if (idesc->bInterfaceNumber != lastidx) {
349 lastidx = idesc->bInterfaceNumber;

Completed in 42 milliseconds