Home
last modified time | relevance | path

Searched refs:opt2 (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/kyua/utils/
H A Doptional_test.cpp229 optional< int > opt1, opt2; in ATF_TEST_CASE_BODY() local
231 opt1 = none; opt2 = none; in ATF_TEST_CASE_BODY()
232 ATF_REQUIRE( opt1 == opt2); in ATF_TEST_CASE_BODY()
233 ATF_REQUIRE(!(opt1 != opt2)); in ATF_TEST_CASE_BODY()
236 ATF_REQUIRE(!(opt1 == opt2)); in ATF_TEST_CASE_BODY()
237 ATF_REQUIRE( opt1 != opt2); in ATF_TEST_CASE_BODY()
240 ATF_REQUIRE(!(opt1 == opt2)); in ATF_TEST_CASE_BODY()
241 ATF_REQUIRE( opt1 != opt2); in ATF_TEST_CASE_BODY()
244 ATF_REQUIRE( opt1 == opt2); in ATF_TEST_CASE_BODY()
245 ATF_REQUIRE(!(opt1 != opt2)); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/byacc/test/
H A Drun_test.sh259 for opt2 in "" $OPT2
267 error=${ROOT}${opt2}.error
270 $YACC $OPTS $opt2 -v -d $output $prefix -b "$ROOT${opt2}" "$input" 2>"$error"
273 REF=${REF_DIR}/${root}${opt2}${type}
302 NEW="${ROOT}${opt2}${type}"
/freebsd/tools/build/options/
H A Dmakeman339 while read opt2 ; do
341 echo ".Va ${opt2}"
353 while read opt2 ; do
354 echo ".It Va ${opt2}"
355 noopt=$(echo ${opt2} | sed -e's/WITH_/WITHOUT_/;t' -e's/WITHOUT_/WITH_/')
/freebsd/usr.sbin/jail/
H A Dconfig.c818 equalopts(const char *opt1, const char *opt2) in equalopts() argument
823 if (strcmp(opt1, opt2) == 0) in equalopts()
826 if (strncmp(opt1, "no", 2) == 0 && strcmp(opt1 + 2, opt2) == 0) in equalopts()
829 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0) in equalopts()
832 !strncmp(opt1, opt2, ++p - opt1)) { in equalopts()
833 opt2 += p - opt1; in equalopts()
836 if (strncmp(opt1, "no", 2) == 0 && strcmp(opt1 + 2, opt2) == 0) in equalopts()
839 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0) in equalopts()
H A Djailp.h228 extern int equalopts(const char *opt1, const char *opt2);
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1140 uint32_t opt2 = 0; in calc_options2() local
1158 opt2 |= V_SACK_EN(cp->sack); in calc_options2()
1161 opt2 |= V_TSTAMPS_EN(cp->tstamp); in calc_options2()
1164 opt2 |= F_WND_SCALE_EN; in calc_options2()
1167 opt2 |= V_CCTRL_ECN(cp->ecn); in calc_options2()
1170 opt2 |= V_PACE(0); in calc_options2()
1171 opt2 |= F_RSS_QUEUE_VALID; in calc_options2()
1175 opt2 |= V_RX_CHANNEL(pi->rx_chan); in calc_options2()
1179 opt2 |= V_CONG_CNTRL(cp->cong_algo); in calc_options2()
1183 opt2 |= V_RX_COALESCE(M_RX_COALESCE); in calc_options2()
[all …]
H A Dt4_connect.c340 cpl->opt2 = calc_options2(vi, &toep->params); in t4_connect()
345 be32toh(cpl->opt2)); in t4_connect()
373 cpl->opt2 = calc_options2(vi, &toep->params); in t4_connect()
378 be32toh(cpl->opt2)); in t4_connect()
H A Dt4_listen.c1128 uint32_t opt2, int tid) in send_synack() argument
1149 rpl->opt2 = opt2; in send_synack()
1368 uint32_t opt2; in do_pass_accept_req() local
1371 opt2 = calc_options2(vi, &synqe->params); in do_pass_accept_req()
1378 if (send_synack(sc, synqe, opt0, opt2, tid) != 0) { in do_pass_accept_req()
1388 __func__, stid, tid, synqe, be64toh(opt0), be32toh(opt2)); in do_pass_accept_req()
/freebsd/sys/kern/
H A Dvfs_mount.c262 if (strcmp(opt1, opt2) == 0) in vfs_equalopts()
268 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0) in vfs_equalopts()
271 !strncmp(opt1, opt2, ++p - opt1)) { in vfs_equalopts()
272 opt2 += p - opt1; in vfs_equalopts()
278 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0) in vfs_equalopts()
283 (vfs_isopt_ro(opt2) || vfs_isopt_rw(opt2))) in vfs_equalopts()
296 struct vfsopt *opt, *opt2, *tmp; in vfs_sanitizeopts() local
300 while (opt2 != NULL) { in vfs_sanitizeopts()
303 vfs_freeopt(opts, opt2); in vfs_sanitizeopts()
304 opt2 = tmp; in vfs_sanitizeopts()
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl112 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_;
127 $opt2 @ F_xx_xx
/freebsd/bin/sh/
H A Dexec.c780 const char *opt2; in typecmd_impl() local
784 name = padvance(&path2, &opt2, argv[i]); in typecmd_impl()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h781 __be32 opt2; member
788 __be32 opt2; member
806 __be32 opt2; member
822 __be32 opt2; member
835 __be32 opt2; member
857 __be32 opt2; member
871 __be32 opt2; member
886 __be32 opt2; member
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,dove-pinctrl.txt61 twsi - none, opt1, opt2, opt3
H A Dpinctrl-palmas.txt71 There are 4 special functions: opt0, opt1, opt2 and opt3. If any of these
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_verification.csv1 … -ignore_keyusage, -unprotected_errors, -extracertsout,val,val2, -opt1,arg1, -opt2,arg2, -opt3,arg3
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h611 __be32 opt2; member
628 __be32 opt2; member
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Ddove.dtsi727 marvell,function = "twsi-opt2";
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c176 cpl->opt2 = htobe32(options); in mk_ktls_act_open_req()
211 cpl->opt2 = htobe32(options); in mk_ktls_act_open_req6()
/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c1541 cpl6->opt2 = htobe32(F_RSS_QUEUE_VALID | V_RSS_QUEUE(f->fs.iq) | in mk_act_open_req6()
1585 cpl6->opt2 = htobe32(F_RSS_QUEUE_VALID | V_RSS_QUEUE(f->fs.iq) | in mk_act_open_req()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h.in295 * ASN1_SOMEOTHER *opt2;
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h490 __be32 opt2; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h919 __be32 opt2; member
/freebsd/contrib/byacc/
H A DCHANGES4518 * test/run_test.sh: use $opt2 in filenames of the generated files
/freebsd/contrib/sqlite3/
H A Dsqlite3.c21922 #define CTIMEOPT_VAL2_(opt1,opt2) #opt1 "," #opt2 argument