Searched refs:MSIZE (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | socketvar.h | 133 (sb)->sb_mbcnt += MSIZE; \ 141 (sb)->sb_mbcnt -= MSIZE; \
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | mbuf.h | 76 #define MSIZE 256 macro 87 #define MLEN (MSIZE - sizeof (struct m_hdr)) /* normal data len */
|
/titanic_50/usr/src/cmd/expr/ |
H A D | expr.c | 62 #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 D | setup.c | 564 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 D | a.out.c | 536 MSIZE(lmp) = msize; in aout_new_lmp()
|
H A D | elf.c | 1734 MSIZE(lmp) = msize;
|
/titanic_50/usr/src/cmd/sgs/libcrle/common/ |
H A D | dump.c | 88 _memend = (ADDR(lmp) + MSIZE(lmp)); in load()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 926 #define MSIZE(X) ((X)->rt_msize) macro
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | files.c | 131 EC_OFF(MSIZE(lmp))); in Dbg_file_ldso()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/common/ |
H A D | rd_elf.c | 607 lobj.rl_bend = ADDR(&rmap) + MSIZE(&rmap); in iter_map()
|
/titanic_50/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 537 #define MSIZE 0x0c /* Size without additional pages */ macro
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 8186 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()
|