Home
last modified time | relevance | path

Searched defs:CALL_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtsol/common/
H A Dstob.c42 #define CALL_SIZE(type, buf) (size_t)(sizeof (type) - BUFSIZE + sizeof (int)\ macro
H A Dlabeld.h399 #define CALL_SIZE(type, buf) (size_t)(sizeof (type) + sizeof (int) + (buf)) macro