Searched refs:MSIZE (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dparam.h93 #ifndef MSIZE
95 #define MSIZE 512 /* size of an mbuf */ macro
97 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/sys/netiso/xebec/
H A Dmain.h8 #define MSIZE 4000 macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dparam.h83 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dmips_param.h123 #ifndef MSIZE
125 #define MSIZE 512 /* size of an mbuf */ macro
127 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Dlibelf_msize.m479 define(`MSIZE',
85 `MSIZE($1)
/netbsd-6-1-5-RELEASE/sys/arch/emips/include/
H A Dparam.h65 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dparam.h100 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dparam.h90 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dparam.h77 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Dparam.h94 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dparam.h87 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/sys/arch/arc/include/
H A Dparam.h87 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dparam.h83 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dparam.h104 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dparam.h114 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dparam.h184 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dparam.h72 #define MSIZE 512 /* size of an mbuf */ macro
/netbsd-6-1-5-RELEASE/sys/conf/
H A Dparam.c213 const int msize = MSIZE;
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dsocketvar.h434 sb->sb_mbcnt += MSIZE;
447 sb->sb_mbcnt -= MSIZE;
H A Dmbuf.h90 * Mbufs are of a single size, MSIZE (machine/param.h), which
313 #define MLEN (MSIZE - offsetof(struct _mbuf_dummy, m_dat))
315 #define MHLEN (MSIZE - offsetof(struct _mbuf_dummy, m_pktdat))
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dmbuf.c131 msize = MSIZE;
/netbsd-6-1-5-RELEASE/sys/arch/next68k/dev/
H A Dif_xe.c187 (MCLBYTES/MSIZE), MCLBYTES, 0, BUS_DMA_ALLOCNOW,
196 (MCLBYTES/MSIZE), MCLBYTES, 0, BUS_DMA_ALLOCNOW,
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_tftproot.c247 if (packetlen > MSIZE) {
H A Duipc_socket2.c535 sb_max_adj = (u_quad_t)new_sbmax * MCLBYTES / (MSIZE + MCLBYTES);
798 mbcnt += MSIZE;
/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dtp_subr.c1000 mbcnt += MSIZE;

Completed in 518 milliseconds

12