Home
last modified time | relevance | path

Searched refs:SE_PUB_NAME (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsysevent.sed.in32 SED_MACRO(SE_PUB_NAME)
H A Dsysevent.d.in38 se_publisher = stringof(@SE_PUB_NAME@(ev));
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h135 #define SE_PUB_NAME(ev) ((char *)((caddr_t)(ev) + SE_PUB_OFF(ev))) macro
151 #define SE_ATTR_OFF(ev) SE_PUB_OFF(ev) + SE_ALIGN(strlen(SE_PUB_NAME(ev)) + 1)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c79 mdb_printf("%16s : %s\n", "publisher", SE_PUB_NAME(ev)); in sysevent_buf()
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1842 bcopy(pub, SE_PUB_NAME(ev), pub_sz); in sysevent_evc_alloc()
2153 return (SE_PUB_NAME(ev)); in sysevent_get_pub()
H A Dlog_sysevent.c542 bcopy(pub, SE_PUB_NAME(ev), pub_sz); in sysevent_alloc()
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c125 (void) bcopy(pub, SE_PUB_NAME(ev), pub_sz); in sysevent_alloc()
451 return (SE_PUB_NAME(ev)); in sysevent_get_pub()