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

  /src/games/hack/
hack.pri.c 760 char *bp0, *bp1; local in function:bot
761 bp0 = bp1 = newbot;
763 if (*bp0 != ' ' || bp0[1] != ' ' || bp0[2] != ' ')
764 *bp1++ = *bp0;
765 } while (*bp0++);
  /src/sys/dev/usb/
ohci.c 2021 DPRINTF(" bp0=0x%08jx next=0x%08jx be=0x%08jx",
3573 ohci_physaddr_t buf, offs, bp0, bp1; local in function:ohci_device_isoc_enter
3614 bp0 = bp1 = OHCI_PAGE(buf);
3617 ohci_physaddr_t end = bp0; /* XXX stupid GCC */
3642 if (bp0 == bp1 && bp1 != nep)
3645 DPRINTFN(1, "ncur=%jd bp0=%#jx bp1=%#jx nend=%#jx",
3646 ncur, bp0, bp1, nend);
3649 if (ncur == OHCI_ITD_NOFFSET || (bp0 != bp1 && bp1 != nep)) {
3662 sitd->itd->itd_bp0 = HTOO32(bp0);
3677 bp0 = bp1 = OHCI_PAGE(buf)
    [all...]

Completed in 59 milliseconds