OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bouncebase
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arc/dti/
btl.c
348
u_int
bouncebase
;
local in function:btattach
360
(*btl_conf->bc_bouncemem)(&
bouncebase
, &bouncesize);
361
bouncearea =
bouncebase
+ sizeof(struct bt_mbx);
362
sc->sc_mbx = (struct bt_mbx *)
bouncebase
;
383
while ((bouncearea + sizeof(struct bt_buf)) <
bouncebase
+ bouncesize) {
btl.c
348
u_int
bouncebase
;
local in function:btattach
360
(*btl_conf->bc_bouncemem)(&
bouncebase
, &bouncesize);
361
bouncearea =
bouncebase
+ sizeof(struct bt_mbx);
362
sc->sc_mbx = (struct bt_mbx *)
bouncebase
;
383
while ((bouncearea + sizeof(struct bt_buf)) <
bouncebase
+ bouncesize) {
Completed in 26 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025