Home
last modified time | relevance | path

Searched refs:cx (Results 1 – 25 of 51) sorted by relevance

123

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_print.c131 cx->dont_init = 1; in uni_print_api()
142 cx->indent++; in uni_print_api()
150 uni_print_eol(cx); in uni_print_api()
177 uni_print_eol(cx); in uni_print_api()
188 uni_print_eol(cx); in uni_print_api()
204 uni_print_eol(cx); in uni_print_api()
207 uni_print_eol(cx); in uni_print_api()
217 uni_print_eol(cx); in uni_print_api()
220 uni_print_eol(cx); in uni_print_api()
230 uni_print_eol(cx); in uni_print_api()
[all …]
H A Dsig_verify.c54 uni->cx.err[uni->cx.errcnt - 1].man = 1; in uni_mandate_ie()
107 (uni->cx.errcnt - (e - uni->cx.err) in uni_mandate_epref()
108 - 1) * sizeof(uni->cx.err[0])); in uni_mandate_epref()
109 uni->cx.errcnt--; in uni_mandate_epref()
313 if (uni->cx.errcnt != 0) in uni_verify()
412 e0 = e1 = uni->cx.err; in uni_vfy_remove_unknown()
413 while (e1 < uni->cx.err + uni->cx.errcnt) { in uni_vfy_remove_unknown()
421 uni->cx.errcnt = e0 - uni->cx.err; in uni_vfy_remove_unknown()
432 e0 = e1 = uni->cx.err; in uni_vfy_remove_cause()
433 while (e1 < uni->cx.err + uni->cx.errcnt) { in uni_vfy_remove_cause()
[all …]
H A Dsig_uni.c144 return (&uni->cx); in uni_context()
193 uni_initcx(&uni->cx); in uni_create()
627 if (uni->cx.q2932) in uni_get_config()
631 if (uni->cx.git_hard) in uni_get_config()
633 if (uni->cx.bearer_hard) in uni_get_config()
635 if (uni->cx.cause_hard) in uni_get_config()
681 uni->cx.q2932 = 1; in uni_set_config()
684 if (!uni->cx.q2932 || idle) { in uni_set_config()
685 uni->cx.q2932 = 0; in uni_set_config()
695 uni->cx.git_hard = ((config->option & UNIOPT_GIT_HARD) != 0); in uni_set_config()
[all …]
H A Dsig_reset.c264 (void)uni_decode_body(m, u, &uni->cx); in start_restart_ack()
273 (void)UNI_SAVE_IERR(&uni->cx, UNI_IE_CONNID, in start_restart_ack()
368 (void)uni_decode_body(m, u, &uni->cx); in start_status()
542 (void)uni_decode_body(m, u, &uni->cx); in response_restart()
550 (void)UNI_SAVE_IERR(&uni->cx, UNI_IE_CONNID, in response_restart()
750 (void)uni_decode_body(m, u, &uni->cx); in response_status()
H A Dsig_call.c380 (void)uni_decode_body(m, u, &c->uni->cx); in un0_setup()
564 (void)uni_decode_body(m, u, &c->uni->cx); in u1n6_call_proc()
749 (void)uni_decode_body(m, u, &c->uni->cx); in unx_alerting()
1052 (void)uni_decode_body(m, u, &c->uni->cx); in unx_connect()
1193 (void)uni_decode_body(m, u, &c->uni->cx); in u8_connect_ack()
1257 (void)uni_decode_body(m, u, &c->uni->cx); in n10_connect_ack()
1372 (void)uni_decode_body(m, u, &c->uni->cx); in unx_release_compl()
1400 (void)uni_decode_body(m, u, &c->uni->cx); in unx_release()
1452 (void)uni_decode_body(m, u, &c->uni->cx); in u11n12_release()
1492 (void)uni_decode_body(m, u, &c->uni->cx); in unx_notify()
[all …]
H A Dunipriv.h361 struct unicx cx; /* decoding/coding context */ member
503 for ((E) = (UNI)->cx.err; (E) < (UNI)->cx.err + (UNI)->cx.errcnt; (E)++)
H A Dsig_coord.c326 if (uni_decode_head(m, u, &uni->cx)) { in coord_saal_data_indication()
333 if (uni->cx.q2932) { in coord_saal_data_indication()
465 (void)uni_decode_body(m, u, &uni->cx); in input_unknown()
477 (void)uni_decode_body(m, u, &uni->cx); in input_unknown()
1161 if ((err = uni_encode(m, u, &uni->cx)) != 0) { in uni_send_output()
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.c48 if(!(!cx->pnni)) in check_alerting()
57 if(!(!cx->pnni)) in check_alerting()
61 if(!(!cx->pnni)) in check_alerting()
118 if (!(!cx->pnni)) in decode_alerting()
218 if(!(!cx->pnni)) in check_call_proc()
362 if(!(!cx->pnni)) in check_connect()
374 if(!(!cx->pnni)) in check_connect()
380 if(!(cx->q2932)) in check_connect()
386 if(!(cx->pnni)) in check_connect()
390 if(!(!cx->pnni)) in check_connect()
[all …]
H A Duni_ie.c288 cx->buf += cx->bufsiz - 1; in uni_printf()
333 uni_printf(cx, "%s.", cx->prefix[i]); in doprefix()
336 uni_printf(cx, "%*s", cx->indent * cx->tabsiz, ""); in doprefix()
342 uni_printf(cx, "%s.", cx->prefix[i]); in doprefix()
345 uni_printf(cx, "%*s", cx->indent * cx->tabsiz, ""); in doprefix()
354 uni_printf(cx, "%*s", cx->indent * cx->tabsiz, ""); in doprefix()
357 uni_printf(cx, "%s.", cx->prefix[i]); in doprefix()
363 uni_printf(cx, "%*s", cx->indent * cx->tabsiz, ""); in doprefix()
388 cx->prefix[cx->nprefix++] = prefix; in uni_print_push_prefix()
430 cx->buf += cx->bufsiz - 1; in uni_print_entry()
[all …]
H A Dprivmsg.c45 struct unicx *cx __unused) in uni_decode_head()
49 cx->errcnt = 0; in uni_decode_head()
54 if(cx->pnni) { in uni_decode_head()
123 cx->repeat.h.present = 0; in uni_decode_body_internal()
186 &hdr, ielen, cx); in uni_decode_body_internal()
219 cx->ielast = ietype; in uni_decode_body_internal()
221 cx->repeat.h.present = 0; in uni_decode_body_internal()
233 cx->errcnt = 0; in uni_decode_body()
248 cx->errcnt = 0; in uni_decode()
271 uni_initcx(struct unicx *cx) in uni_initcx() argument
[all …]
/f-stack/freebsd/netgraph/
H A Dng_deflate.c243 deflateEnd(&priv->cx); in ng_deflate_rcvmsg()
245 inflateEnd(&priv->cx); in ng_deflate_rcvmsg()
253 priv->cx.next_in = NULL; in ng_deflate_rcvmsg()
377 deflateEnd(&priv->cx); in ng_deflate_shutdown()
379 inflateEnd(&priv->cx); in ng_deflate_shutdown()
399 deflateEnd(&priv->cx); in ng_deflate_disconnect()
401 inflateEnd(&priv->cx); in ng_deflate_disconnect()
470 rtn, priv->cx.msg); in ng_deflate_compress()
619 priv->cx.avail_in = 4; in ng_deflate_decompress()
670 priv->cx.next_in = in ng_deflate_decompress()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libspl/asm-x86_64/
H A Datomic.S90 movzwl %cx, %eax
174 movzwl %cx, %eax
355 movw %si, %cx
356 addw %ax, %cx
360 movzwl %cx, %eax
413 movw %si, %cx
414 subw %ax, %cx
471 movw %si, %cx
472 andw %ax, %cx
527 movw %si, %cx
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libspl/asm-i386/
H A Datomic.S89 movzwl %cx, %eax
192 movzwl %cx, %eax
259 addw %cx, (%eax)
293 subw %cx, (%eax)
327 orw %cx, (%eax)
359 andw %cx, (%eax)
397 addw %ax, %cx
401 movzwl %cx, %eax
446 subw %ax, %cx
547 orw %ax, %cx
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dnspire-cx.dts3 * linux/arch/arm/boot/nspire-cx.dts
39 compatible = "lsi,nspire-cx-clock";
43 compatible = "lsi,nspire-cx-ahb-divider";
78 compatible = "ti,nspire-cx";
115 compatible = "ti,nspire-cx-lcd-panel";
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dnspire-clock.txt5 "lsi,nspire-cx-ahb-divider" for the AHB divider in the CX model
7 "lsi,nspire-cx-clock" for the base clock in the CX model
21 compatible = "lsi,nspire-cx-clock";
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dti,nspire.yaml18 - ti,nspire-cx-lcd-panel
30 compatible = "ti,nspire-cx-lcd-panel";
/f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,adsp.txt78 - cx-supply:
102 must be "cx"
117 must be "cx", "load_state"
120 must be "cx", "load_state", "mss"
171 cx-supply = <&pm8841_s2>;
206 cx-supply = <&pm8994_l26>;
H A Dqcom,q6v5.txt116 - cx-supply:
126 - cx-supply:
159 must be "cx", "mx"
162 must be "cx", "mx", "mss", "load_state"
239 cx-supply = <&pm8841_s2>;
/f-stack/freebsd/contrib/device-tree/src/arm64/freescale/
H A Dfsl-lx2160a-clearfog-cx.dts13 compatible = "solidrun,clearfog-cx",
/f-stack/freebsd/contrib/device-tree/Bindings/display/msm/
H A Dgmu.yaml71 - const: cx
119 power-domain-names = "cx", "gx";
/f-stack/freebsd/i386/include/
H A Dcpufunc.h121 cpuid_count(u_int ax, u_int cx, u_int *p) in cpuid_count() argument
125 : "0" (ax), "c" (cx)); in cpuid_count()
141 cpuid_count(u_int ax, u_int cx, u_int *p) in cpuid_count() argument
149 : "0" (ax), "c" (cx)); in cpuid_count()
761 void cpuid_count(u_int ax, u_int cx, u_int *p);
/f-stack/freebsd/contrib/device-tree/Bindings/arm/ti/
H A Dnspire.yaml19 - ti,nspire-cx
/f-stack/freebsd/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,aoss-qmp.txt58 to identify the resource and must therefor be "cx", "mx" or "ebi".
78 cx_cdev: cx {
/f-stack/freebsd/contrib/device-tree/Bindings/iio/potentiometer/
H A Dmax5432.yaml10 - Martin Kaiser <martin@kaiser.cx>
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dqcom,msm8916-wcd-analog.txt31 - vdd-cdc-tx-rx-cx-supply: phandle to VDD_CDC_TX/RX/CX regulator DT node.
97 vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>;

123