HomeSort by: relevance | last modified time | path
    Searched refs:OFBURSTLEN (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/sparc64/dev/
cons.h 46 #define OFBURSTLEN 128 /* max number of bytes to write in one chunk */
pcons.c 233 u_char buf[OFBURSTLEN];
243 len = q_to_b(cl, buf, OFBURSTLEN);
  /src/sys/arch/sun2/dev/
cons.h 45 #define OFBURSTLEN 128 /* max number of bytes to write in one chunk */
pcons.c 233 uint8_t buf[OFBURSTLEN];
243 len = q_to_b(cl, buf, OFBURSTLEN);
  /src/sys/dev/ofw/
ofcons.c 58 #define OFBURSTLEN 128 /* max number of bytes to write in one chunk */
223 u_char buf[OFBURSTLEN];
232 len = q_to_b(&tp->t_outq, buf, OFBURSTLEN);

Completed in 12 milliseconds