Searched refs:test_options (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/tests/
H A Dkern_testfrwk.h38 uint8_t test_options[TEST_OPTION_SPACE]; member in struct:kern_test
/freebsd-11-stable/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c116 u_int32_t new_options, test_options[2]; local
123 len = sizeof(test_options);
124 if (getsockopt(sock, IPPROTO_IP, IP_OPTIONS, test_options, &len) < 0)
151 test_options[0] = TEST_MAGIC;
152 test_options[1] = TEST_MAGIC;
153 len = sizeof(test_options);
154 if (getsockopt(sock, IPPROTO_IP, IP_OPTIONS, test_options, &len) < 0)
169 if (test_options[0] == TEST_MAGIC)
176 if (new_options != test_options[0])
179 new_options, test_options[
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_filter_lz4.c278 test_options(const char *options) function
373 test_options("lz4:!stream-checksum");
378 test_options("lz4:block-checksum");
383 test_options("lz4:block-size=4");
388 test_options("lz4:block-size=5");
393 test_options("lz4:block-size=6");
398 test_options("lz4:block-dependence");
409 test_options("lz4:block-dependence,lz4:compression-level=9");
/freebsd-11-stable/sys/tests/callout_test/
H A Dcallout_test.c192 u = (struct callout_test *)test->test_options;

Completed in 76 milliseconds