/freebsd/contrib/kyua/utils/ |
H A D | optional_test.cpp | 229 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() 235 opt1 = utils::make_optional(5); opt2 = none; 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() 239 opt1 = none; opt2 = utils::make_optional(5); 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() [all …]
|
/freebsd/contrib/byacc/test/ |
H A D | run_test.sh | 259 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 D | makeman | 339 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 D | config.c | 818 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 D | jailp.h | 228 extern int equalopts(const char *opt1, const char *opt2);
|
/freebsd/sys/kern/ |
H A D | vfs_mount.c | 257 vfs_equalopts(const char *opt1, const char *opt2) in vfs_equalopts() argument 262 if (strcmp(opt1, opt2) == 0) in vfs_equalopts() 265 if (strncmp(opt1, "no", 2) == 0 && strcmp(opt1 + 2, 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() 275 if (strncmp(opt1, "no", 2) == 0 && strcmp(opt1 + 2, opt2) == 0) 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 [all …]
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 1156 uint32_t opt2 = 0; in calc_options2() local 1166 opt2 |= F_RX_FC_VALID | F_RX_COALESCE_VALID; in calc_options2() 1167 opt2 |= F_CONG_CNTRL_VALID | F_PACE_VALID; in calc_options2() 1169 opt2 |= F_T5_OPT_2_VALID; /* all 4 valid */ in calc_options2() 1170 opt2 |= F_T5_ISS; /* ISS provided in CPL */ in calc_options2() 1174 opt2 |= V_SACK_EN(cp->sack); in calc_options2() 1177 opt2 |= V_TSTAMPS_EN(cp->tstamp); in calc_options2() 1180 opt2 |= F_WND_SCALE_EN; in calc_options2() 1183 opt2 |= V_CCTRL_ECN(cp->ecn); in calc_options2() 1185 opt2 |= V_TX_QUEUE(TX_MODQ(pi->tx_chan)); in calc_options2() [all …]
|
H A D | t4_connect.c | 349 cpl->opt2 = calc_options2(vi, &toep->params); in t4_connect() 354 be32toh(cpl->opt2)); in t4_connect() 382 cpl->opt2 = calc_options2(vi, &toep->params); in t4_connect() 387 be32toh(cpl->opt2)); in t4_connect()
|
H A D | t4_listen.c | 1279 uint32_t opt2, int tid) in send_synack() argument 1300 rpl->opt2 = opt2; in send_synack() 1520 uint32_t opt2; in do_pass_accept_req() local 1523 opt2 = calc_options2(vi, &synqe->params); in do_pass_accept_req() 1533 if (send_synack(sc, synqe, opt0, opt2, tid) != 0) { in do_pass_accept_req() 1545 __func__, stid, tid, synqe, be64toh(opt0), be32toh(opt2)); in do_pass_accept_req()
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha1-armv4-large.pl | 112 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_; 127 $opt2 @ F_xx_xx
|
/freebsd/bin/sh/ |
H A D | exec.c | 780 const char *opt2; in typecmd_impl() local 784 name = padvance(&path2, &opt2, argv[i]); in typecmd_impl()
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_msg.h | 781 __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 D | marvell,dove-pinctrl.txt | 61 twsi - none, opt1, opt2, opt3
|
H A D | pinctrl-palmas.txt | 71 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 D | test_verification.csv | 1 … -ignore_keyusage, -unprotected_errors, -extracertsout,val,val2, -opt1,arg1, -opt2,arg2, -opt3,arg3
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_t3_cpl.h | 611 __be32 opt2; member 628 __be32 opt2; member
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | dove.dtsi | 727 marvell,function = "twsi-opt2";
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 176 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 D | t4_filter.c | 1541 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 D | asn1t.h.in | 295 * ASN1_SOMEOTHER *opt2;
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 490 __be32 opt2; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 919 __be32 opt2; member
|
/freebsd/contrib/byacc/ |
H A D | CHANGES | 4668 * test/run_test.sh: use $opt2 in filenames of the generated files
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 21922 #define CTIMEOPT_VAL2_(opt1,opt2) #opt1 "," #opt2 argument
|