Searched refs:xsp (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/libxo/libxo/
H A Dxo_encoder.c67 xo_string_node_t *xsp; local
69 xsp = xo_realloc(NULL, sizeof(*xsp) + len + 1);
70 if (xsp) {
71 memcpy(xsp->xs_data, str, len);
72 xsp->xs_data[len] = '\0';
73 TAILQ_INSERT_TAIL(listp, xsp, xs_link);
76 return xsp;
86 xo_string_node_t *xsp; local
91 xsp
214 xo_string_node_t *xsp; local
[all...]
H A Dlibxo.c582 xo_stack_t *xsp; local
587 xsp = xo_realloc(xop->xo_stack, sizeof(xop->xo_stack[0]) * depth);
588 if (xsp == NULL) {
595 bzero(xsp + xop->xo_stack_size, count * sizeof(*xsp));
597 xop->xo_stack = xsp;
3881 xo_stack_t *xsp = &xop->xo_stack[xop->xo_depth]; local
3882 ssize_t olen = xsp->xs_keys ? strlen(xsp->xs_keys) : 0;
3885 char *cp = xo_realloc(xsp
3949 xo_stack_t *xsp; local
4271 xo_stack_t *xsp = &xop->xo_stack[xop->xo_depth]; local
6810 xo_stack_t *xsp = &xop->xo_stack[xop->xo_depth]; local
6848 xo_stack_t *xsp = &xop->xo_stack[xop->xo_depth]; local
7013 xo_stack_t *xsp = &xop->xo_stack[xop->xo_depth]; local
7166 xo_stack_t *xsp = &xop->xo_stack[xop->xo_depth]; local
7285 xo_stack_t *xsp = &xop->xo_stack[xop->xo_depth]; local
7418 xo_stack_t *xsp = &xop->xo_stack[xop->xo_depth]; local
7491 xo_stack_t *xsp; local
7540 xo_stack_t *xsp, *limit = NULL; local
7605 xo_stack_t *xsp; local
8159 xo_stack_t *xsp; local
[all...]
/freebsd-12-stable/sys/netipsec/
H A Dsubr_ipsec.c176 struct xformsw *xsp, *entry; local
178 xsp = (struct xformsw *)data;
181 if (entry->xf_type == xsp->xf_type) {
184 __func__, xsp->xf_name);
188 LIST_INSERT_HEAD(&xforms, xsp, chain);
189 xsp->xf_cntr = IPSEC_MODULE_ENABLED;
196 struct xformsw *xsp = (struct xformsw *)data; local
199 LIST_REMOVE(xsp, chain);
203 key_delete_xform(xsp);
204 if (xsp
[all...]
H A Dxform_tcp.c339 tcpsignature_init(struct secasvar *sav, struct xformsw *xsp) argument
357 sav->tdb_xform = xsp;
H A Dxform_ah.c178 ah_init0(struct secasvar *sav, struct xformsw *xsp, struct cryptoini *cria) argument
235 sav->tdb_xform = xsp;
252 ah_init(struct secasvar *sav, struct xformsw *xsp) argument
257 error = ah_init0(sav, xsp, &cria);
H A Dxform_esp.c138 esp_init(struct secasvar *sav, struct xformsw *xsp) argument
205 error = ah_init0(sav, xsp, &cria);
211 sav->tdb_xform = xsp;
H A Dxform_ipcomp.c153 ipcomp_init(struct secasvar *sav, struct xformsw *xsp) argument
166 sav->tdb_xform = xsp;
H A Dkey.c6161 key_delete_xform(const struct xformsw *xsp) argument
6173 if (sav->tdb_xform != xsp)
/freebsd-12-stable/sys/dev/mn/
H A Dif_mn.c102 u_int8_t imr4, fill19, fmr0, fmr1, fmr2, loop, xsw, xsp; member in struct:f54wreg
122 u_int8_t imr4, fill19, fmr0, fmr1, fmr2, loop, xsw, xsp; member in struct:f54rreg
934 sc->f54w->xsp = 0x1c; /* fmr5 */
936 sc->f54w->xsp = 0x3c; /* tt0, fmr5 */

Completed in 155 milliseconds