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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsysevent.sed.in34 SED_MACRO(SE_PUB_NAME)
H A Dsysevent.d.in40 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.c81 mdb_printf("%16s : %s\n", "publisher", SE_PUB_NAME(ev));
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c125 (void) bcopy(pub, SE_PUB_NAME(ev), pub_sz);
451 return (SE_PUB_NAME(ev));
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1836 bcopy(pub, SE_PUB_NAME(ev), pub_sz);
2145 return (SE_PUB_NAME(ev));
H A Dlog_sysevent.c542 bcopy(pub, SE_PUB_NAME(ev), pub_sz);

Completed in 76 milliseconds