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

/freebsd-11-stable/sbin/hastd/
H A Dproto_socketpair.c48 #define SP_CTX_MAGIC 0x50c3741 macro
82 spctx->sp_magic = SP_CTX_MAGIC;
95 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);
134 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);
172 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);
194 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_socketpair.c43 #define SP_CTX_MAGIC 0x50c3741 macro
80 spctx->sp_magic = SP_CTX_MAGIC;
106 spctx->sp_magic = SP_CTX_MAGIC;
119 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);
158 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);
196 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);
218 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC);

Completed in 72 milliseconds