Home
last modified time | relevance | path

Searched refs:test_options (Results 1 – 23 of 23) sorted by relevance

/freebsd/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c114 u_int32_t new_options, test_options[2]; in test_ip_options() local
121 len = sizeof(test_options); in test_ip_options()
149 test_options[0] = TEST_MAGIC; in test_ip_options()
150 test_options[1] = TEST_MAGIC; in test_ip_options()
151 len = sizeof(test_options); in test_ip_options()
167 if (test_options[0] == TEST_MAGIC) in test_ip_options()
174 if (new_options != test_options[0]) in test_ip_options()
177 new_options, test_options[0]); in test_ip_options()
189 test_options[0] = TEST_MAGIC; in test_ip_options()
190 test_options[1] = TEST_MAGIC; in test_ip_options()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_get/
H A Dzfs_get_005_neg.ksh99 function test_options function
127 test_options "$val_opts_str" "$inval_props_str"
130 test_options "$inval_opts_str" "$val_props_str"
133 test_options "$inval_opts_str" "$inval_props_str"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_005_neg.ksh88 function test_options function
135 test_options "$val_opts_str" "$inval_props_str"
139 test_options "$inval_opts_str" "$val_props_str"
143 test_options "$inval_opts_str" "$inval_props_str"
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_filter_lz4.c277 test_options(const char *options) in test_options() function
372 test_options("lz4:!stream-checksum"); in DEFINE_TEST()
377 test_options("lz4:block-checksum"); in DEFINE_TEST()
382 test_options("lz4:block-size=4"); in DEFINE_TEST()
387 test_options("lz4:block-size=5"); in DEFINE_TEST()
392 test_options("lz4:block-size=6"); in DEFINE_TEST()
397 test_options("lz4:block-dependence"); in DEFINE_TEST()
/freebsd/crypto/openssl/test/
H A Dfips_version_test.c26 static const OPTIONS test_options[] = { in test_get_options() local
32 return test_options; in test_get_options()
H A Decstresstest.c114 static const OPTIONS test_options[] = { in test_get_options() local
119 return test_options; in test_get_options()
H A Dbio_readbuffer_test.c107 static const OPTIONS test_options[] = { in test_get_options() local
112 return test_options; in test_get_options()
H A Dx509_check_cert_pkey_test.c141 static const OPTIONS test_options[] = { in test_get_options() local
152 return test_options; in test_get_options()
H A Dconf_include_test.c186 static const OPTIONS test_options[] = { in test_get_options() local
191 return test_options; in test_get_options()
H A Dprovider_test.c232 static const OPTIONS test_options[] = { in test_get_options() local
237 return test_options; in test_get_options()
H A Dossl_store_test.c185 static const OPTIONS test_options[] = { in test_get_options() local
193 return test_options; in test_get_options()
H A Dprovider_status_test.c37 static const OPTIONS test_options[] = { in test_get_options() local
45 return test_options; in test_get_options()
H A Dcurve448_internal_test.c700 static const OPTIONS test_options[] = { in test_get_options() local
707 return test_options; in test_get_options()
H A Dbftest.c447 static const OPTIONS test_options[] = { in test_get_options() local
452 return test_options; in test_get_options()
H A Dalgorithmid_test.c265 static const OPTIONS test_options[] = { in test_get_options() local
273 return test_options; in test_get_options()
H A Devp_fetch_prov_test.c43 static const OPTIONS test_options[] = { in test_get_options() local
54 return test_options; in test_get_options()
H A Devp_libctx_test.c52 static const OPTIONS test_options[] = { in test_get_options() local
60 return test_options; in test_get_options()
H A Dacvp_test.c52 static const OPTIONS test_options[] = { in test_get_options() local
58 return test_options; in test_get_options()
H A Dbntest.c3111 static const OPTIONS test_options[] = { in test_get_options() local
3118 return test_options; in test_get_options()
H A Devp_test.c3969 static const OPTIONS test_options[] = { in test_get_options() local
3976 return test_options; in test_get_options()
H A Dbuild.info28 testutil/options.c testutil/test_options.c testutil/provider.c \
/freebsd/sys/tests/
H A Dkern_testfrwk.h36 uint8_t test_options[TEST_OPTION_SPACE]; member
/freebsd/sys/tests/runtest/
H A Druntest.c87 memcpy(kern_test.test_options, &callout_test, sizeof(callout_test)); in main()