Home
last modified time | relevance | path

Searched refs:OFBURSTLEN (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/dev/ofw/
Dofcons.c58 #define OFBURSTLEN 128 /* max number of bytes to write in one chunk */ macro
223 u_char buf[OFBURSTLEN]; in ofcons_start()
232 len = q_to_b(&tp->t_outq, buf, OFBURSTLEN); in ofcons_start()
/netbsd/src/sys/arch/sparc64/dev/
Dcons.h46 #define OFBURSTLEN 128 /* max number of bytes to write in one chunk */ macro
Dpcons.c233 u_char buf[OFBURSTLEN]; in pconsstart()
243 len = q_to_b(cl, buf, OFBURSTLEN); in pconsstart()
/netbsd/src/sys/arch/sun2/dev/
Dcons.h45 #define OFBURSTLEN 128 /* max number of bytes to write in one chunk */ macro
Dpcons.c233 uint8_t buf[OFBURSTLEN]; in pconsstart()
243 len = q_to_b(cl, buf, OFBURSTLEN); in pconsstart()