Searched refs:MSGBUFSIZE (Results 1 - 25 of 108) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/sys/arch/macppc/include/
H A Dparam.h45 #ifndef MSGBUFSIZE
46 #define MSGBUFSIZE (3*NBPG) macro
/netbsd-6-1-5-RELEASE/sys/arch/cats/include/
H A Dparam.h48 #ifndef MSGBUFSIZE
49 #define MSGBUFSIZE (2*NBPG) macro
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/include/
H A Dparam.h40 #if !defined(MSGBUFSIZE)
41 #define MSGBUFSIZE 8192 macro
/netbsd-6-1-5-RELEASE/sys/arch/x68k/include/
H A Dparam.h59 #ifndef MSGBUFSIZE
60 #define MSGBUFSIZE NBPG /* default message buffer size */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dparam.h72 #ifndef MSGBUFSIZE
73 #define MSGBUFSIZE NBPG /* default message buffer size */ macro
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/include/
H A Dparam.h56 #ifndef MSGBUFSIZE
57 #define MSGBUFSIZE NBPG /* default message buffer size */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sun2/include/
H A Dparam.h54 #ifdef MSGBUFSIZE
55 #error "MSGBUFSIZE is not user-adjustable for this arch"
58 #define MSGBUFSIZE ((NBPG * 4) - MSGBUFOFF) macro
/netbsd-6-1-5-RELEASE/sys/arch/sun3/include/
H A Dparam.h55 #ifdef MSGBUFSIZE
56 #error "MSGBUFSIZE is not user-adjustable for this arch"
59 #define MSGBUFSIZE (NBPG) macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/arm32/
H A Dparam.h59 #ifndef MSGBUFSIZE
60 #define MSGBUFSIZE NBPG /* default message buffer size */ macro
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/include/
H A Dparam.h57 #ifndef MSGBUFSIZE
58 #define MSGBUFSIZE NBPG /* default message buffer size */ macro
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dparam.h71 #ifndef MSGBUFSIZE
72 #define MSGBUFSIZE NBPG /* default message buffer size */ macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dparam.h78 #ifndef MSGBUFSIZE
79 #define MSGBUFSIZE (2*NBPG) /* default message buffer size */ macro
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dparam.h66 #ifndef MSGBUFSIZE
67 #define MSGBUFSIZE 2*NBPG /* default message buffer size */ macro
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Dparam.h71 #ifndef MSGBUFSIZE
72 #define MSGBUFSIZE NBPG /* default message buffer size */ macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dparam.h76 #ifndef MSGBUFSIZE
77 #define MSGBUFSIZE NBPG /* default message buffer size */ macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dparam.h72 #ifndef MSGBUFSIZE
73 #define MSGBUFSIZE NBPG /* default message buffer size */ macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dparam.h103 #ifndef MSGBUFSIZE
104 #define MSGBUFSIZE 8*NBPG /* default message buffer size */ macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dmips_param.h65 #ifndef MSGBUFSIZE
66 #define MSGBUFSIZE NBPG /* default message buffer size */ macro
/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Dpmap_bootstrap.c119 usable_segs[i].end -= m68k_round_page(MSGBUFSIZE);
159 SYSMAP(void * ,msgbufaddr ,btoc(MSGBUFSIZE) )
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dparam.h61 #ifndef MSGBUFSIZE
62 #define MSGBUFSIZE 8*NBPG /* default message buffer size */ macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/ibm4xx/
H A Dibm4xx_machdep.c114 char msgbuf[MSGBUFSIZE];
289 if (!(msgbuf_vaddr = uvm_km_alloc(kernel_map, round_page(MSGBUFSIZE),
292 for (i = 0; i < btoc(MSGBUFSIZE); i++)
296 initmsgbuf((void *)msgbuf_vaddr, round_page(MSGBUFSIZE));
298 initmsgbuf((void *)msgbuf, round_page(MSGBUFSIZE));
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/walnut/
H A Dmachdep.c229 char msgbuf[MSGBUFSIZE];
246 if (!(msgbuf_vaddr = uvm_km_alloc(kernel_map, round_page(MSGBUFSIZE), 0,
249 for (i = 0; i < btoc(MSGBUFSIZE); i++)
252 initmsgbuf((void *)msgbuf_vaddr, round_page(MSGBUFSIZE));
254 initmsgbuf((void *)msgbuf, round_page(MSGBUFSIZE));
391 __syncicache((void *)msgbuf_paddr, round_page(MSGBUFSIZE));
/netbsd-6-1-5-RELEASE/sys/arch/amiga/amiga/
H A Dpmap_bootstrap.c120 toads -= m68k_round_page(MSGBUFSIZE);
201 SYSMAP(void * ,msgbufaddr ,btoc(MSGBUFSIZE) )
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dparam.h193 #define MSGBUFSIZE NBPG macro
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/explora/
H A Dmachdep.c85 char msgbuf[MSGBUFSIZE];
164 initmsgbuf((void *)msgbuf, round_page(MSGBUFSIZE));
247 __syncicache((void *)msgbuf_paddr, round_page(MSGBUFSIZE));

Completed in 194 milliseconds

12345