Searched defs:MSIZE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dmbuf.h76 #define MSIZE 256 macro
80 * Mbufs are of a single size, MSIZE (machine/machparam.h), which
87 #define MLEN (MSIZE - sizeof (struct m_hdr)) /* normal data len */
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h162 #ifndef MSIZE
163 #define MSIZE 256 /* size of an mbuf */ macro
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c62 #define MSIZE LINE_MAX macro
89 static char Mstring[1][MSIZE];
423 if ((num > MSIZE - 1) || (num < 0))
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h125 * MSIZE()
926 #define MSIZE(X) ((X)->rt_msize) macro
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h537 #define MSIZE 0x0c /* Size without additional pages */ macro

Completed in 83 milliseconds