Home
last modified time | relevance | path

Searched refs:SE_PAYLOAD_SZ (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c208 size = sizeof (log_event_upcall_arg_t) + SE_PAYLOAD_SZ(ev); in log_event_upcall()
545 SE_PAYLOAD_SZ(ev) = payload_sz; in sysevent_alloc()
566 SE_PAYLOAD_SZ(ev) -= size; in sysevent_free()
569 kmem_free(q, sizeof (log_eventq_t) + SE_PAYLOAD_SZ(ev)); in sysevent_free()
583 kmem_free(q, sizeof (log_eventq_t) + SE_PAYLOAD_SZ(ev)); in free_packed_event()
697 SE_PAYLOAD_SZ(ev) += size; in sysevent_attach_attributes()
719 SE_PAYLOAD_SZ(ev) -= size; in sysevent_detach_attributes()
720 ASSERT(SE_PAYLOAD_SZ(ev) >= 0); in sysevent_detach_attributes()
763 copy_len = sizeof (log_eventq_t) + SE_PAYLOAD_SZ(ev); in se_repack()
H A Devchannels.c895 size = sizeof (sysevent_impl_t) + SE_PAYLOAD_SZ(ev); in evch_door_deliver()
1845 SE_PAYLOAD_SZ(ev) = payload_sz; in sysevent_evc_alloc()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h130 #define SE_PAYLOAD_SZ(ev) (SYSEVENT_IMPL(ev)->seh_payload_sz) macro
132 #define SE_SIZE(ev) (sizeof (sysevent_impl_t) + SE_PAYLOAD_SZ(ev))
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c127 SE_PAYLOAD_SZ(ev) = payload_sz; in sysevent_alloc()