OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bp1
(Results
1 - 7
of
7
) sorted by relevancy
/src/sbin/efi/
devpath.h
74
aconcat(char *
bp1
, const char *sep, char *bp2)
78
easprintf(&bp, "%s%s%s",
bp1
, sep, bp2);
79
free(
bp1
);
/src/sys/sys/
buf.h
252
#define BIO_COPYPRIO(
bp1
, bp2) BIO_SETPRIO(
bp1
, BIO_GETPRIO(bp2))
/src/bin/csh/
func.c
78
struct biltins *bp, *
bp1
, *bp2;
local
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/games/hack/
hack.pri.c
760
char *bp0, *
bp1
;
local
761
bp0 =
bp1
= newbot;
764
*
bp1
++ = *bp0;
/src/sbin/brconfig/
brconfig.c
350
struct ifbrparam
bp1
, bp2;
local
368
if (do_cmd(sock, bridge, BRDGGCACHE, &
bp1
, sizeof(
bp1
), 0) < 0)
374
bp1
.ifbrp_csize, bp2.ifbrp_ctime);
/src/sys/ufs/lfs/
lfs_accessors.h
1477
lfs_blocks_eq(STRUCT_LFS *fs, union lfs_blocks *
bp1
, union lfs_blocks *bp2)
1480
return
bp1
->b64 == bp2->b64;
1482
return
bp1
->b32 == bp2->b32;
1487
lfs_blocks_sub(STRUCT_LFS *fs, union lfs_blocks *
bp1
, union lfs_blocks *bp2)
1491
return
bp1
->b64 - bp2->b64;
1493
return
bp1
->b32 - bp2->b32;
/src/sys/dev/usb/
ohci.c
3573
ohci_physaddr_t buf, offs, bp0,
bp1
;
local
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
...]
Completed in 39 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026