| /freebsd/usr.sbin/mpsutil/ |
| H A D | mps_show.c | 514 MPI2_CONFIG_PAGE_EXPANDER_1 *exp1; in show_devices() local 583 exp1 = mps_read_extended_config_page(fd, in show_devices() 590 if (exp1 == NULL) { in show_devices() 601 speed = get_device_speed(exp1->NegotiatedLinkRate); in show_devices() 602 free(exp1); in show_devices() 896 MPI2_CONFIG_PAGE_EXPANDER_1 *exp1; in show_expanders() local 944 exp1 = mps_read_extended_config_page(fd, in show_expanders() 950 if (exp1 == NULL) { in show_expanders() 956 type = get_device_type(le32toh(exp1->AttachedDeviceInfo)); in show_expanders() 957 if ((le32toh(exp1->AttachedDeviceInfo) &0x7) == 0) { in show_expanders() [all …]
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lobject.c | 133 int exp1 = 0; in lua_strx2number() local 140 exp1 = exp1 * 10 + *(s++) - '0'; in lua_strx2number() 141 if (neg1) exp1 = -exp1; in lua_strx2number() 142 e += exp1; in lua_strx2number()
|
| /freebsd/usr.bin/rpcgen/ |
| H A D | rpc_util.c | 283 expected1(tok_kind exp1) in expected1() argument 286 toktostr(exp1)); in expected1() 294 expected2(tok_kind exp1, tok_kind exp2) in expected2() argument 297 toktostr(exp1), in expected2() 306 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) in expected3() argument 309 toktostr(exp1), in expected3()
|
| H A D | rpc_util.h | 175 void expected1(tok_kind exp1); 176 void expected2(tok_kind exp1, tok_kind exp2); 177 void expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3);
|
| /freebsd/contrib/lua/src/ |
| H A D | lobject.c | 198 int exp1 = 0; /* exponent value */ in lua_strx2number() local 205 exp1 = exp1 * 10 + *(s++) - '0'; in lua_strx2number() 206 if (neg1) exp1 = -exp1; in lua_strx2number() 207 e += exp1; in lua_strx2number()
|
| /freebsd/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am642-evm.dts | 113 gpio = <&exp1 6 GPIO_ACTIVE_HIGH>; 146 gpios = <&exp1 16 GPIO_ACTIVE_HIGH>; 157 mux-gpios = <&exp1 12 GPIO_ACTIVE_HIGH>; 182 standby-gpios = <&exp1 8 GPIO_ACTIVE_HIGH>; 189 standby-gpios = <&exp1 9 GPIO_ACTIVE_HIGH>; 480 exp1: gpio@22 { label 502 reset-gpios = <&exp1 14 GPIO_ACTIVE_LOW>; 696 reset-gpios = <&exp1 5 GPIO_ACTIVE_HIGH>;
|
| H A D | k3-j722s-evm.dts | 109 gpio = <&exp1 15 GPIO_ACTIVE_HIGH>; 213 standby-gpios = <&exp1 17 GPIO_ACTIVE_HIGH>; 219 mux-gpios = <&exp1 6 GPIO_ACTIVE_HIGH>; 226 mux-gpios = <&exp1 7 GPIO_ACTIVE_HIGH>; 578 exp1: gpio@23 { label 776 reset-gpios = <&exp1 18 GPIO_ACTIVE_HIGH>;
|
| H A D | k3-am62x-sk-csi2-tevi-ov5640.dtso | 75 powerdown-gpios = <&exp1 13 GPIO_ACTIVE_LOW>;
|
| H A D | k3-am62x-sk-csi2-ov5640.dtso | 75 powerdown-gpios = <&exp1 13 GPIO_ACTIVE_LOW>;
|
| H A D | k3-am62x-sk-csi2-imx219.dtso | 74 reset-gpios = <&exp1 13 GPIO_ACTIVE_HIGH>;
|
| H A D | k3-am625-sk-common.dtsi | 64 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>; 172 exp1: gpio@22 { label
|
| H A D | k3-am62-lp-sk.dts | 65 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>; 123 exp1: gpio@22 { label
|
| H A D | k3-am69-sk.dts | 106 gpio = <&exp1 2 GPIO_ACTIVE_HIGH>; 681 exp1: gpio@21 { label 1022 reset-gpios = <&exp1 4 GPIO_ACTIVE_HIGH>; 1029 reset-gpios = <&exp1 5 GPIO_ACTIVE_HIGH>; 1037 reset-gpios = <&exp1 6 GPIO_ACTIVE_HIGH>;
|
| H A D | k3-j721s2-evm-gesi-exp-board.dtso | 50 &exp1 {
|
| H A D | k3-am62l3-evm.dts | 108 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>; 147 exp1: gpio@22 { label
|
| H A D | k3-j7200-common-proc-board.dts | 349 exp1: gpio@20 { label 467 reset-gpios = <&exp1 2 GPIO_ACTIVE_HIGH>;
|
| H A D | k3-j721e-common-proc-board-infotainment.dtso | 105 &exp1 {
|
| H A D | k3-am68-sk-base-board.dts | 78 gpio = <&exp1 8 GPIO_ACTIVE_HIGH>; 569 exp1: gpio@21 { label 819 reset-gpios = <&exp1 10 GPIO_ACTIVE_HIGH>;
|
| H A D | k3-am62a7-sk.dts | 130 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>; 594 exp1: gpio@22 { label 657 interrupt-parent = <&exp1>;
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.exp.c | 57 static tcsh_number_t exp1 (Char ***, int); 192 tcsh_number_t p1 = exp1(vp, ignore); in exp0() 202 exp1(vp, (ignore & TEXP_IGNORE) || p1); in exp0() 213 exp1(Char ***vp, int ignore) in exp1() function 223 exp1(vp, (ignore & TEXP_IGNORE) || !p1) : in exp1()
|
| /freebsd/contrib/netbsd-tests/lib/libm/ |
| H A D | t_ldexp.c | 51 int exp1; member 174 v = ldexp(table->x, table->exp1); in run_test()
|
| /freebsd/bin/sh/tests/errors/ |
| H A D | Makefile | 14 ${PACKAGE}FILES+= bad-parm-exp1.0
|
| /freebsd/contrib/netbsd-tests/lib/libc/db/ |
| H A D | t_db.sh | 1163 }' > exp1 1164 atf_check -o file:exp1 \
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | rsaz_exp_x2.c | 203 const BN_ULONG *exp1, 296 exp[0] = exp1;
|
| /freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
| H A D | tegra210-p2597.dtsi | 1372 exp1: gpio@74 { label 1708 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>; 1719 gpio = <&exp1 9 GPIO_ACTIVE_HIGH>; 1749 gpio = <&exp1 12 GPIO_ACTIVE_HIGH>; 1769 gpio = <&exp1 13 GPIO_ACTIVE_HIGH>; 1799 gpio = <&exp1 4 GPIO_ACTIVE_LOW>;
|