OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ebufp
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/atari/dev/
md_root.c
91
char *
ebufp
; /* absolute maximum for bufp */
member in struct:read_info
175
rs.
ebufp
= (char *)md->md_addr + md->md_size;
269
if ((rsp->bufp + nbyte) >= rsp->
ebufp
)
md_root.c
91
char *
ebufp
; /* absolute maximum for bufp */
member in struct:read_info
175
rs.
ebufp
= (char *)md->md_addr + md->md_size;
269
if ((rsp->bufp + nbyte) >= rsp->
ebufp
)
/src/sys/dev/pcmcia/
if_ray.c
1056
bus_size_t bufp,
ebufp
;
local in function:ray_intr_start
1206
ebufp
= bufp + len;
1207
if (
ebufp
<= RAY_TX_END)
1212
tmplen =
ebufp
- bufp;
1282
bus_size_t bufp,
ebufp
, tmp;
local in function:ray_recv
1388
ebufp
= bufp + len;
1389
if (
ebufp
<= RAY_RX_END)
1395
ebufp
- RAY_RX_END);
if_ray.c
1056
bus_size_t bufp,
ebufp
;
local in function:ray_intr_start
1206
ebufp
= bufp + len;
1207
if (
ebufp
<= RAY_TX_END)
1212
tmplen =
ebufp
- bufp;
1282
bus_size_t bufp,
ebufp
, tmp;
local in function:ray_recv
1388
ebufp
= bufp + len;
1389
if (
ebufp
<= RAY_RX_END)
1395
ebufp
- RAY_RX_END);
Completed in 25 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025