Searched refs:sp_magic (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dproto_socketpair.c48 int sp_magic; member in struct:sp_ctx
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);
219 spctx->sp_magic = 0;
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_socketpair.c47 int sp_magic; member in struct:sp_ctx
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);
247 spctx->sp_magic = 0;
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs.h83 u_int64_t sp_magic; member in struct:spblock
H A Dhpfs_vfsops.c276 if (spp->sp_magic != SP_MAGIC) {

Completed in 108 milliseconds