Searched refs:spctx (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dproto_socketpair.c61 struct sp_ctx *spctx; local
69 spctx = malloc(sizeof(*spctx));
70 if (spctx == NULL)
73 if (socketpair(PF_UNIX, SOCK_STREAM, 0, spctx->sp_fd) == -1) {
75 free(spctx);
79 spctx->sp_side = SP_SIDE_UNDEF;
80 spctx->sp_magic = SP_CTX_MAGIC;
81 *ctxp = spctx;
89 struct sp_ctx *spctx local
128 struct sp_ctx *spctx = ctx; local
167 const struct sp_ctx *spctx = ctx; local
189 struct sp_ctx *spctx = ctx; local
[all...]
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_socketpair.c60 struct sp_ctx *spctx; local
71 spctx = malloc(sizeof(*spctx));
72 if (spctx == NULL)
75 if (socketpair(PF_UNIX, SOCK_STREAM, 0, spctx->sp_fd) == -1) {
77 free(spctx);
81 spctx->sp_side = SP_SIDE_UNDEF;
82 spctx->sp_magic = SP_CTX_MAGIC;
83 *ctxp = spctx;
91 struct sp_ctx *spctx; local
117 struct sp_ctx *spctx = ctx; local
156 struct sp_ctx *spctx = ctx; local
195 const struct sp_ctx *spctx = ctx; local
217 struct sp_ctx *spctx = ctx; local
[all...]
/freebsd-9.3-release/sys/crypto/via/
H A Dpadlock_hash.c221 struct padlock_sha_ctx *spctx = sctx, *dpctx = dctx; local
223 dpctx->psc_offset = spctx->psc_offset;
224 dpctx->psc_size = spctx->psc_size;
226 bcopy(spctx->psc_buf, dpctx->psc_buf, dpctx->psc_size);

Completed in 70 milliseconds