HomeSort by: relevance | last modified time | path
    Searched defs:ebufp (Results 1 - 2 of 2) 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)
  /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);

Completed in 14 milliseconds