Home
last modified time | relevance | path

Searched refs:exp1 (Results 1 – 25 of 35) 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()
602 free(exp1); in show_devices()
686 MPI2_CONFIG_PAGE_EXPANDER_1 *exp1; in show_expanders() local
734 exp1 = mps_read_extended_config_page(fd, in show_expanders()
740 if (exp1 == NULL) { in show_expanders()
753 exp1->NegotiatedLinkRate); in show_expanders()
755 exp1->AttachedPhyIdentifier); in show_expanders()
757 le16toh(exp1->AttachedDevHandle)); in show_expanders()
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.c132 int exp1 = 0; in lua_strx2number() local
139 exp1 = exp1 * 10 + *(s++) - '0'; in lua_strx2number()
140 if (neg1) exp1 = -exp1; in lua_strx2number()
141 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.dts154 gpio = <&exp1 6 GPIO_ACTIVE_HIGH>;
187 gpios = <&exp1 16 GPIO_ACTIVE_HIGH>;
198 mux-gpios = <&exp1 12 GPIO_ACTIVE_HIGH>;
223 standby-gpios = <&exp1 8 GPIO_ACTIVE_HIGH>;
230 standby-gpios = <&exp1 9 GPIO_ACTIVE_HIGH>;
433 exp1: gpio@22 { label
455 reset-gpios = <&exp1 14 GPIO_ACTIVE_LOW>;
702 reset-gpios = <&exp1 5 GPIO_ACTIVE_HIGH>;
H A Dk3-am62-lp-sk.dts57 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
96 exp1: gpio@22 { label
H A Dk3-am62x-sk-csi2-imx219.dtso44 reset-gpios = <&exp1 13 GPIO_ACTIVE_HIGH>;
H A Dk3-am62x-sk-csi2-ov5640.dtso43 powerdown-gpios = <&exp1 13 GPIO_ACTIVE_LOW>;
H A Dk3-am62x-sk-csi2-tevi-ov5640.dtso43 powerdown-gpios = <&exp1 13 GPIO_ACTIVE_LOW>;
H A Dk3-am625-sk.dts77 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
169 exp1: gpio@22 { label
H A Dk3-j721s2-evm-gesi-exp-board.dtso50 &exp1 {
H A Dk3-j7200-common-proc-board.dts277 exp1: gpio@20 { label
385 reset-gpios = <&exp1 2 GPIO_ACTIVE_HIGH>;
H A Dk3-am68-sk-base-board.dts67 gpio = <&exp1 8 GPIO_ACTIVE_HIGH>;
422 exp1: gpio@21 { label
590 reset-gpios = <&exp1 10 GPIO_ACTIVE_HIGH>;
H A Dk3-j721s2-common-proc-board.dts333 exp1: gpio@20 { label
454 reset-gpios = <&exp1 2 GPIO_ACTIVE_HIGH>;
H A Dk3-am62a7-sk.dts101 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
411 exp1: gpio@22 { label
H A Dk3-j721e-common-proc-board.dts641 exp1: gpio@20 { label
928 reset-gpios = <&exp1 6 GPIO_ACTIVE_HIGH>;
936 reset-gpios = <&exp1 2 GPIO_ACTIVE_HIGH>;
H A Dk3-am62p5-sk.dts97 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
357 exp1: gpio@22 { label
H A Dk3-j721e-evm-gesi-exp-board.dtso103 &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/bin/sh/tests/errors/
H A DMakefile15 ${PACKAGE}FILES+= bad-parm-exp1.0
/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/crypto/openssl/crypto/bn/
H A Drsaz_exp_x2.c118 const BN_ULONG *exp1,
211 exp[0] = exp1;
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dt_db.sh1163 }' > exp1
1164 atf_check -o file:exp1 \
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dti,j721e-pci-host.yaml181 reset-gpios = <&exp1 6 GPIO_ACTIVE_HIGH>;

12