Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c495 int aligned_class_sz, aligned_subclass_sz, aligned_pub_sz; in sysevent_alloc() local
517 aligned_pub_sz = SE_ALIGN(pub_sz); in sysevent_alloc()
521 (aligned_pub_sz - sizeof (uint64_t)) - sizeof (uint64_t); in sysevent_alloc()
H A Devchannels.c1797 int aligned_class_sz, aligned_subclass_sz, aligned_pub_sz; in sysevent_evc_alloc() local
1813 aligned_pub_sz = SE_ALIGN(pub_sz); in sysevent_evc_alloc()
1822 (aligned_pub_sz - sizeof (uint64_t)) - sizeof (uint64_t) + in sysevent_evc_alloc()
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c80 int aligned_class_sz, aligned_subclass_sz, aligned_pub_sz; in sysevent_alloc() local
101 aligned_pub_sz = SE_ALIGN(pub_sz); in sysevent_alloc()
105 (aligned_pub_sz - sizeof (uint64_t)) - sizeof (uint64_t) + in sysevent_alloc()