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

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsocketvar.h133 (sb)->sb_mbcnt += MSIZE; \
141 (sb)->sb_mbcnt -= MSIZE; \
/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/libcrle/common/
H A Ddump.c88 _memend = (ADDR(lmp) + MSIZE(lmp));
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c564 MSIZE(mlmp) =
931 ADDR(mlmp), MSIZE(mlmp), LIST(mlmp)->lm_lmidstr,
935 ADDR(mlmp), MSIZE(mlmp), LIST(mlmp)->lm_lmidstr,
H A Da.out.c536 MSIZE(lmp) = msize;
H A Delf.c1734 MSIZE(lmp) = msize;
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h125 * MSIZE()
926 #define MSIZE(X) ((X)->rt_msize) macro
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c131 EC_OFF(MSIZE(lmp)));
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c607 lobj.rl_bend = ADDR(&rmap) + MSIZE(&rmap);
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h537 #define MSIZE 0x0c /* Size without additional pages */ macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c8186 rval = st_cmd(un, SCMD_MODE_SENSE, MSIZE, SYNC_CMD);
8287 rval = st_cmd(un, SCMD_MODE_SELECT, MSIZE, SYNC_CMD);
8373 if (page_size > MSIZE) {
8536 current = kmem_zalloc(MSIZE, KM_SLEEP);
8546 rval = st_gen_mode_sense(un, st_uscsi_cmd, 0, current, MSIZE);
8572 rval = st_gen_mode_select(un, st_uscsi_cmd, current, MSIZE);
8595 kmem_free(current, MSIZE);

Completed in 126 milliseconds