/freebsd/tools/regression/netinet/ipsockopt/ |
H A D | ipsockopt.c | 114 u_int32_t new_options, test_options[2]; in test_ip_options() local 121 len = sizeof(test_options); in test_ip_options() 122 if (getsockopt(sock, IPPROTO_IP, IP_OPTIONS, test_options, &len) < 0) 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() 152 if (getsockopt(sock, IPPROTO_IP, IP_OPTIONS, test_options, &len) < 0) 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() [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_get/ |
H A D | zfs_get_005_neg.ksh | 99 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 D | zfs_get_005_neg.ksh | 89 function test_options function 136 test_options "$val_opts_str" "$inval_props_str" 140 test_options "$inval_opts_str" "$val_props_str" 144 test_options "$inval_opts_str" "$inval_props_str"
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_filter_lz4.c | 277 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 D | fips_version_test.c | 26 static const OPTIONS test_options[] = { in test_get_options() local 32 return test_options; in test_get_options()
|
H A D | sysdefaulttest.c | 62 static const OPTIONS test_options[] = { in test_get_options() local 67 return test_options; in test_get_options()
|
H A D | decoder_propq_test.c | 30 static const OPTIONS test_options[] = { in test_get_options() local 39 return test_options; in test_get_options()
|
H A D | ecstresstest.c | 114 static const OPTIONS test_options[] = { in test_get_options() local 119 return test_options; in test_get_options()
|
H A D | bio_readbuffer_test.c | 107 static const OPTIONS test_options[] = { in test_get_options() local 112 return test_options; in test_get_options()
|
H A D | x509_check_cert_pkey_test.c | 139 static const OPTIONS test_options[] = { in test_get_options() local 150 return test_options; in test_get_options()
|
H A D | conf_include_test.c | 237 static const OPTIONS test_options[] = { in test_get_options() local 244 return test_options; in test_get_options()
|
H A D | pairwise_fail_test.c | 36 static const OPTIONS test_options[] = { in test_get_options() local 45 return test_options; in test_get_options()
|
H A D | ossl_store_test.c | 254 static const OPTIONS test_options[] = { in test_get_options() local 262 return test_options; in test_get_options()
|
H A D | provider_status_test.c | 38 static const OPTIONS test_options[] = { in test_get_options() local 46 return test_options; in test_get_options()
|
H A D | provider_test.c | 301 static const OPTIONS test_options[] = { in test_get_options() local 306 return test_options; in test_get_options()
|
H A D | curve448_internal_test.c | 700 static const OPTIONS test_options[] = { in test_get_options() local 707 return test_options; in test_get_options()
|
H A D | algorithmid_test.c | 265 static const OPTIONS test_options[] = { in test_get_options() local 273 return test_options; in test_get_options()
|
H A D | bftest.c | 449 static const OPTIONS test_options[] = { in test_get_options() local 454 return test_options; in test_get_options()
|
H A D | bio_pw_callback_test.c | 63 static const OPTIONS test_options[] = { in test_get_options() local 69 return test_options; in test_get_options()
|
H A D | evp_fetch_prov_test.c | 43 static const OPTIONS test_options[] = { in test_get_options() local 54 return test_options; in test_get_options()
|
H A D | evp_libctx_test.c | 55 static const OPTIONS test_options[] = { in test_get_options() local 63 return test_options; in test_get_options()
|
H A D | hpke_test.c | 1956 static const OPTIONS test_options[] = { in test_get_options() local 1962 return test_options; in test_get_options()
|
H A D | acvp_test.c | 60 static const OPTIONS test_options[] = { in test_get_options() local 66 return test_options; in test_get_options()
|
/freebsd/sys/tests/ |
H A D | kern_testfrwk.h | 36 uint8_t test_options[TEST_OPTION_SPACE]; member
|
/freebsd/sys/tests/runtest/ |
H A D | runtest.c | 87 memcpy(kern_test.test_options, &callout_test, sizeof(callout_test)); in main()
|