Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h238 #define CTF_SIZE_TO_LSIZE_LO(size) ((uint32_t)(size)) macro
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c64 tp->ctt_lsizelo = CTF_SIZE_TO_LSIZE_LO(size); in ctf_set_ctt_size()