/src/games/hack/ |
hack.pri.c | 760 char *bp0, *bp1; local in function:bot 761 bp0 = bp1 = newbot; 764 *bp1++ = *bp0;
|
/src/sbin/brconfig/ |
brconfig.c | 350 struct ifbrparam bp1, bp2; local in function:status 368 if (do_cmd(sock, bridge, BRDGGCACHE, &bp1, sizeof(bp1), 0) < 0) 374 bp1.ifbrp_csize, bp2.ifbrp_ctime);
|
/src/bin/csh/ |
func.c | 78 struct biltins *bp, *bp1, *bp2; local in function:isbfunc 97 * Binary search Bp1 is the beginning of the current search range. Bp2 is 100 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) { 103 bp = bp1 + ((bp2 - bp1) >> 1); 110 bp1 = bp + 1;
|
/src/sys/dev/usb/ |
ohci.c | 3573 ohci_physaddr_t buf, offs, bp0, bp1; local in function:ohci_device_isoc_enter 3614 bp0 = bp1 = OHCI_PAGE(buf); 3641 /* Note the first page crossing in bp1 */ 3642 if (bp0 == bp1 && bp1 != nep) 3643 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)) [all...] |