Home
last modified time | relevance | path

Searched refs:CTF_SIZE_TO_LSIZE_LO (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dctf.h236 #define CTF_SIZE_TO_LSIZE_LO(size) ((uint32_t)(size)) macro
/titanic_41/usr/src/common/ctf/
H A Dctf_create.c1127 dtd->dtd_data.ctt_lsizelo = CTF_SIZE_TO_LSIZE_LO(ssize); in ctf_add_member()
1464 dtd->dtd_data.ctt_lsizelo = CTF_SIZE_TO_LSIZE_LO(size); in ctf_add_type()
/titanic_41/usr/src/tools/ctf/cvt/
H A Dctf.c208 ctt->ctt_lsizelo = CTF_SIZE_TO_LSIZE_LO(size); in write_sized_type_rec()