Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c496 int aligned_class_sz, aligned_subclass_sz, aligned_pub_sz; in sysevent_alloc() local
518 aligned_pub_sz = SE_ALIGN(pub_sz); in sysevent_alloc()
522 (aligned_pub_sz - sizeof (uint64_t)) - sizeof (uint64_t); in sysevent_alloc()
H A Devchannels.c1793 int aligned_class_sz, aligned_subclass_sz, aligned_pub_sz; in sysevent_evc_alloc() local
1809 aligned_pub_sz = SE_ALIGN(pub_sz); in sysevent_evc_alloc()
1818 (aligned_pub_sz - sizeof (uint64_t)) - sizeof (uint64_t) + in sysevent_evc_alloc()
/onnv-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()