Home
last modified time | relevance | path

Searched refs:exp1 (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/usr.sbin/mpsutil/
H A Dmps_show.c514 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 Dlobject.c133 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 Drpc_util.c283 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 Drpc_util.h175 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 Dlobject.c198 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 Dk3-am642-evm.dts113 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 Dk3-j722s-evm.dts109 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 Dk3-am62x-sk-csi2-tevi-ov5640.dtso75 powerdown-gpios = <&exp1 13 GPIO_ACTIVE_LOW>;
H A Dk3-am62x-sk-csi2-ov5640.dtso75 powerdown-gpios = <&exp1 13 GPIO_ACTIVE_LOW>;
H A Dk3-am62x-sk-csi2-imx219.dtso74 reset-gpios = <&exp1 13 GPIO_ACTIVE_HIGH>;
H A Dk3-am625-sk-common.dtsi64 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
172 exp1: gpio@22 { label
H A Dk3-am62-lp-sk.dts65 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
123 exp1: gpio@22 { label
H A Dk3-am69-sk.dts106 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 Dk3-j721s2-evm-gesi-exp-board.dtso50 &exp1 {
H A Dk3-am62l3-evm.dts108 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
147 exp1: gpio@22 { label
H A Dk3-j7200-common-proc-board.dts349 exp1: gpio@20 { label
467 reset-gpios = <&exp1 2 GPIO_ACTIVE_HIGH>;
H A Dk3-j721e-common-proc-board-infotainment.dtso105 &exp1 {
H A Dk3-am68-sk-base-board.dts78 gpio = <&exp1 8 GPIO_ACTIVE_HIGH>;
569 exp1: gpio@21 { label
819 reset-gpios = <&exp1 10 GPIO_ACTIVE_HIGH>;
H A Dk3-am62a7-sk.dts130 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
594 exp1: gpio@22 { label
657 interrupt-parent = <&exp1>;
/freebsd/contrib/tcsh/
H A Dsh.exp.c57 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 Dt_ldexp.c51 int exp1; member
174 v = ldexp(table->x, table->exp1); in run_test()
/freebsd/bin/sh/tests/errors/
H A DMakefile14 ${PACKAGE}FILES+= bad-parm-exp1.0
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dt_db.sh1163 }' > exp1
1164 atf_check -o file:exp1 \
/freebsd/crypto/openssl/crypto/bn/
H A Drsaz_exp_x2.c203 const BN_ULONG *exp1,
296 exp[0] = exp1;
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra210-p2597.dtsi1372 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>;

12