OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bouncearea
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arc/dti/
btl.c
347
u_int
bouncearea
;
local in function:btattach
361
bouncearea
= bouncebase + sizeof(struct bt_mbx);
374
ccb = (struct bt_ccb *)
bouncearea
;
375
bouncearea
+= sizeof(struct bt_ccb);
383
while ((
bouncearea
+ sizeof(struct bt_buf)) < bouncebase + bouncesize) {
384
buf = (struct bt_buf *)
bouncearea
;
385
bouncearea
+= sizeof(struct bt_buf);
btl.c
347
u_int
bouncearea
;
local in function:btattach
361
bouncearea
= bouncebase + sizeof(struct bt_mbx);
374
ccb = (struct bt_ccb *)
bouncearea
;
375
bouncearea
+= sizeof(struct bt_ccb);
383
while ((
bouncearea
+ sizeof(struct bt_buf)) < bouncebase + bouncesize) {
384
buf = (struct bt_buf *)
bouncearea
;
385
bouncearea
+= sizeof(struct bt_buf);
Completed in 22 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025