Home
last modified time | relevance | path

Searched refs:PRF_MAGIC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dprofile.h113 #define PRF_MAGIC 0xffffffff /* unique number to differentiate */ macro
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c344 Hptr->hd_magic = (unsigned int)PRF_MAGIC; in profile_open()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1625 if (magic_num == (unsigned long)PRF_MAGIC) in openpfile()