Home
last modified time | relevance | path

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

/freebsd-12.1/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c116 u_int32_t new_options, test_options[2]; in test_ip_options() local
123 len = sizeof(test_options); in test_ip_options()
151 test_options[0] = TEST_MAGIC; in test_ip_options()
152 test_options[1] = TEST_MAGIC; in test_ip_options()
153 len = sizeof(test_options); in test_ip_options()
169 if (test_options[0] == TEST_MAGIC) in test_ip_options()
176 if (new_options != test_options[0]) in test_ip_options()
179 new_options, test_options[0]); in test_ip_options()
191 test_options[0] = TEST_MAGIC; in test_ip_options()
192 test_options[1] = TEST_MAGIC; in test_ip_options()
[all …]
/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zfs_get/
H A Dzfs_get_005_neg.ksh104 function test_options function
132 test_options "$val_opts_str" "$inval_props_str"
135 test_options "$inval_opts_str" "$val_props_str"
138 test_options "$inval_opts_str" "$inval_props_str"
/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_write_filter_lz4.c278 test_options(const char *options) in test_options() function
373 test_options("lz4:!stream-checksum"); in DEFINE_TEST()
378 test_options("lz4:block-checksum"); in DEFINE_TEST()
383 test_options("lz4:block-size=4"); in DEFINE_TEST()
388 test_options("lz4:block-size=5"); in DEFINE_TEST()
393 test_options("lz4:block-size=6"); in DEFINE_TEST()
398 test_options("lz4:block-dependence"); in DEFINE_TEST()
/freebsd-12.1/sys/tests/
H A Dkern_testfrwk.h37 uint8_t test_options[TEST_OPTION_SPACE]; member
/freebsd-12.1/sys/tests/callout_test/
H A Dcallout_test.c193 u = (struct callout_test *)test->test_options; in run_callout_test()