Searched refs:SE_PAYLOAD_SZ (Results 1 – 4 of 4) sorted by relevance
208 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()
895 size = sizeof (sysevent_impl_t) + SE_PAYLOAD_SZ(ev); in evch_door_deliver()1845 SE_PAYLOAD_SZ(ev) = payload_sz; in sysevent_evc_alloc()
130 #define SE_PAYLOAD_SZ(ev) (SYSEVENT_IMPL(ev)->seh_payload_sz) macro132 #define SE_SIZE(ev) (sizeof (sysevent_impl_t) + SE_PAYLOAD_SZ(ev))
127 SE_PAYLOAD_SZ(ev) = payload_sz; in sysevent_alloc()