Home
last modified time | relevance | path

Searched refs:MSIZE (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dsocketvar.h133 (sb)->sb_mbcnt += MSIZE; \
141 (sb)->sb_mbcnt -= MSIZE; \
/titanic_50/usr/src/uts/common/smbsrv/
H A Dmbuf.h76 #define MSIZE 256 macro
87 #define MLEN (MSIZE - sizeof (struct m_hdr)) /* normal data len */
/titanic_50/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)) in ematch()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c564 MSIZE(mlmp) = in setup()
931 ADDR(mlmp), MSIZE(mlmp), LIST(mlmp)->lm_lmidstr, in setup()
935 ADDR(mlmp), MSIZE(mlmp), LIST(mlmp)->lm_lmidstr, in setup()
H A Da.out.c536 MSIZE(lmp) = msize; in aout_new_lmp()
H A Delf.c1734 MSIZE(lmp) = msize;
/titanic_50/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c88 _memend = (ADDR(lmp) + MSIZE(lmp)); in load()
/titanic_50/usr/src/cmd/sgs/include/
H A Drtld.h926 #define MSIZE(X) ((X)->rt_msize) macro
/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c131 EC_OFF(MSIZE(lmp))); in Dbg_file_ldso()
/titanic_50/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c607 lobj.rl_bend = ADDR(&rmap) + MSIZE(&rmap); in iter_map()
/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h537 #define MSIZE 0x0c /* Size without additional pages */ macro
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dst.c8186 rval = st_cmd(un, SCMD_MODE_SENSE, MSIZE, SYNC_CMD); in st_modesense()
8287 rval = st_cmd(un, SCMD_MODE_SELECT, MSIZE, SYNC_CMD); in st_modeselect()
8373 if (page_size > MSIZE) { in st_gen_mode_select()
8536 current = kmem_zalloc(MSIZE, KM_SLEEP); in st_change_block_size()
8546 rval = st_gen_mode_sense(un, st_uscsi_cmd, 0, current, MSIZE); in st_change_block_size()
8572 rval = st_gen_mode_select(un, st_uscsi_cmd, current, MSIZE); in st_change_block_size()
8595 kmem_free(current, MSIZE); in st_change_block_size()