Searched refs:SP_CTX_MAGIC (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dproto_socketpair.c46 #define SP_CTX_MAGIC 0x50c3741 macro
80 spctx->sp_magic = SP_CTX_MAGIC;
93 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);
132 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);
170 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);
192 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_socketpair.c45 #define SP_CTX_MAGIC 0x50c3741 macro
82 spctx->sp_magic = SP_CTX_MAGIC;
108 spctx->sp_magic = SP_CTX_MAGIC;
121 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);
160 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);
198 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);
220 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);

Completed in 51 milliseconds