Searched refs:SE_PAYLOAD_SZ (Results 1 – 4 of 4) sorted by relevance
202 size = sizeof (log_event_upcall_arg_t) + SE_PAYLOAD_SZ(ev); in log_event_upcall()524 SE_PAYLOAD_SZ(ev) = payload_sz; in sysevent_alloc()545 SE_PAYLOAD_SZ(ev) -= size; in sysevent_free()548 kmem_free(q, sizeof (log_eventq_t) + SE_PAYLOAD_SZ(ev)); in sysevent_free()562 kmem_free(q, sizeof (log_eventq_t) + SE_PAYLOAD_SZ(ev)); in free_packed_event()676 SE_PAYLOAD_SZ(ev) += size; in sysevent_attach_attributes()698 SE_PAYLOAD_SZ(ev) -= size; in sysevent_detach_attributes()699 ASSERT(SE_PAYLOAD_SZ(ev) >= 0); in sysevent_detach_attributes()742 copy_len = sizeof (log_eventq_t) + SE_PAYLOAD_SZ(ev); in se_repack()
891 size = sizeof (sysevent_impl_t) + SE_PAYLOAD_SZ(ev); in evch_door_deliver()1839 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()