/freebsd/usr.sbin/ppp/ |
H A D | radius.c | 168 if (rad_request_authenticator(r->cx.rad, R, sizeof R) != AUTH_LEN) { in demangle() 178 S = rad_server_secret(r->cx.rad); /* We need the RADIUS secret */ in demangle() 265 r->cx.fd = -1; /* Stop select()ing */ in radius_Process() 266 stype = r->cx.auth ? "auth" : "acct"; in radius_Process() 272 if (!r->cx.auth) { in radius_Process() 273 rad_close(r->cx.rad); in radius_Process() 281 if (!r->cx.auth) { in radius_Process() 282 rad_close(r->cx.rad); in radius_Process() 291 if (r->cx.auth) in radius_Process() 292 auth_Failure(r->cx.auth); in radius_Process() [all …]
|
H A D | deflate.c | 47 z_stream cx; member 62 deflateReset(&state->cx); in DeflateResetOutput() 104 state->cx.next_out = wp; in DeflateOutput() 105 state->cx.avail_out = DEFLATE_CHUNK_LEN - 2; in DeflateOutput() 106 state->cx.next_in = MBUF_CTOP(mi); in DeflateOutput() 107 state->cx.avail_in = mi->m_len; in DeflateOutput() 112 if ((res = deflate(&state->cx, flush)) != Z_OK) { in DeflateOutput() 116 res, state->cx.msg ? state->cx.msg : ""); in DeflateOutput() 123 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0) in DeflateOutput() 126 if (state->cx.avail_in == 0 && mi->m_next != NULL) { in DeflateOutput() [all …]
|
H A D | command.c | 215 const char *cx; in HelpCommand() local 248 cx = showcx(cmd); in HelpCommand() 253 cmd->name, cxlen, cxlen, cx, dmax, dmax, cmd->helpmes); in HelpCommand() 266 Concatinate(arg->cx->physical->link.lcp.cfg.ident, in IdentCommand() 267 sizeof arg->cx->physical->link.lcp.cfg.ident, in IdentCommand() 275 if (arg->cx->state < DATALINK_LCP) { in SendIdentification() 279 return lcp_SendIdentification(&arg->cx->physical->link.lcp) ? 0 : 1; in SendIdentification() 296 bundle_DatalinkClone(arg->bundle, arg->cx, name); in CloneCommand() 308 if (arg->cx->state != DATALINK_CLOSED) { in RemoveCommand() 313 bundle_DatalinkRemove(arg->bundle, arg->cx); in RemoveCommand() [all …]
|
H A D | datalink.c | 1070 prompt_Printf(arg->prompt, "Name: %s\n", arg->cx->name); in datalink_Show() 1072 datalink_State(arg->cx)); in datalink_Show() 1074 if (*arg->cx->peer.authname) in datalink_Show() 1075 prompt_Printf(arg->prompt, "%s\n", arg->cx->peer.authname); in datalink_Show() 1076 else if (arg->cx->state == DATALINK_OPEN) in datalink_Show() 1081 mp_Enddisc(arg->cx->peer.enddisc.class, in datalink_Show() 1082 arg->cx->peer.enddisc.address, in datalink_Show() 1083 arg->cx->peer.enddisc.len)); in datalink_Show() 1087 arg->cx->cfg.phone.list); in datalink_Show() 1088 if (arg->cx->cfg.dial.max) in datalink_Show() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrVec.td | 169 let cx = 1 in defm VLDLZX : VLDm<"vldl.zx", 0x83, V64>; 179 let cx = 1 in defm VLDL2DZX : VLDm<"vldl2d.zx", 0xc3, V64>; 208 let vc = 1, cx = 0 in defm "" : VSTtgm<opcStr, opc, RC>; 209 let vc = 0, cx = 0 in defm NC : VSTtgm<opcStr#".nc", opc, RC>; 210 let vc = 1, cx = 1 in defm OT : VSTtgm<opcStr#".ot", opc, RC>; 211 let vc = 0, cx = 1 in defm NCOT : VSTtgm<opcStr#".nc.ot", opc, RC>; 292 let cx = 1 in defm VGTLZX : VGTm<"vgtl.zx", 0xa3, V64>; 332 let vc = 1, cx = 0 in defm "" : VSCtgm<opcStr, opc, RC>; 333 let vc = 0, cx = 0 in defm NC : VSCtgm<opcStr#".nc", opc, RC>; 334 let vc = 1, cx = 1 in defm OT : VSCtgm<opcStr#".ot", opc, RC>; [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_deflate.c | 66 z_stream cx; /* compression context */ member 241 deflateEnd(&priv->cx); in ng_deflate_rcvmsg() 243 inflateEnd(&priv->cx); in ng_deflate_rcvmsg() 251 priv->cx.next_in = NULL; in ng_deflate_rcvmsg() 254 if ((res = deflateInit2(&priv->cx, in ng_deflate_rcvmsg() 260 res, priv->cx.msg); in ng_deflate_rcvmsg() 265 if ((res = inflateInit2(&priv->cx, in ng_deflate_rcvmsg() 269 res, priv->cx.msg); in ng_deflate_rcvmsg() 375 deflateEnd(&priv->cx); in ng_deflate_shutdown() 377 inflateEnd(&priv->cx); in ng_deflate_shutdown() [all …]
|
/freebsd/stand/i386/gptboot/ |
H A D | gptldr.S | 62 start: xor %cx,%cx # Zero 63 mov %cx,%es # Address 64 mov %cx,%ds # data 65 mov %cx,%ss # Set up 98 mov $COPY_BLK_SZ,%cx # Copy 32k 103 mov %cx,%ds # Reset %ds and %es 104 mov %cx,%es 106 mov 0xa(%bx),%cx # Get BTX length and set 109 add %cx,%si # MEM_BTX 110 add %cx,%di [all …]
|
/freebsd/contrib/bearssl/T0/ |
H A D | CodeElementUIntExpr.cs | 30 TPointerExpr cx; field in CodeElementUIntExpr 34 TPointerExpr cx, int off) : base() in CodeElementUIntExpr() argument 37 this.cx = cx; in CodeElementUIntExpr() 45 + (cx.GetMaxBitLength(off) + 6) / 7; 53 return len + (cx.GetMaxBitLength(off) + 6) / 7; in GetLength() 61 int len2 = (cx.GetMaxBitLength(off) + 6) / 7; in Encode() 63 len2, cx.ToCExpr(off))); in Encode()
|
/freebsd/stand/i386/boot2/ |
H A D | boot1.S | 84 * %cx:%ax - long - LBA to read in 97 push %cx # block 119 xor %cx,%cx # Zero 120 mov %cx,%es # Address 121 mov %cx,%ds # data 122 mov %cx,%ss # Set up 125 * Relocate ourself to MEM_REL. Since %cx == 0, the inc %ch sets 126 * %cx == 0x100. Note that boot1 does not use this relocated copy 148 mov $0x1,%cx # Two passes 160 dec %cx # Do two [all …]
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | coex.c | 772 struct rtw89_btc_cx *cx = &btc->cx; in _chk_btc_err() 773 struct rtw89_btc_wl_info *wl = &cx->wl; in _chk_btc_err() 810 struct rtw89_btc_cx *cx = &btc->cx; in _chk_btc_err() 811 struct rtw89_btc_wl_info *wl = &btc->cx.wl; in _chk_btc_err() 812 struct rtw89_btc_bt_info *bt = &btc->cx.bt; in _chk_btc_err() 820 memset(cx, 0, sizeof(*cx)); in _chk_btc_err() 990 struct rtw89_btc_cx *cx in _chk_btc_report() 672 struct rtw89_btc_cx *cx = &btc->cx; _send_fw_cmd() local 702 struct rtw89_btc_cx *cx = &btc->cx; _reset_btc_var() local 756 struct rtw89_btc_cx *cx = &btc->cx; _chk_btc_err() local 2243 struct rtw89_btc_cx *cx = &btc->cx; _update_btc_state_map() local 3259 struct rtw89_btc_cx *cx = &btc->cx; _set_ant() local 3863 struct rtw89_btc_cx *cx = &btc->cx; rtw89_tx_time_iter() local 3915 struct rtw89_btc_cx *cx = &btc->cx; _set_wl_tx_limit() local 4937 struct rtw89_btc_cx *cx = &btc->cx; rtw89_coex_act1_work() local 4974 struct rtw89_btc_cx *cx = &btc->cx; rtw89_coex_rfk_chk_work() local 4996 struct rtw89_btc_cx *cx = &btc->cx; _update_bt_scbd() local 5058 struct rtw89_btc_cx *cx = &btc->cx; _chk_wl_rfk_request() local 5081 struct rtw89_btc_cx *cx = &btc->cx; _run_coex() local 5420 struct rtw89_btc_cx *cx = &btc->cx; rtw89_btc_ntfy_specific_packet() local 5529 struct rtw89_btc_cx *cx = &btc->cx; _update_bt_info() local 5826 struct rtw89_btc_cx *cx = &btc->cx; _ntfy_wl_rfk() local 6297 struct rtw89_btc_cx *cx = &btc->cx; _show_wl_info() local 6397 struct rtw89_btc_cx *cx = &btc->cx; _show_bt_info() local 7729 struct rtw89_btc_cx *cx = &btc->cx; _show_mreg_v1() local 7833 struct rtw89_btc_cx *cx = &btc->cx; _show_mreg_v2() local 7935 struct rtw89_btc_cx *cx = &btc->cx; _show_summary_v1() local 8039 struct rtw89_btc_cx *cx = &btc->cx; _show_summary_v4() local 8151 struct rtw89_btc_cx *cx = &btc->cx; _show_summary_v5() local 8266 struct rtw89_btc_cx *cx = &btc->cx; _show_summary_v105() local 8380 struct rtw89_btc_cx *cx = &btc->cx; rtw89_btc_dump_info() local [all...] |
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | nspire-clock.txt | 5 "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";
|
/freebsd/stand/i386/zfsboot/ |
H A D | zfsldr.S | 51 xor %cx,%cx # Zero 52 mov %cx,%es # Address 53 mov %cx,%ds # data 54 mov %cx,%ss # Set up 68 mov $0x1,%cx # Two passes 80 dec %cx # Do two 111 mov $NSECT,%cx # Sector count 143 mov $COPY_BLK_SZ,%cx # Copy 32k 148 mov %cx,%ds # Reset %ds and %es 149 mov %cx,%es [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nspire/ |
H A D | nspire-cx.dts | 40 compatible = "lsi,nspire-cx-clock"; 44 compatible = "lsi,nspire-cx-ahb-divider"; 122 model = "TI-NSPIRE CX"; 123 compatible = "ti,nspire-cx"; 160 compatible = "ti,nspire-cx-lcd-panel";
|
/freebsd/sys/contrib/device-tree/Bindings/display/msm/ |
H A D | gmu.yaml | 56 - description: CX power domain 61 - const: cx 108 - description: GPU CX clock 140 - description: GPU CX clock 144 - description: GPU HUB CX clock 209 - description: GPU CX clock 243 - description: GPU CX clock 310 power-domain-names = "cx", "gx"; 322 power-domain-names = "cx", "gx";
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | panel-mipi-dbi-spi.yaml | 34 - D/CX: Data/command selection, high=data, low=command 41 - Option 1: 9-bit mode and D/CX as the 9th bit 43 |<0><D7><D6><D5><D4><D3><D2><D1><D0>|<D/CX><D7><D6><D5><D4><D3><D2><D1><D0>| 45 - Option 2: 16-bit mode and D/CX as a 9th bit 47 |<X><X><X><X><X><X><X><D/CX><D7><D6><D5><D4><D3><D2><D1><D0>| 49 - Option 3: 8-bit mode and D/CX as a separate interface line 83 Controller data/command selection (D/CX) in 4-line SPI mode.
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | qcom,adsp.yaml | 34 cx-supply: 35 description: Phandle to the CX regulator 114 - cx-supply 129 - description: CX power domain 132 - const: cx 145 - description: SSC-CX power domain 207 cx-supply = <&pm8841_s2>;
|
H A D | qcom,adsp.txt | 88 - cx-supply: 112 must be "cx" 128 must be "cx", "load_state" 132 must be "cx", "load_state", "mss" 134 must be "cx", "mss" 187 cx-supply = <&pm8841_s2>; 222 cx-supply = <&pm8994_l26>;
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_cpu.c | 88 int cpu_cx_count; /* Number of valid Cx states. */ 94 u_int cpu_cx_stats[MAX_CX_STATES];/* Cx usage history. */ 374 /* Assume we won't be using generic Cx mode by default */ in acpi_cpu_attach() 452 /* Probe for Cx state support. */ in acpi_cpu_attach() 677 * any, we'll revert to generic FADT/P_BLK Cx control method which will in acpi_cpu_cx_probe() 679 * probed all the cpus in the system before probing for generic Cx in acpi_cpu_cx_probe() 689 device_printf(sc->cpu_dev, "switching to generic Cx mode\n"); in acpi_cpu_cx_probe() 785 * Parse a _CST package and set up its Cx states. Since the _CST object 812 /* _CST is a package with a count and at least one Cx package. */ in acpi_cpu_cx_cst() 849 device_printf(sc->cpu_dev, "skipping invalid Cx state package\n"); in acpi_cpu_cx_cst() [all …]
|
/freebsd/stand/i386/cdboot/ |
H A D | cdboot.S | 121 mov $(MEM_ARG_SIZE/4),%cx # Size of arguments in 32-bit 156 mov $0xffff,%cx # path name by 177 load_sizeok: movzbw %al,%cx # Num sectors to read 261 mov $(btx_client_end-btx_client),%cx # length of btx client 269 mov $(MEM_ARG_SIZE/4),%cx # size of the arguments in longs 368 ff.checkver.1: movzbw DIR_NAMELEN(%bx),%cx 369 cmp %cx,%si # Did we find any digits? 374 mov %si,%cx 377 ff.checkver.2: mov %cx,%si # Restore %si to end of string 382 movzbw name_len,%cx # Load length of name [all …]
|
/freebsd/contrib/libpcap/msdos/ |
H A D | pkt_rx1.s | 75 ; CX has # of bytes in packet on both call. They should be equal. 76 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount 78 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive" 100 cmp cx, ETH_MAX ; size OK ? 114 mov [di], cx ; remember firstCount. 141 mov [si-6+2], cx ; store _pktRxBuf[n].secondCount
|
H A D | pkt_rx0.asm | 119 ; CX has # of bytes in packet on both call. They should be equal. 121 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount 123 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive" 148 cmp cx, RX_BUF_SIZE+14 ; size OK ? 153 mov [di].firstCount, cx ; remember the first count. 184 mov [si].secondCount, cx
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | port-linux.c | 181 char *oldctx, *newctx, *cx, *cx2; in ssh_selinux_change_context() local 191 if ((cx = strchr(oldctx, ':')) == NULL || in ssh_selinux_change_context() 192 (cx = strchr(cx + 1, ':')) == NULL || in ssh_selinux_change_context() 193 (cx - oldctx) >= INT_MAX) { in ssh_selinux_change_context() 202 if (strncmp(cx, SSH_SELINUX_UNCONFINED_TYPE, in ssh_selinux_change_context() 206 cx2 = strchr(cx + 1, ':'); in ssh_selinux_change_context() 207 xasprintf(&newctx, "%.*s%s%s", (int)(cx - oldctx + 1), oldctx, in ssh_selinux_change_context()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | t-rpool.c | 21 void *cx)); 24 rfree(cx) in rfree() argument 25 void *cx; in rfree() 28 (char *) cx);
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | fsl-lx2160a-clearfog-cx.dts | 3 // Device Tree file for LX2160A Clearfog CX board 12 model = "SolidRun LX2160A Clearfog CX"; 13 compatible = "solidrun,clearfog-cx",
|
/freebsd/stand/i386/mbr/ |
H A D | mbr.S | 44 movw $0x200-(main-start),%cx # Byte count 88 movw 0x2(%si),%cx # Load cylinder:sector 92 pushw %cx # Save %cx 113 popw %cx # Restore %cx
|