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

/freebsd-11-stable/sbin/hastd/
H A Dproto_socketpair.c63 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
130 struct sp_ctx *spctx = ctx; local
169 const struct sp_ctx *spctx = ctx; local
191 struct sp_ctx *spctx = ctx; local
[all...]
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_socketpair.c58 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
115 struct sp_ctx *spctx = ctx; local
154 struct sp_ctx *spctx = ctx; local
193 const struct sp_ctx *spctx = ctx; local
215 struct sp_ctx *spctx = ctx; local
[all...]
/freebsd-11-stable/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 72 milliseconds