Symbol: tc
crypto/heimdal/lib/krb5/test_cc.c
103
const char *nc, *tc;
crypto/heimdal/lib/krb5/test_cc.c
123
tc = krb5_cc_get_type(context, id);
crypto/heimdal/lib/krb5/test_cc.c
124
if (tc == NULL)
crypto/heimdal/lib/krb5/test_cc.c
127
if (asprintf(&c, "%s:%s", tc, nc) < 0 || c == NULL)
crypto/heimdal/lib/roken/getcap.c
478
char *icap, *scan, *tc, *tcstart, *tcend;
crypto/heimdal/lib/roken/getcap.c
491
if ((tc = cgetcap(scan, "tc", '=')) == NULL)
crypto/heimdal/lib/roken/getcap.c
498
s = tc;
crypto/heimdal/lib/roken/getcap.c
507
tcstart = tc - 3;
crypto/heimdal/lib/roken/getcap.c
511
iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
crypto/krb5/src/clients/ksu/authorization.c
334
char * lp, * tc;
crypto/krb5/src/clients/ksu/authorization.c
368
tc = get_first_token (path_ptr, &lp);
crypto/krb5/src/clients/ksu/authorization.c
370
if (! tc){
crypto/krb5/src/clients/ksu/authorization.c
379
if (*tc != '/'){ /* must be full path */
crypto/krb5/src/clients/ksu/authorization.c
381
"start with '/' \n"), tc, KRB5_USERS_NAME );
crypto/krb5/src/clients/ksu/authorization.c
386
tmp_fcmd[i] = xasprintf("%s/%s", tc, fcmd);
crypto/krb5/src/clients/ksu/authorization.c
390
} while((tc = get_next_token (&lp)));
crypto/openssl/crypto/x509/v3_ac_tgt.c
161
OSSL_TARGET_CERT *tc,
crypto/openssl/crypto/x509/v3_ac_tgt.c
165
if (tc->targetCertificate != NULL) {
crypto/openssl/crypto/x509/v3_ac_tgt.c
167
i2r_ISSUER_SERIAL(method, tc->targetCertificate, out, indent + 2);
crypto/openssl/crypto/x509/v3_ac_tgt.c
169
if (tc->targetName != NULL) {
crypto/openssl/crypto/x509/v3_ac_tgt.c
171
GENERAL_NAME_print(out, tc->targetName);
crypto/openssl/crypto/x509/v3_ac_tgt.c
174
if (tc->certDigestInfo != NULL) {
crypto/openssl/crypto/x509/v3_ac_tgt.c
176
i2r_OBJECT_DIGEST_INFO(method, tc->certDigestInfo, out, indent + 2);
crypto/openssl/crypto/x509/v3_ac_tgt.c
29
OSSL_TARGET_CERT *tc,
crypto/openssl/ssl/quic/quic_impl.c
4180
const QUIC_TERMINATE_CAUSE *tc;
crypto/openssl/ssl/quic/quic_impl.c
4185
tc = ossl_quic_channel_get_terminate_cause(ctx.qc->ch);
crypto/openssl/ssl/quic/quic_impl.c
4186
if (tc == NULL)
crypto/openssl/ssl/quic/quic_impl.c
4189
info->error_code = tc->error_code;
crypto/openssl/ssl/quic/quic_impl.c
4190
info->frame_type = tc->frame_type;
crypto/openssl/ssl/quic/quic_impl.c
4191
info->reason = tc->reason;
crypto/openssl/ssl/quic/quic_impl.c
4192
info->reason_len = tc->reason_len;
crypto/openssl/ssl/quic/quic_impl.c
4194
if (!tc->remote)
crypto/openssl/ssl/quic/quic_impl.c
4196
if (!tc->app)
crypto/openssl/test/punycode_test.c
114
const struct puny_test *tc = puny_cases + n;
crypto/openssl/test/punycode_test.c
119
if (!TEST_true(ossl_punycode_decode(tc->encoded, strlen(tc->encoded),
crypto/openssl/test/punycode_test.c
122
for (i = 0; i < OSSL_NELEM(tc->raw); i++)
crypto/openssl/test/punycode_test.c
123
if (tc->raw[i] == 0)
crypto/openssl/test/punycode_test.c
126
tc->raw, i * sizeof(*tc->raw)))
crypto/openssl/test/quic_multistream_test.c
1668
const QUIC_TERMINATE_CAUSE *tc;
crypto/openssl/test/quic_multistream_test.c
1678
if (!TEST_ptr(tc = ossl_quic_tserver_get_terminate_cause(ACQUIRE_S())))
crypto/openssl/test/quic_multistream_test.c
1681
if (!TEST_uint64_t_eq(error_code, tc->error_code)
crypto/openssl/test/quic_multistream_test.c
1682
|| !TEST_int_eq(expect_app, tc->app)
crypto/openssl/test/quic_multistream_test.c
1683
|| !TEST_int_eq(expect_remote, tc->remote))
crypto/openssl/test/quic_multistream_test.c
4440
const QUIC_TERMINATE_CAUSE *tc = ossl_quic_tserver_get_terminate_cause(ACQUIRE_S());
crypto/openssl/test/quic_multistream_test.c
4442
if (tc == NULL) {
crypto/openssl/test/quic_multistream_test.c
4447
if (!TEST_size_t_ge(tc->reason_len, 50)
crypto/openssl/test/quic_multistream_test.c
4448
|| !TEST_mem_eq(long_reason, tc->reason_len,
crypto/openssl/test/quic_multistream_test.c
4449
tc->reason, tc->reason_len))
include/arpa/nameser_compat.h
69
unsigned tc: 1; /*%< truncated message */
include/arpa/nameser_compat.h
81
unsigned tc :1; /*%< truncated message */
include/malloc_np.h
90
#define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8))
lib/clang/liblldb/LLDBWrapLua.cpp
555
swig_type_info *tc = cast->type;
lib/clang/liblldb/LLDBWrapLua.cpp
556
if (!tc->clientdata) {
lib/clang/liblldb/LLDBWrapLua.cpp
557
SWIG_TypeClientData(tc, clientdata);
lib/csu/tests/fini_test.c
110
ATF_TC_BODY(fini_array_test, tc)
lib/csu/tests/fini_test.c
153
ATF_TC_BODY(dso_handle_test, tc)
lib/csu/tests/fini_test.c
68
ATF_TC_BODY(dtors_test, tc)
lib/csu/tests/init_test.c
121
ATF_TC_BODY(init_array_test, tc)
lib/csu/tests/init_test.c
68
ATF_TC_BODY(ctors_test, tc)
lib/csu/tests/init_test.c
93
ATF_TC_BODY(preinit_array_test, tc)
lib/libbsnmp/tests/bsnmpd_test.c
32
ATF_TC_BODY(sa_19_20_bsnmp_test, tc)
lib/libc/gen/getcap.c
391
char *icap, *scan, *tc, *tcstart, *tcend;
lib/libc/gen/getcap.c
404
if ((tc = cgetcap(scan, "tc", '=')) == NULL)
lib/libc/gen/getcap.c
411
s = tc;
lib/libc/gen/getcap.c
420
tcstart = tc - 3;
lib/libc/gen/getcap.c
424
iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
lib/libc/nameser/ns_name.c
1002
tc = *cp++;
lib/libc/nameser/ns_name.c
1003
i = SPRINTF((dn, "%02x", tc & (0xff << (8 - b))));
lib/libc/nameser/ns_name.c
1008
tc = *cp++;
lib/libc/nameser/ns_name.c
1010
((tc >> 4) & 0x0f) & (0x0f << (4 - b))));
lib/libc/nameser/ns_name.c
980
char *beg = dn, tc;
lib/libc/resolv/res_send.c
1068
if (!(statp->options & RES_IGNTC) && anhp->tc) {
lib/libc/resolv/res_send.c
776
anhp->tc = 1;
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
123
#define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8))
lib/libc/tests/db/dbm_nextkey_test.c
17
ATF_TC_HEAD(dbm_nextkey_test, tc)
lib/libc/tests/db/dbm_nextkey_test.c
19
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/db/dbm_nextkey_test.c
23
ATF_TC_BODY(dbm_nextkey_test, tc)
lib/libc/tests/db/dbm_open_test.c
17
ATF_TC_HEAD(dbm_open_missing_test, tc)
lib/libc/tests/db/dbm_open_test.c
19
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/db/dbm_open_test.c
23
ATF_TC_BODY(dbm_open_missing_test, tc)
lib/libc/tests/db/dbm_open_test.c
39
ATF_TC_BODY(dbm_open_wronly_test, tc)
lib/libc/tests/db/dbm_perm_test.c
36
ATF_TC_BODY(dbm_rdonly_test, tc)
lib/libc/tests/db/dbm_perm_test.c
55
ATF_TC_BODY(dbm_wronly_test, tc)
lib/libc/tests/db/dbm_perm_test.c
74
ATF_TC_BODY(dbm_rdwr_test, tc)
lib/libc/tests/gen/arc4random_test.c
51
ATF_TC_BODY(test_arc4random, tc)
lib/libc/tests/gen/arc4random_test.c
87
ATF_TC_BODY(test_arc4random_uniform, tc)
lib/libc/tests/gen/dir2_test.c
117
ATF_TC_HEAD(telldir_at_end_of_block, tc)
lib/libc/tests/gen/dir2_test.c
120
atf_tc_set_md_var(tc, "descr", "Calling telldir(3) after readdir(3) read the last entry in the block should return a valid location");
lib/libc/tests/gen/dir2_test.c
122
ATF_TC_BODY(telldir_at_end_of_block, tc)
lib/libc/tests/gen/dir2_test.c
42
ATF_TC_HEAD(telldir_after_seekdir, tc)
lib/libc/tests/gen/dir2_test.c
44
atf_tc_set_md_var(tc, "descr", "Calling telldir(3) after seekdir(3) "
lib/libc/tests/gen/dir2_test.c
47
ATF_TC_BODY(telldir_after_seekdir, tc)
lib/libc/tests/gen/dlopen_empty_test.c
50
ATF_TC_HEAD(dlopen_empty_test, tc)
lib/libc/tests/gen/dlopen_empty_test.c
52
atf_tc_set_md_var(tc, "descr", "Tests the dlopen() of an empty file "
lib/libc/tests/gen/dlopen_empty_test.c
55
ATF_TC_BODY(dlopen_empty_test, tc)
lib/libc/tests/gen/fmtcheck_test.c
76
ATF_TC_BODY(fmtcheck_test, tc)
lib/libc/tests/gen/fmtmsg_test.c
220
ATF_TC_BODY(fmtmsg_test, tc)
lib/libc/tests/gen/fnmatch_test.c
181
ATF_TC_HEAD(fnmatch_characterclass, tc)
lib/libc/tests/gen/fnmatch_test.c
183
atf_tc_set_md_var(tc, "descr", "Test fnmatch with character classes");
lib/libc/tests/gen/fnmatch_test.c
186
ATF_TC_BODY(fnmatch_characterclass, tc)
lib/libc/tests/gen/fnmatch_test.c
212
ATF_TC_HEAD(fnmatch_collsym, tc)
lib/libc/tests/gen/fnmatch_test.c
214
atf_tc_set_md_var(tc, "descr", "Test fnmatch with collating symbols");
lib/libc/tests/gen/fnmatch_test.c
217
ATF_TC_BODY(fnmatch_collsym, tc)
lib/libc/tests/gen/fnmatch_test.c
235
ATF_TC_HEAD(fnmatch_equivclass, tc)
lib/libc/tests/gen/fnmatch_test.c
237
atf_tc_set_md_var(tc, "descr", "Test fnmatch with equivalence classes");
lib/libc/tests/gen/fnmatch_test.c
240
ATF_TC_BODY(fnmatch_equivclass, tc)
lib/libc/tests/gen/fnmatch_test.c
73
ATF_TC_BODY(fnmatch_test, tc)
lib/libc/tests/gen/fpclassify2_test.c
33
ATF_TC_BODY(test_fpclassify, tc)
lib/libc/tests/gen/fts_blocks_test.c
23
ATF_TC_HEAD(fts_blocks_test, tc)
lib/libc/tests/gen/fts_blocks_test.c
25
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/gen/fts_blocks_test.c
28
ATF_TC_BODY(fts_blocks_test, tc)
lib/libc/tests/gen/fts_misc_test.c
21
ATF_TC_HEAD(fts_unrdir, tc)
lib/libc/tests/gen/fts_misc_test.c
23
atf_tc_set_md_var(tc, "descr", "unreadable directories");
lib/libc/tests/gen/fts_misc_test.c
24
atf_tc_set_md_var(tc, "require.user", "unprivileged");
lib/libc/tests/gen/fts_misc_test.c
26
ATF_TC_BODY(fts_unrdir, tc)
lib/libc/tests/gen/fts_misc_test.c
31
fts_test(tc, &(struct fts_testcase){
lib/libc/tests/gen/fts_misc_test.c
47
ATF_TC_HEAD(fts_unrdir_nochdir, tc)
lib/libc/tests/gen/fts_misc_test.c
49
atf_tc_set_md_var(tc, "descr", "unreadable directories (nochdir)");
lib/libc/tests/gen/fts_misc_test.c
50
atf_tc_set_md_var(tc, "require.user", "unprivileged");
lib/libc/tests/gen/fts_misc_test.c
52
ATF_TC_BODY(fts_unrdir_nochdir, tc)
lib/libc/tests/gen/fts_misc_test.c
57
fts_test(tc, &(struct fts_testcase){
lib/libc/tests/gen/fts_options_test.c
103
fts_options_prepare(tc);
lib/libc/tests/gen/fts_options_test.c
104
fts_test(tc, &(struct fts_testcase){
lib/libc/tests/gen/fts_options_test.c
138
ATF_TC_HEAD(fts_options_logical_seedot, tc)
lib/libc/tests/gen/fts_options_test.c
140
atf_tc_set_md_var(tc, "descr", "FTS_LOGICAL | FTS_SEEDOT");
lib/libc/tests/gen/fts_options_test.c
142
ATF_TC_BODY(fts_options_logical_seedot, tc)
lib/libc/tests/gen/fts_options_test.c
144
fts_options_prepare(tc);
lib/libc/tests/gen/fts_options_test.c
145
fts_test(tc, &(struct fts_testcase){
lib/libc/tests/gen/fts_options_test.c
187
ATF_TC_HEAD(fts_options_physical, tc)
lib/libc/tests/gen/fts_options_test.c
189
atf_tc_set_md_var(tc, "descr", "FTS_PHYSICAL");
lib/libc/tests/gen/fts_options_test.c
191
ATF_TC_BODY(fts_options_physical, tc)
lib/libc/tests/gen/fts_options_test.c
193
fts_options_prepare(tc);
lib/libc/tests/gen/fts_options_test.c
194
fts_test(tc, &(struct fts_testcase){
lib/libc/tests/gen/fts_options_test.c
213
ATF_TC_HEAD(fts_options_physical_nochdir, tc)
lib/libc/tests/gen/fts_options_test.c
215
atf_tc_set_md_var(tc, "descr", "FTS_PHYSICAL | FTS_NOCHDIR");
lib/libc/tests/gen/fts_options_test.c
217
ATF_TC_BODY(fts_options_physical_nochdir, tc)
lib/libc/tests/gen/fts_options_test.c
219
fts_options_prepare(tc);
lib/libc/tests/gen/fts_options_test.c
220
fts_test(tc, &(struct fts_testcase){
lib/libc/tests/gen/fts_options_test.c
239
ATF_TC_HEAD(fts_options_physical_comfollow, tc)
lib/libc/tests/gen/fts_options_test.c
241
atf_tc_set_md_var(tc, "descr", "FTS_PHYSICAL | FTS_COMFOLLOW");
lib/libc/tests/gen/fts_options_test.c
243
ATF_TC_BODY(fts_options_physical_comfollow, tc)
lib/libc/tests/gen/fts_options_test.c
245
fts_options_prepare(tc);
lib/libc/tests/gen/fts_options_test.c
246
fts_test(tc, &(struct fts_testcase){
lib/libc/tests/gen/fts_options_test.c
268
ATF_TC_HEAD(fts_options_physical_comfollowdir, tc)
lib/libc/tests/gen/fts_options_test.c
270
atf_tc_set_md_var(tc, "descr", "FTS_PHYSICAL | FTS_COMFOLLOWDIR");
lib/libc/tests/gen/fts_options_test.c
272
ATF_TC_BODY(fts_options_physical_comfollowdir, tc)
lib/libc/tests/gen/fts_options_test.c
274
fts_options_prepare(tc);
lib/libc/tests/gen/fts_options_test.c
275
fts_test(tc, &(struct fts_testcase){
lib/libc/tests/gen/fts_options_test.c
297
ATF_TC_HEAD(fts_options_physical_nostat, tc)
lib/libc/tests/gen/fts_options_test.c
299
atf_tc_set_md_var(tc, "descr", "FTS_PHYSICAL | FTS_NOSTAT");
lib/libc/tests/gen/fts_options_test.c
301
ATF_TC_BODY(fts_options_physical_nostat, tc)
lib/libc/tests/gen/fts_options_test.c
303
fts_options_prepare(tc);
lib/libc/tests/gen/fts_options_test.c
304
fts_test(tc, &(struct fts_testcase){
lib/libc/tests/gen/fts_options_test.c
323
ATF_TC_HEAD(fts_options_physical_nostat_type, tc)
lib/libc/tests/gen/fts_options_test.c
325
atf_tc_set_md_var(tc, "descr", "FTS_PHYSICAL | FTS_NOSTAT_TYPE");
lib/libc/tests/gen/fts_options_test.c
327
ATF_TC_BODY(fts_options_physical_nostat_type, tc)
lib/libc/tests/gen/fts_options_test.c
329
fts_options_prepare(tc);
lib/libc/tests/gen/fts_options_test.c
330
fts_test(tc, &(struct fts_testcase){
lib/libc/tests/gen/fts_options_test.c
34
fts_options_prepare(const struct atf_tc *tc)
lib/libc/tests/gen/fts_options_test.c
349
ATF_TC_HEAD(fts_options_physical_seedot, tc)
lib/libc/tests/gen/fts_options_test.c
351
atf_tc_set_md_var(tc, "descr", "FTS_PHYSICAL | FTS_SEEDOT");
lib/libc/tests/gen/fts_options_test.c
353
ATF_TC_BODY(fts_options_physical_seedot, tc)
lib/libc/tests/gen/fts_options_test.c
355
fts_options_prepare(tc);
lib/libc/tests/gen/fts_options_test.c
356
fts_test(tc, &(struct fts_testcase){
lib/libc/tests/gen/fts_options_test.c
46
ATF_TC_HEAD(fts_options_logical, tc)
lib/libc/tests/gen/fts_options_test.c
48
atf_tc_set_md_var(tc, "descr", "FTS_LOGICAL");
lib/libc/tests/gen/fts_options_test.c
50
ATF_TC_BODY(fts_options_logical, tc)
lib/libc/tests/gen/fts_options_test.c
52
fts_options_prepare(tc);
lib/libc/tests/gen/fts_options_test.c
53
fts_test(tc, &(struct fts_testcase){
lib/libc/tests/gen/fts_options_test.c
87
ATF_TC_HEAD(fts_options_logical_nostat, tc)
lib/libc/tests/gen/fts_options_test.c
89
atf_tc_set_md_var(tc, "descr", "FTS_LOGICAL | FTS_NOSTAT");
lib/libc/tests/gen/fts_options_test.c
91
ATF_TC_BODY(fts_options_logical_nostat, tc)
lib/libc/tests/gen/fts_test.h
52
fts_test(const struct atf_tc *tc, const struct fts_testcase *fts_tc)
lib/libc/tests/gen/ftw_test.c
76
ATF_TC_BODY(ftw_test, tc)
lib/libc/tests/gen/getentropy_test.c
38
ATF_TC_BODY(getentropy_count, tc)
lib/libc/tests/gen/getentropy_test.c
51
ATF_TC_BODY(getentropy_fault, tc)
lib/libc/tests/gen/getentropy_test.c
61
ATF_TC_BODY(getentropy_sizes, tc)
lib/libc/tests/gen/getmntinfo_test.c
52
ATF_TC_BODY(getmntinfo_test, tc)
lib/libc/tests/gen/glob2_test.c
109
ATF_TC_HEAD(glob_period, tc)
lib/libc/tests/gen/glob2_test.c
111
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/gen/glob2_test.c
115
ATF_TC_BODY(glob_period, tc)
lib/libc/tests/gen/glob2_test.c
144
ATF_TC_HEAD(glob_callback, tc)
lib/libc/tests/gen/glob2_test.c
146
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/gen/glob2_test.c
148
atf_tc_set_md_var(tc, "require.user", "unprivileged");
lib/libc/tests/gen/glob2_test.c
150
ATF_TC_BODY(glob_callback, tc)
lib/libc/tests/gen/glob2_test.c
47
ATF_TC_BODY(glob_pathological_test, tc)
lib/libc/tests/gen/glob_blocks_test.c
16
ATF_TC_HEAD(glob_b_callback, tc)
lib/libc/tests/gen/glob_blocks_test.c
18
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/gen/glob_blocks_test.c
20
atf_tc_set_md_var(tc, "require.user", "unprivileged");
lib/libc/tests/gen/glob_blocks_test.c
22
ATF_TC_BODY(glob_b_callback, tc)
lib/libc/tests/gen/limits_test.c
97
ATF_TC_BODY(dummy, tc) {}
lib/libc/tests/gen/makecontext_test.c
110
ATF_TC_BODY(makecontext_arg4, tc)
lib/libc/tests/gen/makecontext_test.c
135
ATF_TC_BODY(makecontext_arg5, tc)
lib/libc/tests/gen/makecontext_test.c
161
ATF_TC_BODY(makecontext_arg6, tc)
lib/libc/tests/gen/makecontext_test.c
41
ATF_TC_BODY(makecontext_arg1, tc)
lib/libc/tests/gen/makecontext_test.c
63
ATF_TC_BODY(makecontext_arg2, tc)
lib/libc/tests/gen/makecontext_test.c
86
ATF_TC_BODY(makecontext_arg3, tc)
lib/libc/tests/gen/opendir_test.c
103
ATF_TC_HEAD(fdopendir_ebadf, tc)
lib/libc/tests/gen/opendir_test.c
105
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/gen/opendir_test.c
108
ATF_TC_BODY(fdopendir_ebadf, tc)
lib/libc/tests/gen/opendir_test.c
121
ATF_TC_HEAD(fdopendir_enotdir, tc)
lib/libc/tests/gen/opendir_test.c
123
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/gen/opendir_test.c
126
ATF_TC_BODY(fdopendir_enotdir, tc)
lib/libc/tests/gen/opendir_test.c
21
opendir_prepare(const struct atf_tc *tc)
lib/libc/tests/gen/opendir_test.c
32
opendir_check(const struct atf_tc *tc, DIR *dirp)
lib/libc/tests/gen/opendir_test.c
53
ATF_TC_HEAD(opendir_ok, tc)
lib/libc/tests/gen/opendir_test.c
55
atf_tc_set_md_var(tc, "descr", "Open a directory.");
lib/libc/tests/gen/opendir_test.c
57
ATF_TC_BODY(opendir_ok, tc)
lib/libc/tests/gen/opendir_test.c
61
opendir_prepare(tc);
lib/libc/tests/gen/opendir_test.c
63
opendir_check(tc, dirp);
lib/libc/tests/gen/opendir_test.c
68
ATF_TC_HEAD(opendir_fifo, tc)
lib/libc/tests/gen/opendir_test.c
70
atf_tc_set_md_var(tc, "descr", "Do not hang if given a named pipe.");
lib/libc/tests/gen/opendir_test.c
72
ATF_TC_BODY(opendir_fifo, tc)
lib/libc/tests/gen/opendir_test.c
84
ATF_TC_HEAD(fdopendir_ok, tc)
lib/libc/tests/gen/opendir_test.c
86
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/gen/opendir_test.c
89
ATF_TC_BODY(fdopendir_ok, tc)
lib/libc/tests/gen/opendir_test.c
94
opendir_prepare(tc);
lib/libc/tests/gen/opendir_test.c
97
opendir_check(tc, dirp);
lib/libc/tests/gen/popen_test.c
134
ATF_TC_BODY(popen_wmodes_test, tc)
lib/libc/tests/gen/popen_test.c
208
ATF_TC_BODY(popen_rwmodes_test, tc)
lib/libc/tests/gen/popen_test.c
69
ATF_TC_BODY(popen_all_modes_test, tc)
lib/libc/tests/gen/popen_test.c
90
ATF_TC_BODY(popen_rmodes_test, tc)
lib/libc/tests/gen/posix_spawn_test.c
101
ATF_TC_BODY(posix_spawnp_enoexec_fallback, tc)
lib/libc/tests/gen/posix_spawn_test.c
109
atf_tc_get_config_var(tc, "srcdir"));
lib/libc/tests/gen/posix_spawn_test.c
120
ATF_TC_BODY(posix_spawnp_enoexec_fallback_null_argv0, tc)
lib/libc/tests/gen/posix_spawn_test.c
128
atf_tc_get_config_var(tc, "srcdir"));
lib/libc/tests/gen/posix_spawn_test.c
135
ATF_TC_HEAD(posix_spawnp_eacces, tc)
lib/libc/tests/gen/posix_spawn_test.c
137
atf_tc_set_md_var(tc, "descr", "Verify EACCES behavior in posix_spawnp");
lib/libc/tests/gen/posix_spawn_test.c
138
atf_tc_set_md_var(tc, "require.user", "unprivileged");
lib/libc/tests/gen/posix_spawn_test.c
140
ATF_TC_BODY(posix_spawnp_eacces, tc)
lib/libc/tests/gen/posix_spawn_test.c
163
const struct spawnp_eacces_tc *tc = &spawnp_eacces_tests[i];
lib/libc/tests/gen/posix_spawn_test.c
166
error = setenv("PATH", tc->pathvar, 1);
lib/libc/tests/gen/posix_spawn_test.c
171
ATF_CHECK_INTEQ_MSG(tc->error_expected, error,
lib/libc/tests/gen/posix_spawn_test.c
172
"path '%s'", tc->pathvar);
lib/libc/tests/gen/posix_spawn_test.c
51
ATF_TC_BODY(posix_spawn_simple_test, tc)
lib/libc/tests/gen/posix_spawn_test.c
75
ATF_TC_BODY(posix_spawn_no_such_command_negative_test, tc)
lib/libc/tests/gen/realpath2_test.c
116
ATF_TC_HEAD(realpath_partial, tc)
lib/libc/tests/gen/realpath2_test.c
118
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/gen/realpath2_test.c
120
atf_tc_set_md_var(tc, "require.user", "unprivileged");
lib/libc/tests/gen/realpath2_test.c
123
ATF_TC_BODY(realpath_partial, tc)
lib/libc/tests/gen/realpath2_test.c
41
ATF_TC_HEAD(realpath_null, tc)
lib/libc/tests/gen/realpath2_test.c
43
atf_tc_set_md_var(tc, "descr", "Test null input");
lib/libc/tests/gen/realpath2_test.c
45
ATF_TC_BODY(realpath_null, tc)
lib/libc/tests/gen/realpath2_test.c
51
ATF_TC_HEAD(realpath_empty, tc)
lib/libc/tests/gen/realpath2_test.c
53
atf_tc_set_md_var(tc, "descr", "Test empty input");
lib/libc/tests/gen/realpath2_test.c
55
ATF_TC_BODY(realpath_empty, tc)
lib/libc/tests/gen/realpath2_test.c
66
ATF_TC_HEAD(realpath_buffer_overflow, tc)
lib/libc/tests/gen/realpath2_test.c
68
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/gen/realpath2_test.c
73
ATF_TC_BODY(realpath_buffer_overflow, tc)
lib/libc/tests/gen/realpath2_test.c
84
ATF_TC_HEAD(realpath_empty_symlink, tc)
lib/libc/tests/gen/realpath2_test.c
86
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/gen/realpath2_test.c
90
ATF_TC_BODY(realpath_empty_symlink, tc)
lib/libc/tests/gen/scandir_blocks_test.c
105
scandir_blocks_verify(tc, ret, namelist);
lib/libc/tests/gen/scandir_blocks_test.c
16
scandir_blocks_prepare(const struct atf_tc *tc)
lib/libc/tests/gen/scandir_blocks_test.c
26
scandir_blocks_verify(const struct atf_tc *tc, int n, struct dirent **namelist)
lib/libc/tests/gen/scandir_blocks_test.c
37
ATF_TC_HEAD(scandir_b_test, tc)
lib/libc/tests/gen/scandir_blocks_test.c
39
atf_tc_set_md_var(tc, "descr", "Test scandir_b()");
lib/libc/tests/gen/scandir_blocks_test.c
41
ATF_TC_BODY(scandir_b_test, tc)
lib/libc/tests/gen/scandir_blocks_test.c
46
scandir_blocks_prepare(tc);
lib/libc/tests/gen/scandir_blocks_test.c
54
scandir_blocks_verify(tc, ret, namelist);
lib/libc/tests/gen/scandir_blocks_test.c
61
ATF_TC_HEAD(fdscandir_b_test, tc)
lib/libc/tests/gen/scandir_blocks_test.c
63
atf_tc_set_md_var(tc, "descr", "Test fdscandir_b()");
lib/libc/tests/gen/scandir_blocks_test.c
65
ATF_TC_BODY(fdscandir_b_test, tc)
lib/libc/tests/gen/scandir_blocks_test.c
70
scandir_blocks_prepare(tc);
lib/libc/tests/gen/scandir_blocks_test.c
79
scandir_blocks_verify(tc, ret, namelist);
lib/libc/tests/gen/scandir_blocks_test.c
87
ATF_TC_HEAD(scandirat_b_test, tc)
lib/libc/tests/gen/scandir_blocks_test.c
89
atf_tc_set_md_var(tc, "descr", "Test scandirat_b()");
lib/libc/tests/gen/scandir_blocks_test.c
91
ATF_TC_BODY(scandirat_b_test, tc)
lib/libc/tests/gen/scandir_blocks_test.c
96
scandir_blocks_prepare(tc);
lib/libc/tests/gen/scandir_test.c
101
scandir_verify(tc, ret, namelist);
lib/libc/tests/gen/scandir_test.c
115
ATF_TC_HEAD(scandir_none, tc)
lib/libc/tests/gen/scandir_test.c
117
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/gen/scandir_test.c
120
ATF_TC_BODY(scandir_none, tc)
lib/libc/tests/gen/scandir_test.c
151
ATF_TC_HEAD(scandir_error, tc)
lib/libc/tests/gen/scandir_test.c
153
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/gen/scandir_test.c
156
ATF_TC_BODY(scandir_error, tc)
lib/libc/tests/gen/scandir_test.c
18
scandir_prepare(const struct atf_tc *tc)
lib/libc/tests/gen/scandir_test.c
28
scandir_verify(const struct atf_tc *tc, int n, struct dirent **namelist)
lib/libc/tests/gen/scandir_test.c
51
ATF_TC_HEAD(scandir_test, tc)
lib/libc/tests/gen/scandir_test.c
53
atf_tc_set_md_var(tc, "descr", "Test scandir()");
lib/libc/tests/gen/scandir_test.c
55
ATF_TC_BODY(scandir_test, tc)
lib/libc/tests/gen/scandir_test.c
60
scandir_prepare(tc);
lib/libc/tests/gen/scandir_test.c
62
scandir_verify(tc, ret, namelist);
lib/libc/tests/gen/scandir_test.c
69
ATF_TC_HEAD(fdscandir_test, tc)
lib/libc/tests/gen/scandir_test.c
71
atf_tc_set_md_var(tc, "descr", "Test fdscandir()");
lib/libc/tests/gen/scandir_test.c
73
ATF_TC_BODY(fdscandir_test, tc)
lib/libc/tests/gen/scandir_test.c
78
scandir_prepare(tc);
lib/libc/tests/gen/scandir_test.c
81
scandir_verify(tc, ret, namelist);
lib/libc/tests/gen/scandir_test.c
89
ATF_TC_HEAD(scandirat_test, tc)
lib/libc/tests/gen/scandir_test.c
91
atf_tc_set_md_var(tc, "descr", "Test scandirat()");
lib/libc/tests/gen/scandir_test.c
93
ATF_TC_BODY(scandirat_test, tc)
lib/libc/tests/gen/scandir_test.c
98
scandir_prepare(tc);
lib/libc/tests/gen/sig2str_test.c
126
ATF_TC_BODY(str2sig_fullname, tc)
lib/libc/tests/gen/sig2str_test.c
145
ATF_TC_BODY(str2sig_lowercase, tc)
lib/libc/tests/gen/sig2str_test.c
166
ATF_TC_BODY(str2sig_numeric, tc)
lib/libc/tests/gen/sig2str_test.c
182
ATF_TC_BODY(str2sig_invalid, tc)
lib/libc/tests/gen/sig2str_test.c
53
ATF_TC_BODY(sig2str_valid, tc)
lib/libc/tests/gen/sig2str_test.c
63
ATF_TC_BODY(sig2str_invalid, tc)
lib/libc/tests/gen/sig2str_test.c
73
ATF_TC_BODY(str2sig_rtmin_rtmax, tc)
lib/libc/tests/gen/sig2str_test.c
99
ATF_TC_BODY(str2sig_invalid_rt, tc)
lib/libc/tests/gen/sigsetops_test.c
135
ATF_TC_BODY(extended_sigsetop_test, tc)
lib/libc/tests/gen/sigsetops_test.c
78
ATF_TC_BODY(posix_sigsetop_test, tc)
lib/libc/tests/gen/wordexp_test.c
113
ATF_TC_BODY(WRDE_REUSE_test, tc)
lib/libc/tests/gen/wordexp_test.c
129
ATF_TC_BODY(WRDE_APPEND_test, tc)
lib/libc/tests/gen/wordexp_test.c
148
ATF_TC_BODY(WRDE_DOOFFS__WRDE_APPEND_test, tc)
lib/libc/tests/gen/wordexp_test.c
174
ATF_TC_BODY(WRDE_UNDEF_test, tc)
lib/libc/tests/gen/wordexp_test.c
184
ATF_TC_BODY(WRDE_NOCMD_test, tc)
lib/libc/tests/gen/wordexp_test.c
209
ATF_TC_BODY(WRDE_BADCHAR_test, tc)
lib/libc/tests/gen/wordexp_test.c
244
ATF_TC_BODY(WRDE_SYNTAX_test, tc)
lib/libc/tests/gen/wordexp_test.c
271
ATF_TC_BODY(with_SIGCHILD_handler_test, tc)
lib/libc/tests/gen/wordexp_test.c
296
ATF_TC_BODY(with_SIGCHILD_ignore_test, tc)
lib/libc/tests/gen/wordexp_test.c
321
ATF_TC_BODY(with_unused_non_default_IFS_test, tc)
lib/libc/tests/gen/wordexp_test.c
344
ATF_TC_BODY(with_used_non_default_IFS_test, tc)
lib/libc/tests/gen/wordexp_test.c
55
ATF_TC_BODY(simple_test, tc)
lib/libc/tests/gen/wordexp_test.c
77
ATF_TC_BODY(long_output_test, tc)
lib/libc/tests/gen/wordexp_test.c
94
ATF_TC_BODY(WRDE_DOOFFS_test, tc)
lib/libc/tests/iconv/iconvctl_test.c
49
ATF_TC_BODY(iconvctl_trivialp_test, tc)
lib/libc/tests/locale/btowc_test.c
44
ATF_TC_BODY(btowc_test, tc)
lib/libc/tests/locale/c16rtomb_test.c
111
ATF_TC_BODY(c16rtomb_iso_8859_15_test, tc)
lib/libc/tests/locale/c16rtomb_test.c
124
ATF_TC_BODY(c16rtomb_utf_8_test, tc)
lib/libc/tests/locale/c16rtomb_test.c
59
ATF_TC_BODY(c16rtomb_c_locale_test, tc)
lib/libc/tests/locale/c16rtomb_test.c
97
ATF_TC_BODY(c16rtomb_iso_8859_1_test, tc)
lib/libc/tests/locale/iswctype_test.c
78
ATF_TC_BODY(iswctype_c_locale_test, tc)
lib/libc/tests/locale/iswctype_test.c
95
ATF_TC_BODY(iswctype_euc_jp_test, tc)
lib/libc/tests/locale/mblen_test.c
44
ATF_TC_BODY(mblen_test, tc)
lib/libc/tests/locale/mbrlen_test.c
46
ATF_TC_BODY(mbrlen_test, tc)
lib/libc/tests/locale/mbrtoc16_test.c
105
ATF_TC_BODY(mbrtoc16_iso_8859_1_test, tc)
lib/libc/tests/locale/mbrtoc16_test.c
117
ATF_TC_BODY(mbrtoc16_iso_8859_15_test, tc)
lib/libc/tests/locale/mbrtoc16_test.c
129
ATF_TC_BODY(mbrtoc16_utf_8_test, tc)
lib/libc/tests/locale/mbrtoc16_test.c
59
ATF_TC_BODY(mbrtoc16_c_locale_test, tc)
lib/libc/tests/locale/mbrtowc_test.c
46
ATF_TC_BODY(mbrtowc_test, tc)
lib/libc/tests/locale/mbsnrtowcs_test.c
45
ATF_TC_BODY(mbsnrtowcs_test, tc)
lib/libc/tests/locale/mbsrtowcs_test.c
46
ATF_TC_BODY(mbsrtowcs_test, tc)
lib/libc/tests/locale/mbstowcs_test.c
46
ATF_TC_BODY(mbstowcs_test, tc)
lib/libc/tests/locale/mbtowc_test.c
44
ATF_TC_BODY(mbtowc_test, tc)
lib/libc/tests/locale/newlocale_test.c
96
ATF_TC_BODY(newlocale_c_posix_cu8_test, tc)
lib/libc/tests/locale/towctrans_test.c
43
ATF_TC_BODY(towctrans_test, tc)
lib/libc/tests/locale/wcrtomb_test.c
46
ATF_TC_BODY(wcrtomb_test, tc)
lib/libc/tests/locale/wcsnrtombs_test.c
45
ATF_TC_BODY(wcsnrtombs_test, tc)
lib/libc/tests/locale/wcsrtombs_test.c
46
ATF_TC_BODY(wcsrtombs_test, tc)
lib/libc/tests/locale/wcstombs_test.c
46
ATF_TC_BODY(wcstombs_test, tc)
lib/libc/tests/locale/wctomb_test.c
45
ATF_TC_BODY(euccs1_test, tc)
lib/libc/tests/locale/wctomb_test.c
57
ATF_TC_BODY(wctomb_test, tc)
lib/libc/tests/net/ether_test.c
101
ATF_TC_BODY(ether_aton_r_bad, tc)
lib/libc/tests/net/ether_test.c
110
ATF_TC_BODY(ether_aton, tc)
lib/libc/tests/net/ether_test.c
121
ATF_TC_BODY(ether_aton_bad, tc)
lib/libc/tests/net/ether_test.c
135
ATF_TC_BODY(ether_ntoa_r, tc)
lib/libc/tests/net/ether_test.c
148
ATF_TC_BODY(ether_ntoa, tc)
lib/libc/tests/net/ether_test.c
160
ATF_TC_BODY(ether_ntohost, tc)
lib/libc/tests/net/ether_test.c
166
ATF_TC_BODY(ether_hostton, tc)
lib/libc/tests/net/ether_test.c
44
ATF_TC_BODY(ether_line, tc)
lib/libc/tests/net/ether_test.c
60
ATF_TC_BODY(ether_line_bad_1, tc)
lib/libc/tests/net/ether_test.c
72
ATF_TC_BODY(ether_line_bad_2, tc)
lib/libc/tests/net/ether_test.c
87
ATF_TC_BODY(ether_aton_r, tc)
lib/libc/tests/net/eui64_aton_test.c
58
ATF_TC_BODY(id_ascii, tc)
lib/libc/tests/net/eui64_aton_test.c
65
ATF_TC_BODY(id_colon_ascii, tc)
lib/libc/tests/net/eui64_aton_test.c
72
ATF_TC_BODY(mac_ascii, tc)
lib/libc/tests/net/eui64_aton_test.c
79
ATF_TC_BODY(mac_colon_ascii, tc)
lib/libc/tests/net/eui64_aton_test.c
86
ATF_TC_BODY(hex_ascii, tc)
lib/libc/tests/net/eui64_ntoa_test.c
50
ATF_TC_BODY(id_ascii, tc)
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
119
ATF_TC_BODY(timeout, tc)
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
141
ATF_TC_BODY(timeout_specific, tc)
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
164
ATF_TC_BODY(timeout2, tc)
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
189
ATF_TC_BODY(netdown, tc)
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
214
ATF_TC_HEAD(nofamily, tc)
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
216
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
218
ATF_TC_BODY(nofamily, tc)
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
83
ATF_TC_HEAD(basic, tc)
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
85
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
88
ATF_TC_BODY(basic, tc)
lib/libc/tests/nss/getaddrinfo_test.c
489
#define RUN_TESTS(tc, snapshot_file, ai_family) do { \
lib/libc/tests/nss/getaddrinfo_test.c
492
atf_tc_get_config_var(tc, "srcdir"), HOSTLIST_FILE)); \
lib/libc/tests/nss/getaddrinfo_test.c
498
ATF_TC_BODY(pf_unspec, tc)
lib/libc/tests/nss/getaddrinfo_test.c
501
RUN_TESTS(tc, NULL, AF_UNSPEC);
lib/libc/tests/nss/getaddrinfo_test.c
505
ATF_TC_BODY(pf_unspec_with_snapshot, tc)
lib/libc/tests/nss/getaddrinfo_test.c
508
RUN_TESTS(tc, "snapshot_ai", AF_UNSPEC);
lib/libc/tests/nss/getaddrinfo_test.c
512
ATF_TC_BODY(pf_inet, tc)
lib/libc/tests/nss/getaddrinfo_test.c
516
RUN_TESTS(tc, NULL, AF_INET);
lib/libc/tests/nss/getaddrinfo_test.c
520
ATF_TC_BODY(pf_inet_with_snapshot, tc)
lib/libc/tests/nss/getaddrinfo_test.c
524
RUN_TESTS(tc, "snapshot_ai4", AF_INET);
lib/libc/tests/nss/getaddrinfo_test.c
528
ATF_TC_BODY(pf_inet6, tc)
lib/libc/tests/nss/getaddrinfo_test.c
532
RUN_TESTS(tc, NULL, AF_INET6);
lib/libc/tests/nss/getaddrinfo_test.c
536
ATF_TC_BODY(pf_inet6_with_snapshot, tc)
lib/libc/tests/nss/getaddrinfo_test.c
540
RUN_TESTS(tc, "snapshot_ai6", AF_INET6);
lib/libc/tests/nss/getgr_test.c
505
ATF_TC_BODY(getgrent, tc)
lib/libc/tests/nss/getgr_test.c
511
ATF_TC_BODY(getgrent_with_snapshot, tc)
lib/libc/tests/nss/getgr_test.c
518
ATF_TC_BODY(getgrent_with_two_pass, tc)
lib/libc/tests/nss/getgr_test.c
524
ATF_TC_BODY(getgrgid, tc)
lib/libc/tests/nss/getgr_test.c
530
ATF_TC_BODY(getgrgid_with_snapshot, tc)
lib/libc/tests/nss/getgr_test.c
537
ATF_TC_BODY(getgrnam, tc)
lib/libc/tests/nss/getgr_test.c
543
ATF_TC_BODY(getgrnam_with_snapshot, tc)
lib/libc/tests/nss/getgr_test.c
550
ATF_TC_BODY(getgrent_interleaved_getgrnam, tc)
lib/libc/tests/nss/getgr_test.c
556
ATF_TC_BODY(getgrent_interleaved_getgrgid, tc)
lib/libc/tests/nss/gethostby_test.c
1070
#define _RUN_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping) \
lib/libc/tests/nss/gethostby_test.c
1074
atf_tc_get_config_var(tc, "srcdir"), HOSTLIST_FILE)); \
lib/libc/tests/nss/gethostby_test.c
1080
#define RUN_HOST_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping) \
lib/libc/tests/nss/gethostby_test.c
1083
_RUN_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping); \
lib/libc/tests/nss/gethostby_test.c
1086
#define RUN_IPNODE_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping) \
lib/libc/tests/nss/gethostby_test.c
1089
_RUN_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping); \
lib/libc/tests/nss/gethostby_test.c
1093
ATF_TC_BODY(gethostbyaddr_ipv4, tc)
lib/libc/tests/nss/gethostby_test.c
1096
RUN_HOST_TESTS(tc, NULL, AF_INET, TEST_GETHOSTBYADDR, false);
lib/libc/tests/nss/gethostby_test.c
1100
ATF_TC_BODY(gethostbyaddr_ipv4_with_snapshot, tc)
lib/libc/tests/nss/gethostby_test.c
1103
RUN_HOST_TESTS(tc, "snapshot_htaddr4", AF_INET, TEST_GETHOSTBYADDR, false);
lib/libc/tests/nss/gethostby_test.c
1107
ATF_TC_BODY(gethostbyaddr_ipv6, tc)
lib/libc/tests/nss/gethostby_test.c
1110
RUN_HOST_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYADDR, false);
lib/libc/tests/nss/gethostby_test.c
1114
ATF_TC_BODY(gethostbyaddr_ipv6_AI_V4MAPPED, tc)
lib/libc/tests/nss/gethostby_test.c
1118
RUN_HOST_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYADDR, true);
lib/libc/tests/nss/gethostby_test.c
1122
ATF_TC_BODY(gethostbyaddr_ipv6_with_snapshot, tc)
lib/libc/tests/nss/gethostby_test.c
1125
RUN_HOST_TESTS(tc, "snapshot_htaddr6", AF_INET6, TEST_GETHOSTBYADDR, false);
lib/libc/tests/nss/gethostby_test.c
1129
ATF_TC_BODY(gethostbyaddr_ipv6_with_snapshot_AI_V4MAPPED, tc)
lib/libc/tests/nss/gethostby_test.c
1133
RUN_HOST_TESTS(tc, "snapshot_htaddr6map", AF_INET6, TEST_GETHOSTBYADDR, true);
lib/libc/tests/nss/gethostby_test.c
1137
ATF_TC_BODY(gethostbyname2_getaddrinfo_ipv4, tc)
lib/libc/tests/nss/gethostby_test.c
1140
RUN_HOST_TESTS(tc, NULL, AF_INET, TEST_GETHOSTBYNAME2_GETADDRINFO, false);
lib/libc/tests/nss/gethostby_test.c
1144
ATF_TC_BODY(gethostbyname2_getaddrinfo_ipv6, tc)
lib/libc/tests/nss/gethostby_test.c
1147
RUN_HOST_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYNAME2_GETADDRINFO, false);
lib/libc/tests/nss/gethostby_test.c
1151
ATF_TC_BODY(gethostbyaddr_getnameinfo_ipv4, tc)
lib/libc/tests/nss/gethostby_test.c
1154
RUN_HOST_TESTS(tc, NULL, AF_INET, TEST_GETHOSTBYADDR_GETNAMEINFO, false);
lib/libc/tests/nss/gethostby_test.c
1158
ATF_TC_BODY(gethostbyaddr_getnameinfo_ipv6, tc)
lib/libc/tests/nss/gethostby_test.c
1161
RUN_HOST_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYADDR_GETNAMEINFO, false);
lib/libc/tests/nss/gethostby_test.c
1165
ATF_TC_BODY(gethostbyname2_ipv4, tc)
lib/libc/tests/nss/gethostby_test.c
1168
RUN_HOST_TESTS(tc, NULL, AF_INET, TEST_GETHOSTBYNAME2, false);
lib/libc/tests/nss/gethostby_test.c
1172
ATF_TC_BODY(gethostbyname2_ipv4_with_snapshot, tc)
lib/libc/tests/nss/gethostby_test.c
1175
RUN_HOST_TESTS(tc, "snapshot_htname4", AF_INET, TEST_GETHOSTBYNAME2, false);
lib/libc/tests/nss/gethostby_test.c
1179
ATF_TC_BODY(gethostbyname2_ipv6, tc)
lib/libc/tests/nss/gethostby_test.c
1182
RUN_HOST_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYNAME2, false);
lib/libc/tests/nss/gethostby_test.c
1186
ATF_TC_BODY(gethostbyname2_ipv6_AI_V4MAPPED, tc)
lib/libc/tests/nss/gethostby_test.c
1190
RUN_HOST_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYNAME2, true);
lib/libc/tests/nss/gethostby_test.c
1194
ATF_TC_BODY(gethostbyname2_ipv6_with_snapshot, tc)
lib/libc/tests/nss/gethostby_test.c
1197
RUN_HOST_TESTS(tc, "snapshot_htname6", AF_INET6, TEST_GETHOSTBYNAME2, false);
lib/libc/tests/nss/gethostby_test.c
1201
ATF_TC_BODY(gethostbyname2_ipv6_with_snapshot_AI_V4MAPPED, tc)
lib/libc/tests/nss/gethostby_test.c
1205
RUN_HOST_TESTS(tc, "snapshot_htname6map", AF_INET6, TEST_GETHOSTBYNAME2, true);
lib/libc/tests/nss/gethostby_test.c
1209
ATF_TC_BODY(getipnodebyaddr_ipv4, tc)
lib/libc/tests/nss/gethostby_test.c
1212
RUN_IPNODE_TESTS(tc, NULL, AF_INET, TEST_GETHOSTBYADDR, false);
lib/libc/tests/nss/gethostby_test.c
1216
ATF_TC_BODY(getipnodebyaddr_ipv4_with_snapshot, tc)
lib/libc/tests/nss/gethostby_test.c
1219
RUN_IPNODE_TESTS(tc, "snapshot_ipnodeaddr4", AF_INET, TEST_GETHOSTBYADDR, false);
lib/libc/tests/nss/gethostby_test.c
1223
ATF_TC_BODY(getipnodebyaddr_getnameinfo_ipv4, tc)
lib/libc/tests/nss/gethostby_test.c
1226
RUN_IPNODE_TESTS(tc, NULL, AF_INET, TEST_GETHOSTBYADDR_GETNAMEINFO, false);
lib/libc/tests/nss/gethostby_test.c
1230
ATF_TC_BODY(getipnodebyaddr_ipv6, tc)
lib/libc/tests/nss/gethostby_test.c
1233
RUN_IPNODE_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYADDR, false);
lib/libc/tests/nss/gethostby_test.c
1237
ATF_TC_BODY(getipnodebyaddr_ipv6_AI_V4MAPPED, tc)
lib/libc/tests/nss/gethostby_test.c
1241
RUN_IPNODE_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYADDR, true);
lib/libc/tests/nss/gethostby_test.c
1245
ATF_TC_BODY(getipnodebyaddr_ipv6_AI_V4MAPPED_CFG, tc)
lib/libc/tests/nss/gethostby_test.c
1249
RUN_IPNODE_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYADDR, true);
lib/libc/tests/nss/gethostby_test.c
1253
ATF_TC_BODY(getipnodebyaddr_ipv6_AI_V4MAPPED_CFG_AI_ALL, tc)
lib/libc/tests/nss/gethostby_test.c
1257
RUN_IPNODE_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYADDR, true);
lib/libc/tests/nss/gethostby_test.c
1261
ATF_TC_BODY(getipnodebyaddr_ipv6_with_snapshot, tc)
lib/libc/tests/nss/gethostby_test.c
1264
RUN_IPNODE_TESTS(tc, "snapshot_ipnodeaddr6", AF_INET6, TEST_GETHOSTBYADDR, false);
lib/libc/tests/nss/gethostby_test.c
1268
ATF_TC_BODY(getipnodebyaddr_ipv6_with_snapshot_AI_V4MAPPED, tc)
lib/libc/tests/nss/gethostby_test.c
1272
RUN_IPNODE_TESTS(tc,
lib/libc/tests/nss/gethostby_test.c
1278
ATF_TC_BODY(getipnodebyaddr_ipv6_with_snapshot_AI_V4MAPPED_CFG, tc)
lib/libc/tests/nss/gethostby_test.c
1282
RUN_IPNODE_TESTS(tc,
lib/libc/tests/nss/gethostby_test.c
1288
ATF_TC_BODY(getipnodebyaddr_ipv6_with_snapshot_AI_V4MAPPED_CFG_AI_ALL, tc)
lib/libc/tests/nss/gethostby_test.c
1292
RUN_IPNODE_TESTS(tc,
lib/libc/tests/nss/gethostby_test.c
1298
ATF_TC_BODY(getipnodebyaddr_getnameinfo_ipv6, tc)
lib/libc/tests/nss/gethostby_test.c
1301
RUN_IPNODE_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYADDR_GETNAMEINFO, false);
lib/libc/tests/nss/gethostby_test.c
1305
ATF_TC_BODY(getipnodebyname_ipv4, tc)
lib/libc/tests/nss/gethostby_test.c
1308
RUN_IPNODE_TESTS(tc, NULL, AF_INET, TEST_GETHOSTBYNAME2, false);
lib/libc/tests/nss/gethostby_test.c
1312
ATF_TC_BODY(getipnodebyname_ipv4_with_snapshot, tc)
lib/libc/tests/nss/gethostby_test.c
1315
RUN_IPNODE_TESTS(tc, "snapshot_ipnodename4", AF_INET, TEST_GETHOSTBYNAME2, false);
lib/libc/tests/nss/gethostby_test.c
1319
ATF_TC_BODY(getipnodebyname_ipv4_AI_ADDRCONFIG, tc)
lib/libc/tests/nss/gethostby_test.c
1323
RUN_IPNODE_TESTS(tc, NULL, AF_INET, TEST_GETHOSTBYNAME2, false);
lib/libc/tests/nss/gethostby_test.c
1327
ATF_TC_BODY(getipnodebyname_ipv4_with_snapshot_AI_ADDRCONFIG, tc)
lib/libc/tests/nss/gethostby_test.c
1331
RUN_IPNODE_TESTS(tc, "snapshot_ipnodename4_AI_ADDRCONFIG", AF_INET,
lib/libc/tests/nss/gethostby_test.c
1336
ATF_TC_BODY(getipnodebyname_getaddrinfo_ipv4, tc)
lib/libc/tests/nss/gethostby_test.c
1339
RUN_IPNODE_TESTS(tc, NULL, AF_INET, TEST_GETHOSTBYNAME2_GETADDRINFO, false);
lib/libc/tests/nss/gethostby_test.c
1343
ATF_TC_BODY(getipnodebyname_ipv6, tc)
lib/libc/tests/nss/gethostby_test.c
1346
RUN_IPNODE_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYNAME2, false);
lib/libc/tests/nss/gethostby_test.c
1350
ATF_TC_BODY(getipnodebyname_ipv6_with_snapshot, tc)
lib/libc/tests/nss/gethostby_test.c
1353
RUN_IPNODE_TESTS(tc, "snapshot_ipnodename6", AF_INET6, TEST_GETHOSTBYNAME2, false);
lib/libc/tests/nss/gethostby_test.c
1357
ATF_TC_BODY(getipnodebyname_ipv6_AI_ADDRCONFIG, tc)
lib/libc/tests/nss/gethostby_test.c
1361
RUN_IPNODE_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYNAME2, false);
lib/libc/tests/nss/gethostby_test.c
1365
ATF_TC_BODY(getipnodebyname_ipv6_AI_V4MAPPED, tc)
lib/libc/tests/nss/gethostby_test.c
1369
RUN_IPNODE_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYNAME2, true);
lib/libc/tests/nss/gethostby_test.c
1373
ATF_TC_BODY(getipnodebyname_ipv6_AI_V4MAPPED_CFG, tc)
lib/libc/tests/nss/gethostby_test.c
1377
RUN_IPNODE_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYNAME2, true);
lib/libc/tests/nss/gethostby_test.c
1381
ATF_TC_BODY(getipnodebyname_ipv6_AI_V4MAPPED_CFG_AI_ADDRCONFIG, tc)
lib/libc/tests/nss/gethostby_test.c
1385
RUN_IPNODE_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYNAME2, false);
lib/libc/tests/nss/gethostby_test.c
1389
ATF_TC_BODY(getipnodebyname_ipv6_AI_V4MAPPED_CFG_AI_ALL, tc)
lib/libc/tests/nss/gethostby_test.c
1393
RUN_IPNODE_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYNAME2, true);
lib/libc/tests/nss/gethostby_test.c
1397
ATF_TC_BODY(getipnodebyname_ipv6_with_snapshot_AI_V4MAPPED, tc)
lib/libc/tests/nss/gethostby_test.c
1401
RUN_IPNODE_TESTS(tc,
lib/libc/tests/nss/gethostby_test.c
1407
ATF_TC_BODY(getipnodebyname_ipv6_with_snapshot_AI_V4MAPPED_CFG, tc)
lib/libc/tests/nss/gethostby_test.c
1411
RUN_IPNODE_TESTS(tc,
lib/libc/tests/nss/gethostby_test.c
1417
ATF_TC_BODY(getipnodebyname_ipv6_with_snapshot_AI_V4MAPPED_CFG_AI_ADDRCONFIG, tc)
lib/libc/tests/nss/gethostby_test.c
1421
RUN_IPNODE_TESTS(tc,
lib/libc/tests/nss/gethostby_test.c
1427
ATF_TC_BODY(getipnodebyname_ipv6_with_snapshot_AI_V4MAPPED_CFG_AI_ALL, tc)
lib/libc/tests/nss/gethostby_test.c
1431
RUN_IPNODE_TESTS(tc,
lib/libc/tests/nss/gethostby_test.c
1437
ATF_TC_BODY(getipnodebyname_ipv6_with_snapshot_AI_ADDRCONFIG, tc)
lib/libc/tests/nss/gethostby_test.c
1441
RUN_IPNODE_TESTS(tc, "snapshot_ipnodename6_AI_ADDRCONFIG", AF_INET6,
lib/libc/tests/nss/gethostby_test.c
1446
ATF_TC_BODY(getipnodebyname_getaddrinfo_ipv6, tc)
lib/libc/tests/nss/gethostby_test.c
1449
RUN_IPNODE_TESTS(tc, NULL, AF_INET6, TEST_GETHOSTBYNAME2_GETADDRINFO, false);
lib/libc/tests/nss/getproto_test.c
482
ATF_TC_BODY(build_snapshot, tc)
lib/libc/tests/nss/getproto_test.c
489
ATF_TC_BODY(getprotoent, tc)
lib/libc/tests/nss/getproto_test.c
496
ATF_TC_BODY(getprotoent_with_snapshot, tc)
lib/libc/tests/nss/getproto_test.c
504
ATF_TC_BODY(getprotoent_with_two_pass, tc)
lib/libc/tests/nss/getproto_test.c
511
ATF_TC_BODY(getprotobyname, tc)
lib/libc/tests/nss/getproto_test.c
518
ATF_TC_BODY(getprotobyname_with_snapshot, tc)
lib/libc/tests/nss/getproto_test.c
526
ATF_TC_BODY(getprotobynumber, tc)
lib/libc/tests/nss/getproto_test.c
533
ATF_TC_BODY(getprotobynumber_with_snapshot, tc)
lib/libc/tests/nss/getpw_test.c
486
ATF_TC_BODY(getpwent, tc)
lib/libc/tests/nss/getpw_test.c
492
ATF_TC_BODY(getpwent_with_snapshot, tc)
lib/libc/tests/nss/getpw_test.c
499
ATF_TC_BODY(getpwent_with_two_pass, tc)
lib/libc/tests/nss/getpw_test.c
505
ATF_TC_BODY(getpwnam, tc)
lib/libc/tests/nss/getpw_test.c
511
ATF_TC_BODY(getpwnam_with_snapshot, tc)
lib/libc/tests/nss/getpw_test.c
518
ATF_TC_BODY(getpwuid, tc)
lib/libc/tests/nss/getpw_test.c
524
ATF_TC_BODY(getpwuid_with_snapshot, tc)
lib/libc/tests/nss/getpw_test.c
531
ATF_TC_BODY(getpwent_interleaved_getpwnam, tc)
lib/libc/tests/nss/getpw_test.c
537
ATF_TC_BODY(getpwent_interleaved_getpwuid, tc)
lib/libc/tests/nss/getrpc_test.c
484
ATF_TC_BODY(build_snapshot, tc)
lib/libc/tests/nss/getrpc_test.c
491
ATF_TC_BODY(getrpcbyname, tc)
lib/libc/tests/nss/getrpc_test.c
498
ATF_TC_BODY(getrpcbyname_with_snapshot, tc)
lib/libc/tests/nss/getrpc_test.c
506
ATF_TC_BODY(getrpcbynumber, tc)
lib/libc/tests/nss/getrpc_test.c
513
ATF_TC_BODY(getrpcbynumber_with_snapshot, tc)
lib/libc/tests/nss/getrpc_test.c
521
ATF_TC_BODY(getrpcbyent, tc)
lib/libc/tests/nss/getrpc_test.c
528
ATF_TC_BODY(getrpcbyent_with_snapshot, tc)
lib/libc/tests/nss/getrpc_test.c
536
ATF_TC_BODY(getrpcbyent_with_two_pass, tc)
lib/libc/tests/nss/getserv_test.c
500
ATF_TC_BODY(build_snapshot, tc)
lib/libc/tests/nss/getserv_test.c
507
ATF_TC_BODY(getservbyname, tc)
lib/libc/tests/nss/getserv_test.c
514
ATF_TC_BODY(getservbyname_with_snapshot, tc)
lib/libc/tests/nss/getserv_test.c
522
ATF_TC_BODY(getservbyport, tc)
lib/libc/tests/nss/getserv_test.c
529
ATF_TC_BODY(getservbyport_with_snapshot, tc)
lib/libc/tests/nss/getserv_test.c
537
ATF_TC_BODY(getservbyent, tc)
lib/libc/tests/nss/getserv_test.c
544
ATF_TC_BODY(getservbyent_with_snapshot, tc)
lib/libc/tests/nss/getserv_test.c
552
ATF_TC_BODY(getservbyent_with_two_pass, tc)
lib/libc/tests/nss/getusershell_test.c
200
ATF_TC_BODY(getusershell_with_snapshot, tc)
lib/libc/tests/nss/getusershell_test.c
207
ATF_TC_BODY(getusershell_with_two_pass, tc)
lib/libc/tests/resolv/resolv_test.c
307
#define RUN_TESTS(tc, method) \
lib/libc/tests/resolv/resolv_test.c
311
atf_tc_get_config_var(tc, "srcdir"), HOSTLIST_FILE)); \
lib/libc/tests/resolv/resolv_test.c
316
ATF_TC_HEAD(getaddrinfo_test, tc) {
lib/libc/tests/resolv/resolv_test.c
317
atf_tc_set_md_var(tc, "timeout", "1200");
lib/libc/tests/resolv/resolv_test.c
319
ATF_TC_BODY(getaddrinfo_test, tc)
lib/libc/tests/resolv/resolv_test.c
322
RUN_TESTS(tc, METHOD_GETADDRINFO);
lib/libc/tests/resolv/resolv_test.c
326
ATF_TC_HEAD(gethostby_test, tc) {
lib/libc/tests/resolv/resolv_test.c
327
atf_tc_set_md_var(tc, "timeout", "1200");
lib/libc/tests/resolv/resolv_test.c
329
ATF_TC_BODY(gethostby_test, tc)
lib/libc/tests/resolv/resolv_test.c
332
RUN_TESTS(tc, METHOD_GETHOSTBY);
lib/libc/tests/resolv/resolv_test.c
336
ATF_TC_HEAD(getipnodeby_test, tc) {
lib/libc/tests/resolv/resolv_test.c
338
atf_tc_set_md_var(tc, "timeout", "1200");
lib/libc/tests/resolv/resolv_test.c
340
ATF_TC_BODY(getipnodeby_test, tc)
lib/libc/tests/resolv/resolv_test.c
343
RUN_TESTS(tc, METHOD_GETIPNODEBY);
lib/libc/tests/secure/fortify_poll_test.c
167
ATF_TC_HEAD(poll_before_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
170
ATF_TC_BODY(poll_before_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
192
ATF_TC_HEAD(poll_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
195
ATF_TC_BODY(poll_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
217
ATF_TC_HEAD(poll_after_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
220
ATF_TC_BODY(poll_after_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
273
ATF_TC_HEAD(poll_heap_before_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
276
ATF_TC_BODY(poll_heap_before_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
299
ATF_TC_HEAD(poll_heap_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
302
ATF_TC_BODY(poll_heap_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
325
ATF_TC_HEAD(poll_heap_after_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
328
ATF_TC_BODY(poll_heap_after_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
382
ATF_TC_HEAD(ppoll_before_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
385
ATF_TC_BODY(ppoll_before_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
408
ATF_TC_HEAD(ppoll_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
411
ATF_TC_BODY(ppoll_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
434
ATF_TC_HEAD(ppoll_after_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
437
ATF_TC_BODY(ppoll_after_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
491
ATF_TC_HEAD(ppoll_heap_before_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
494
ATF_TC_BODY(ppoll_heap_before_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
518
ATF_TC_HEAD(ppoll_heap_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
521
ATF_TC_BODY(ppoll_heap_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
545
ATF_TC_HEAD(ppoll_heap_after_end, tc)
lib/libc/tests/secure/fortify_poll_test.c
548
ATF_TC_BODY(ppoll_heap_after_end, tc)
lib/libc/tests/secure/fortify_random_test.c
167
ATF_TC_HEAD(getrandom_before_end, tc)
lib/libc/tests/secure/fortify_random_test.c
170
ATF_TC_BODY(getrandom_before_end, tc)
lib/libc/tests/secure/fortify_random_test.c
188
ATF_TC_HEAD(getrandom_end, tc)
lib/libc/tests/secure/fortify_random_test.c
191
ATF_TC_BODY(getrandom_end, tc)
lib/libc/tests/secure/fortify_random_test.c
209
ATF_TC_HEAD(getrandom_heap_before_end, tc)
lib/libc/tests/secure/fortify_random_test.c
212
ATF_TC_BODY(getrandom_heap_before_end, tc)
lib/libc/tests/secure/fortify_random_test.c
232
ATF_TC_HEAD(getrandom_heap_end, tc)
lib/libc/tests/secure/fortify_random_test.c
235
ATF_TC_BODY(getrandom_heap_end, tc)
lib/libc/tests/secure/fortify_random_test.c
255
ATF_TC_HEAD(getrandom_heap_after_end, tc)
lib/libc/tests/secure/fortify_random_test.c
258
ATF_TC_BODY(getrandom_heap_after_end, tc)
lib/libc/tests/secure/fortify_select_test.c
167
ATF_TC_HEAD(FD_SET_before_end, tc)
lib/libc/tests/secure/fortify_select_test.c
170
ATF_TC_BODY(FD_SET_before_end, tc)
lib/libc/tests/secure/fortify_select_test.c
188
ATF_TC_HEAD(FD_SET_end, tc)
lib/libc/tests/secure/fortify_select_test.c
191
ATF_TC_BODY(FD_SET_end, tc)
lib/libc/tests/secure/fortify_select_test.c
209
ATF_TC_HEAD(FD_SET_after_end, tc)
lib/libc/tests/secure/fortify_select_test.c
212
ATF_TC_BODY(FD_SET_after_end, tc)
lib/libc/tests/secure/fortify_select_test.c
261
ATF_TC_HEAD(FD_SET_heap_before_end, tc)
lib/libc/tests/secure/fortify_select_test.c
264
ATF_TC_BODY(FD_SET_heap_before_end, tc)
lib/libc/tests/secure/fortify_select_test.c
284
ATF_TC_HEAD(FD_SET_heap_end, tc)
lib/libc/tests/secure/fortify_select_test.c
287
ATF_TC_BODY(FD_SET_heap_end, tc)
lib/libc/tests/secure/fortify_select_test.c
307
ATF_TC_HEAD(FD_SET_heap_after_end, tc)
lib/libc/tests/secure/fortify_select_test.c
310
ATF_TC_BODY(FD_SET_heap_after_end, tc)
lib/libc/tests/secure/fortify_select_test.c
361
ATF_TC_HEAD(FD_CLR_before_end, tc)
lib/libc/tests/secure/fortify_select_test.c
364
ATF_TC_BODY(FD_CLR_before_end, tc)
lib/libc/tests/secure/fortify_select_test.c
382
ATF_TC_HEAD(FD_CLR_end, tc)
lib/libc/tests/secure/fortify_select_test.c
385
ATF_TC_BODY(FD_CLR_end, tc)
lib/libc/tests/secure/fortify_select_test.c
403
ATF_TC_HEAD(FD_CLR_after_end, tc)
lib/libc/tests/secure/fortify_select_test.c
406
ATF_TC_BODY(FD_CLR_after_end, tc)
lib/libc/tests/secure/fortify_select_test.c
455
ATF_TC_HEAD(FD_CLR_heap_before_end, tc)
lib/libc/tests/secure/fortify_select_test.c
458
ATF_TC_BODY(FD_CLR_heap_before_end, tc)
lib/libc/tests/secure/fortify_select_test.c
478
ATF_TC_HEAD(FD_CLR_heap_end, tc)
lib/libc/tests/secure/fortify_select_test.c
481
ATF_TC_BODY(FD_CLR_heap_end, tc)
lib/libc/tests/secure/fortify_select_test.c
501
ATF_TC_HEAD(FD_CLR_heap_after_end, tc)
lib/libc/tests/secure/fortify_select_test.c
504
ATF_TC_BODY(FD_CLR_heap_after_end, tc)
lib/libc/tests/secure/fortify_select_test.c
555
ATF_TC_HEAD(FD_ISSET_before_end, tc)
lib/libc/tests/secure/fortify_select_test.c
558
ATF_TC_BODY(FD_ISSET_before_end, tc)
lib/libc/tests/secure/fortify_select_test.c
576
ATF_TC_HEAD(FD_ISSET_end, tc)
lib/libc/tests/secure/fortify_select_test.c
579
ATF_TC_BODY(FD_ISSET_end, tc)
lib/libc/tests/secure/fortify_select_test.c
597
ATF_TC_HEAD(FD_ISSET_after_end, tc)
lib/libc/tests/secure/fortify_select_test.c
600
ATF_TC_BODY(FD_ISSET_after_end, tc)
lib/libc/tests/secure/fortify_select_test.c
649
ATF_TC_HEAD(FD_ISSET_heap_before_end, tc)
lib/libc/tests/secure/fortify_select_test.c
652
ATF_TC_BODY(FD_ISSET_heap_before_end, tc)
lib/libc/tests/secure/fortify_select_test.c
672
ATF_TC_HEAD(FD_ISSET_heap_end, tc)
lib/libc/tests/secure/fortify_select_test.c
675
ATF_TC_BODY(FD_ISSET_heap_end, tc)
lib/libc/tests/secure/fortify_select_test.c
695
ATF_TC_HEAD(FD_ISSET_heap_after_end, tc)
lib/libc/tests/secure/fortify_select_test.c
698
ATF_TC_BODY(FD_ISSET_heap_after_end, tc)
lib/libc/tests/secure/fortify_signal_test.c
167
ATF_TC_HEAD(sig2str_before_end, tc)
lib/libc/tests/secure/fortify_signal_test.c
170
ATF_TC_BODY(sig2str_before_end, tc)
lib/libc/tests/secure/fortify_signal_test.c
188
ATF_TC_HEAD(sig2str_end, tc)
lib/libc/tests/secure/fortify_signal_test.c
191
ATF_TC_BODY(sig2str_end, tc)
lib/libc/tests/secure/fortify_signal_test.c
209
ATF_TC_HEAD(sig2str_heap_before_end, tc)
lib/libc/tests/secure/fortify_signal_test.c
212
ATF_TC_BODY(sig2str_heap_before_end, tc)
lib/libc/tests/secure/fortify_signal_test.c
232
ATF_TC_HEAD(sig2str_heap_end, tc)
lib/libc/tests/secure/fortify_signal_test.c
235
ATF_TC_BODY(sig2str_heap_end, tc)
lib/libc/tests/secure/fortify_signal_test.c
255
ATF_TC_HEAD(sig2str_heap_after_end, tc)
lib/libc/tests/secure/fortify_signal_test.c
258
ATF_TC_BODY(sig2str_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1016
ATF_TC_HEAD(recvmsg_msg_name_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1019
ATF_TC_BODY(recvmsg_msg_name_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1044
ATF_TC_HEAD(recvmsg_msg_name_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1047
ATF_TC_BODY(recvmsg_msg_name_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1072
ATF_TC_HEAD(recvmsg_msg_name_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1075
ATF_TC_BODY(recvmsg_msg_name_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1131
ATF_TC_HEAD(recvmsg_msg_iov_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1134
ATF_TC_BODY(recvmsg_msg_iov_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1168
ATF_TC_HEAD(recvmsg_msg_iov_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1171
ATF_TC_BODY(recvmsg_msg_iov_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1205
ATF_TC_HEAD(recvmsg_msg_iov_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1208
ATF_TC_BODY(recvmsg_msg_iov_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1243
ATF_TC_HEAD(recvmsg_msg_iov_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1246
ATF_TC_BODY(recvmsg_msg_iov_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1281
ATF_TC_HEAD(recvmsg_msg_iov_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1284
ATF_TC_BODY(recvmsg_msg_iov_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1350
ATF_TC_HEAD(recvmsg_msg_control_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1353
ATF_TC_BODY(recvmsg_msg_control_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1378
ATF_TC_HEAD(recvmsg_msg_control_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1381
ATF_TC_BODY(recvmsg_msg_control_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1406
ATF_TC_HEAD(recvmsg_msg_control_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1409
ATF_TC_BODY(recvmsg_msg_control_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1435
ATF_TC_HEAD(recvmsg_msg_control_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1438
ATF_TC_BODY(recvmsg_msg_control_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1464
ATF_TC_HEAD(recvmsg_msg_control_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1467
ATF_TC_BODY(recvmsg_msg_control_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1524
ATF_TC_HEAD(recvmmsg_msgvec_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1527
ATF_TC_BODY(recvmmsg_msgvec_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1546
ATF_TC_HEAD(recvmmsg_msgvec_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1549
ATF_TC_BODY(recvmmsg_msgvec_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1568
ATF_TC_HEAD(recvmmsg_msgvec_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1571
ATF_TC_BODY(recvmmsg_msgvec_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1621
ATF_TC_HEAD(recvmmsg_msgvec_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1624
ATF_TC_BODY(recvmmsg_msgvec_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1645
ATF_TC_HEAD(recvmmsg_msgvec_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1648
ATF_TC_BODY(recvmmsg_msgvec_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1669
ATF_TC_HEAD(recvmmsg_msgvec_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
167
ATF_TC_HEAD(getpeername_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1672
ATF_TC_BODY(recvmmsg_msgvec_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
170
ATF_TC_BODY(getpeername_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1724
ATF_TC_HEAD(recvmmsg_msghdr_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1727
ATF_TC_BODY(recvmmsg_msghdr_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1756
ATF_TC_HEAD(recvmmsg_msghdr_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1759
ATF_TC_BODY(recvmmsg_msghdr_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1788
ATF_TC_HEAD(recvmmsg_msghdr_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1791
ATF_TC_BODY(recvmmsg_msghdr_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1821
ATF_TC_HEAD(recvmmsg_msghdr_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1824
ATF_TC_BODY(recvmmsg_msghdr_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1854
ATF_TC_HEAD(recvmmsg_msghdr_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
1857
ATF_TC_BODY(recvmmsg_msghdr_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
192
ATF_TC_HEAD(getpeername_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
195
ATF_TC_BODY(getpeername_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
217
ATF_TC_HEAD(getpeername_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
220
ATF_TC_BODY(getpeername_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
243
ATF_TC_HEAD(getpeername_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
246
ATF_TC_BODY(getpeername_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
269
ATF_TC_HEAD(getpeername_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
272
ATF_TC_BODY(getpeername_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
326
ATF_TC_HEAD(getsockname_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
329
ATF_TC_BODY(getsockname_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
351
ATF_TC_HEAD(getsockname_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
354
ATF_TC_BODY(getsockname_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
376
ATF_TC_HEAD(getsockname_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
379
ATF_TC_BODY(getsockname_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
402
ATF_TC_HEAD(getsockname_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
405
ATF_TC_BODY(getsockname_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
428
ATF_TC_HEAD(getsockname_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
431
ATF_TC_BODY(getsockname_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
485
ATF_TC_HEAD(recv_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
488
ATF_TC_BODY(recv_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
509
ATF_TC_HEAD(recv_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
512
ATF_TC_BODY(recv_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
533
ATF_TC_HEAD(recv_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
536
ATF_TC_BODY(recv_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
558
ATF_TC_HEAD(recv_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
561
ATF_TC_BODY(recv_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
583
ATF_TC_HEAD(recv_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
586
ATF_TC_BODY(recv_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
639
ATF_TC_HEAD(recvfrom_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
642
ATF_TC_BODY(recvfrom_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
663
ATF_TC_HEAD(recvfrom_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
666
ATF_TC_BODY(recvfrom_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
687
ATF_TC_HEAD(recvfrom_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
690
ATF_TC_BODY(recvfrom_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
712
ATF_TC_HEAD(recvfrom_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
715
ATF_TC_BODY(recvfrom_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
737
ATF_TC_HEAD(recvfrom_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
740
ATF_TC_BODY(recvfrom_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
793
ATF_TC_HEAD(recvfrom_sockaddr_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
796
ATF_TC_BODY(recvfrom_sockaddr_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
820
ATF_TC_HEAD(recvfrom_sockaddr_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
823
ATF_TC_BODY(recvfrom_sockaddr_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
847
ATF_TC_HEAD(recvfrom_sockaddr_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
850
ATF_TC_BODY(recvfrom_sockaddr_heap_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
875
ATF_TC_HEAD(recvfrom_sockaddr_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
878
ATF_TC_BODY(recvfrom_sockaddr_heap_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
903
ATF_TC_HEAD(recvfrom_sockaddr_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
906
ATF_TC_BODY(recvfrom_sockaddr_heap_after_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
962
ATF_TC_HEAD(recvmsg_msg_name_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
965
ATF_TC_BODY(recvmsg_msg_name_before_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
989
ATF_TC_HEAD(recvmsg_msg_name_end, tc)
lib/libc/tests/secure/fortify_socket_test.c
992
ATF_TC_BODY(recvmsg_msg_name_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1000
ATF_TC_HEAD(sprintf_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1003
ATF_TC_BODY(sprintf_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1057
ATF_TC_HEAD(snprintf_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1060
ATF_TC_BODY(snprintf_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1082
ATF_TC_HEAD(snprintf_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1085
ATF_TC_BODY(snprintf_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1107
ATF_TC_HEAD(snprintf_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1110
ATF_TC_BODY(snprintf_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1133
ATF_TC_HEAD(snprintf_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1136
ATF_TC_BODY(snprintf_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1159
ATF_TC_HEAD(snprintf_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1162
ATF_TC_BODY(snprintf_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1216
ATF_TC_HEAD(tmpnam_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1219
ATF_TC_BODY(tmpnam_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1237
ATF_TC_HEAD(tmpnam_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1240
ATF_TC_BODY(tmpnam_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1258
ATF_TC_HEAD(tmpnam_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1261
ATF_TC_BODY(tmpnam_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1281
ATF_TC_HEAD(tmpnam_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1284
ATF_TC_BODY(tmpnam_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1304
ATF_TC_HEAD(tmpnam_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1307
ATF_TC_BODY(tmpnam_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1358
ATF_TC_HEAD(fgets_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1361
ATF_TC_BODY(fgets_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1382
ATF_TC_HEAD(fgets_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1385
ATF_TC_BODY(fgets_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1406
ATF_TC_HEAD(fgets_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1409
ATF_TC_BODY(fgets_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1431
ATF_TC_HEAD(fgets_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1434
ATF_TC_BODY(fgets_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1456
ATF_TC_HEAD(fgets_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
1459
ATF_TC_BODY(fgets_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
167
ATF_TC_HEAD(ctermid_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
170
ATF_TC_BODY(ctermid_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
188
ATF_TC_HEAD(ctermid_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
191
ATF_TC_BODY(ctermid_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
209
ATF_TC_HEAD(ctermid_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
212
ATF_TC_BODY(ctermid_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
232
ATF_TC_HEAD(ctermid_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
235
ATF_TC_BODY(ctermid_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
255
ATF_TC_HEAD(ctermid_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
258
ATF_TC_BODY(ctermid_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
309
ATF_TC_HEAD(ctermid_r_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
312
ATF_TC_BODY(ctermid_r_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
330
ATF_TC_HEAD(ctermid_r_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
333
ATF_TC_BODY(ctermid_r_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
351
ATF_TC_HEAD(ctermid_r_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
354
ATF_TC_BODY(ctermid_r_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
374
ATF_TC_HEAD(ctermid_r_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
377
ATF_TC_BODY(ctermid_r_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
397
ATF_TC_HEAD(ctermid_r_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
400
ATF_TC_BODY(ctermid_r_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
451
ATF_TC_HEAD(fread_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
454
ATF_TC_BODY(fread_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
474
ATF_TC_HEAD(fread_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
477
ATF_TC_BODY(fread_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
497
ATF_TC_HEAD(fread_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
500
ATF_TC_BODY(fread_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
521
ATF_TC_HEAD(fread_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
524
ATF_TC_BODY(fread_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
545
ATF_TC_HEAD(fread_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
548
ATF_TC_BODY(fread_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
600
ATF_TC_HEAD(fread_unlocked_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
603
ATF_TC_BODY(fread_unlocked_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
623
ATF_TC_HEAD(fread_unlocked_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
626
ATF_TC_BODY(fread_unlocked_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
646
ATF_TC_HEAD(fread_unlocked_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
649
ATF_TC_BODY(fread_unlocked_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
670
ATF_TC_HEAD(fread_unlocked_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
673
ATF_TC_BODY(fread_unlocked_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
694
ATF_TC_HEAD(fread_unlocked_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
697
ATF_TC_BODY(fread_unlocked_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
749
ATF_TC_HEAD(gets_s_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
752
ATF_TC_BODY(gets_s_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
772
ATF_TC_HEAD(gets_s_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
775
ATF_TC_BODY(gets_s_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
795
ATF_TC_HEAD(gets_s_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
798
ATF_TC_BODY(gets_s_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
819
ATF_TC_HEAD(gets_s_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
822
ATF_TC_BODY(gets_s_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
843
ATF_TC_HEAD(gets_s_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
846
ATF_TC_BODY(gets_s_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
898
ATF_TC_HEAD(sprintf_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
901
ATF_TC_BODY(sprintf_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
923
ATF_TC_HEAD(sprintf_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
926
ATF_TC_BODY(sprintf_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
948
ATF_TC_HEAD(sprintf_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
951
ATF_TC_BODY(sprintf_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
974
ATF_TC_HEAD(sprintf_heap_end, tc)
lib/libc/tests/secure/fortify_stdio_test.c
977
ATF_TC_BODY(sprintf_heap_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
167
ATF_TC_HEAD(arc4random_buf_before_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
170
ATF_TC_BODY(arc4random_buf_before_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
188
ATF_TC_HEAD(arc4random_buf_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
191
ATF_TC_BODY(arc4random_buf_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
209
ATF_TC_HEAD(arc4random_buf_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
212
ATF_TC_BODY(arc4random_buf_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
232
ATF_TC_HEAD(arc4random_buf_heap_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
235
ATF_TC_BODY(arc4random_buf_heap_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
255
ATF_TC_HEAD(arc4random_buf_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
258
ATF_TC_BODY(arc4random_buf_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
309
ATF_TC_HEAD(getenv_r_before_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
312
ATF_TC_BODY(getenv_r_before_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
330
ATF_TC_HEAD(getenv_r_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
333
ATF_TC_BODY(getenv_r_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
351
ATF_TC_HEAD(getenv_r_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
354
ATF_TC_BODY(getenv_r_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
374
ATF_TC_HEAD(getenv_r_heap_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
377
ATF_TC_BODY(getenv_r_heap_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
397
ATF_TC_HEAD(getenv_r_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
400
ATF_TC_BODY(getenv_r_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
451
ATF_TC_HEAD(realpath_before_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
454
ATF_TC_BODY(realpath_before_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
472
ATF_TC_HEAD(realpath_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
475
ATF_TC_BODY(realpath_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
493
ATF_TC_HEAD(realpath_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
496
ATF_TC_BODY(realpath_heap_before_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
516
ATF_TC_HEAD(realpath_heap_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
519
ATF_TC_BODY(realpath_heap_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
539
ATF_TC_HEAD(realpath_heap_after_end, tc)
lib/libc/tests/secure/fortify_stdlib_test.c
542
ATF_TC_BODY(realpath_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1001
ATF_TC_BODY(stpcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1056
ATF_TC_HEAD(stpncpy_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1059
ATF_TC_BODY(stpncpy_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1082
ATF_TC_HEAD(stpncpy_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1085
ATF_TC_BODY(stpncpy_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1108
ATF_TC_HEAD(stpncpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1111
ATF_TC_BODY(stpncpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1135
ATF_TC_HEAD(stpncpy_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1138
ATF_TC_BODY(stpncpy_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1162
ATF_TC_HEAD(stpncpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1165
ATF_TC_BODY(stpncpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1220
ATF_TC_HEAD(strcat_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1223
ATF_TC_BODY(strcat_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1246
ATF_TC_HEAD(strcat_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1249
ATF_TC_BODY(strcat_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1272
ATF_TC_HEAD(strcat_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1275
ATF_TC_BODY(strcat_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1299
ATF_TC_HEAD(strcat_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1302
ATF_TC_BODY(strcat_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1326
ATF_TC_HEAD(strcat_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1329
ATF_TC_BODY(strcat_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1384
ATF_TC_HEAD(strlcat_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1387
ATF_TC_BODY(strlcat_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1410
ATF_TC_HEAD(strlcat_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1413
ATF_TC_BODY(strlcat_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1436
ATF_TC_HEAD(strlcat_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1439
ATF_TC_BODY(strlcat_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1463
ATF_TC_HEAD(strlcat_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1466
ATF_TC_BODY(strlcat_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1490
ATF_TC_HEAD(strlcat_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1493
ATF_TC_BODY(strlcat_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1548
ATF_TC_HEAD(strncat_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1551
ATF_TC_BODY(strncat_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1574
ATF_TC_HEAD(strncat_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1577
ATF_TC_BODY(strncat_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1600
ATF_TC_HEAD(strncat_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1603
ATF_TC_BODY(strncat_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1627
ATF_TC_HEAD(strncat_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1630
ATF_TC_BODY(strncat_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1654
ATF_TC_HEAD(strncat_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1657
ATF_TC_BODY(strncat_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
167
ATF_TC_HEAD(memcpy_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
170
ATF_TC_BODY(memcpy_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1712
ATF_TC_HEAD(strcpy_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1715
ATF_TC_BODY(strcpy_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1738
ATF_TC_HEAD(strcpy_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1741
ATF_TC_BODY(strcpy_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1764
ATF_TC_HEAD(strcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1767
ATF_TC_BODY(strcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1791
ATF_TC_HEAD(strcpy_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1794
ATF_TC_BODY(strcpy_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1818
ATF_TC_HEAD(strcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1821
ATF_TC_BODY(strcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1876
ATF_TC_HEAD(strlcpy_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1879
ATF_TC_BODY(strlcpy_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
189
ATF_TC_HEAD(memcpy_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1902
ATF_TC_HEAD(strlcpy_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1905
ATF_TC_BODY(strlcpy_end, tc)
lib/libc/tests/secure/fortify_string_test.c
192
ATF_TC_BODY(memcpy_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1928
ATF_TC_HEAD(strlcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1931
ATF_TC_BODY(strlcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1955
ATF_TC_HEAD(strlcpy_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1958
ATF_TC_BODY(strlcpy_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1982
ATF_TC_HEAD(strlcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
1985
ATF_TC_BODY(strlcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
2040
ATF_TC_HEAD(strncpy_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
2043
ATF_TC_BODY(strncpy_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
2066
ATF_TC_HEAD(strncpy_end, tc)
lib/libc/tests/secure/fortify_string_test.c
2069
ATF_TC_BODY(strncpy_end, tc)
lib/libc/tests/secure/fortify_string_test.c
2092
ATF_TC_HEAD(strncpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
2095
ATF_TC_BODY(strncpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
211
ATF_TC_HEAD(memcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
2119
ATF_TC_HEAD(strncpy_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
2122
ATF_TC_BODY(strncpy_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
214
ATF_TC_BODY(memcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
2146
ATF_TC_HEAD(strncpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
2149
ATF_TC_BODY(strncpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
235
ATF_TC_HEAD(memcpy_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
238
ATF_TC_BODY(memcpy_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
259
ATF_TC_HEAD(memcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
262
ATF_TC_BODY(memcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
314
ATF_TC_HEAD(mempcpy_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
317
ATF_TC_BODY(mempcpy_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
336
ATF_TC_HEAD(mempcpy_end, tc)
lib/libc/tests/secure/fortify_string_test.c
339
ATF_TC_BODY(mempcpy_end, tc)
lib/libc/tests/secure/fortify_string_test.c
358
ATF_TC_HEAD(mempcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
361
ATF_TC_BODY(mempcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
382
ATF_TC_HEAD(mempcpy_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
385
ATF_TC_BODY(mempcpy_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
406
ATF_TC_HEAD(mempcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
409
ATF_TC_BODY(mempcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
461
ATF_TC_HEAD(memmove_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
464
ATF_TC_BODY(memmove_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
483
ATF_TC_HEAD(memmove_end, tc)
lib/libc/tests/secure/fortify_string_test.c
486
ATF_TC_BODY(memmove_end, tc)
lib/libc/tests/secure/fortify_string_test.c
505
ATF_TC_HEAD(memmove_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
508
ATF_TC_BODY(memmove_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
529
ATF_TC_HEAD(memmove_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
532
ATF_TC_BODY(memmove_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
553
ATF_TC_HEAD(memmove_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
556
ATF_TC_BODY(memmove_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
608
ATF_TC_HEAD(memset_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
611
ATF_TC_BODY(memset_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
629
ATF_TC_HEAD(memset_end, tc)
lib/libc/tests/secure/fortify_string_test.c
632
ATF_TC_BODY(memset_end, tc)
lib/libc/tests/secure/fortify_string_test.c
650
ATF_TC_HEAD(memset_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
653
ATF_TC_BODY(memset_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
673
ATF_TC_HEAD(memset_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
676
ATF_TC_BODY(memset_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
696
ATF_TC_HEAD(memset_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
699
ATF_TC_BODY(memset_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
750
ATF_TC_HEAD(memset_explicit_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
753
ATF_TC_BODY(memset_explicit_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
771
ATF_TC_HEAD(memset_explicit_end, tc)
lib/libc/tests/secure/fortify_string_test.c
774
ATF_TC_BODY(memset_explicit_end, tc)
lib/libc/tests/secure/fortify_string_test.c
792
ATF_TC_HEAD(memset_explicit_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
795
ATF_TC_BODY(memset_explicit_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
815
ATF_TC_HEAD(memset_explicit_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
818
ATF_TC_BODY(memset_explicit_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
838
ATF_TC_HEAD(memset_explicit_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
841
ATF_TC_BODY(memset_explicit_heap_after_end, tc)
lib/libc/tests/secure/fortify_string_test.c
892
ATF_TC_HEAD(stpcpy_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
895
ATF_TC_BODY(stpcpy_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
918
ATF_TC_HEAD(stpcpy_end, tc)
lib/libc/tests/secure/fortify_string_test.c
921
ATF_TC_BODY(stpcpy_end, tc)
lib/libc/tests/secure/fortify_string_test.c
944
ATF_TC_HEAD(stpcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
947
ATF_TC_BODY(stpcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_string_test.c
971
ATF_TC_HEAD(stpcpy_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
974
ATF_TC_BODY(stpcpy_heap_end, tc)
lib/libc/tests/secure/fortify_string_test.c
998
ATF_TC_HEAD(stpcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
167
ATF_TC_HEAD(bcopy_before_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
170
ATF_TC_BODY(bcopy_before_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
189
ATF_TC_HEAD(bcopy_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
192
ATF_TC_BODY(bcopy_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
211
ATF_TC_HEAD(bcopy_heap_before_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
214
ATF_TC_BODY(bcopy_heap_before_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
235
ATF_TC_HEAD(bcopy_heap_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
238
ATF_TC_BODY(bcopy_heap_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
259
ATF_TC_HEAD(bcopy_heap_after_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
262
ATF_TC_BODY(bcopy_heap_after_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
314
ATF_TC_HEAD(bzero_before_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
317
ATF_TC_BODY(bzero_before_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
335
ATF_TC_HEAD(bzero_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
338
ATF_TC_BODY(bzero_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
356
ATF_TC_HEAD(bzero_heap_before_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
359
ATF_TC_BODY(bzero_heap_before_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
379
ATF_TC_HEAD(bzero_heap_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
382
ATF_TC_BODY(bzero_heap_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
402
ATF_TC_HEAD(bzero_heap_after_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
405
ATF_TC_BODY(bzero_heap_after_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
456
ATF_TC_HEAD(explicit_bzero_before_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
459
ATF_TC_BODY(explicit_bzero_before_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
477
ATF_TC_HEAD(explicit_bzero_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
480
ATF_TC_BODY(explicit_bzero_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
498
ATF_TC_HEAD(explicit_bzero_heap_before_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
501
ATF_TC_BODY(explicit_bzero_heap_before_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
521
ATF_TC_HEAD(explicit_bzero_heap_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
524
ATF_TC_BODY(explicit_bzero_heap_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
544
ATF_TC_HEAD(explicit_bzero_heap_after_end, tc)
lib/libc/tests/secure/fortify_strings_test.c
547
ATF_TC_BODY(explicit_bzero_heap_after_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
167
ATF_TC_HEAD(readv_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
170
ATF_TC_BODY(readv_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
188
ATF_TC_HEAD(readv_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
191
ATF_TC_BODY(readv_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
209
ATF_TC_HEAD(readv_after_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
212
ATF_TC_BODY(readv_after_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
261
ATF_TC_HEAD(readv_heap_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
264
ATF_TC_BODY(readv_heap_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
284
ATF_TC_HEAD(readv_heap_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
287
ATF_TC_BODY(readv_heap_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
307
ATF_TC_HEAD(readv_heap_after_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
310
ATF_TC_BODY(readv_heap_after_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
361
ATF_TC_HEAD(readv_iov_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
364
ATF_TC_BODY(readv_iov_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
388
ATF_TC_HEAD(readv_iov_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
391
ATF_TC_BODY(readv_iov_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
415
ATF_TC_HEAD(readv_iov_heap_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
418
ATF_TC_BODY(readv_iov_heap_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
443
ATF_TC_HEAD(readv_iov_heap_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
446
ATF_TC_BODY(readv_iov_heap_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
471
ATF_TC_HEAD(readv_iov_heap_after_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
474
ATF_TC_BODY(readv_iov_heap_after_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
530
ATF_TC_HEAD(preadv_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
533
ATF_TC_BODY(preadv_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
551
ATF_TC_HEAD(preadv_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
554
ATF_TC_BODY(preadv_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
572
ATF_TC_HEAD(preadv_after_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
575
ATF_TC_BODY(preadv_after_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
624
ATF_TC_HEAD(preadv_heap_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
627
ATF_TC_BODY(preadv_heap_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
647
ATF_TC_HEAD(preadv_heap_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
650
ATF_TC_BODY(preadv_heap_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
670
ATF_TC_HEAD(preadv_heap_after_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
673
ATF_TC_BODY(preadv_heap_after_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
724
ATF_TC_HEAD(preadv_iov_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
727
ATF_TC_BODY(preadv_iov_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
751
ATF_TC_HEAD(preadv_iov_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
754
ATF_TC_BODY(preadv_iov_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
778
ATF_TC_HEAD(preadv_iov_heap_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
781
ATF_TC_BODY(preadv_iov_heap_before_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
806
ATF_TC_HEAD(preadv_iov_heap_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
809
ATF_TC_BODY(preadv_iov_heap_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
834
ATF_TC_HEAD(preadv_iov_heap_after_end, tc)
lib/libc/tests/secure/fortify_uio_test.c
837
ATF_TC_BODY(preadv_iov_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1013
ATF_TC_HEAD(read_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1016
ATF_TC_BODY(read_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1069
ATF_TC_HEAD(readlink_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1072
ATF_TC_BODY(readlink_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1093
ATF_TC_HEAD(readlink_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1096
ATF_TC_BODY(readlink_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1117
ATF_TC_HEAD(readlink_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1120
ATF_TC_BODY(readlink_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1142
ATF_TC_HEAD(readlink_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1145
ATF_TC_BODY(readlink_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1167
ATF_TC_HEAD(readlink_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1170
ATF_TC_BODY(readlink_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1223
ATF_TC_HEAD(readlinkat_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1226
ATF_TC_BODY(readlinkat_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1247
ATF_TC_HEAD(readlinkat_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1250
ATF_TC_BODY(readlinkat_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1271
ATF_TC_HEAD(readlinkat_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1274
ATF_TC_BODY(readlinkat_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1296
ATF_TC_HEAD(readlinkat_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1299
ATF_TC_BODY(readlinkat_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1321
ATF_TC_HEAD(readlinkat_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1324
ATF_TC_BODY(readlinkat_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1377
ATF_TC_HEAD(getdomainname_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1379
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/secure/fortify_unistd_test.c
1381
ATF_TC_BODY(getdomainname_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1400
ATF_TC_HEAD(getdomainname_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1402
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/secure/fortify_unistd_test.c
1404
ATF_TC_BODY(getdomainname_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1423
ATF_TC_HEAD(getdomainname_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1425
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/secure/fortify_unistd_test.c
1427
ATF_TC_BODY(getdomainname_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1448
ATF_TC_HEAD(getdomainname_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1450
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/secure/fortify_unistd_test.c
1452
ATF_TC_BODY(getdomainname_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1473
ATF_TC_HEAD(getdomainname_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1475
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/secure/fortify_unistd_test.c
1477
ATF_TC_BODY(getdomainname_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1529
ATF_TC_HEAD(getentropy_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1532
ATF_TC_BODY(getentropy_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1550
ATF_TC_HEAD(getentropy_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1553
ATF_TC_BODY(getentropy_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1571
ATF_TC_HEAD(getentropy_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1574
ATF_TC_BODY(getentropy_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1594
ATF_TC_HEAD(getentropy_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1597
ATF_TC_BODY(getentropy_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1617
ATF_TC_HEAD(getentropy_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1620
ATF_TC_BODY(getentropy_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1671
ATF_TC_HEAD(gethostname_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1673
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/secure/fortify_unistd_test.c
1675
ATF_TC_BODY(gethostname_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1694
ATF_TC_HEAD(gethostname_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1696
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/secure/fortify_unistd_test.c
1698
ATF_TC_BODY(gethostname_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1717
ATF_TC_HEAD(gethostname_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1719
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/secure/fortify_unistd_test.c
1721
ATF_TC_BODY(gethostname_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1742
ATF_TC_HEAD(gethostname_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1744
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/secure/fortify_unistd_test.c
1746
ATF_TC_BODY(gethostname_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1767
ATF_TC_HEAD(gethostname_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1769
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/secure/fortify_unistd_test.c
1771
ATF_TC_BODY(gethostname_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1823
ATF_TC_HEAD(getlogin_r_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1826
ATF_TC_BODY(getlogin_r_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1844
ATF_TC_HEAD(getlogin_r_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1847
ATF_TC_BODY(getlogin_r_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1865
ATF_TC_HEAD(getlogin_r_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1868
ATF_TC_BODY(getlogin_r_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
188
ATF_TC_HEAD(getcwd_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1888
ATF_TC_HEAD(getlogin_r_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1891
ATF_TC_BODY(getlogin_r_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
191
ATF_TC_BODY(getcwd_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1911
ATF_TC_HEAD(getlogin_r_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1914
ATF_TC_BODY(getlogin_r_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1965
ATF_TC_HEAD(ttyname_r_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1968
ATF_TC_BODY(ttyname_r_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1991
ATF_TC_HEAD(ttyname_r_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
1994
ATF_TC_BODY(ttyname_r_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
2017
ATF_TC_HEAD(ttyname_r_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
2020
ATF_TC_BODY(ttyname_r_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
2045
ATF_TC_HEAD(ttyname_r_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
2048
ATF_TC_BODY(ttyname_r_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
2073
ATF_TC_HEAD(ttyname_r_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
2076
ATF_TC_BODY(ttyname_r_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
209
ATF_TC_HEAD(getcwd_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
212
ATF_TC_BODY(getcwd_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
230
ATF_TC_HEAD(getcwd_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
233
ATF_TC_BODY(getcwd_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
253
ATF_TC_HEAD(getcwd_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
256
ATF_TC_BODY(getcwd_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
276
ATF_TC_HEAD(getcwd_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
279
ATF_TC_BODY(getcwd_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
330
ATF_TC_HEAD(getgrouplist_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
333
ATF_TC_BODY(getgrouplist_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
352
ATF_TC_HEAD(getgrouplist_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
355
ATF_TC_BODY(getgrouplist_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
374
ATF_TC_HEAD(getgrouplist_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
377
ATF_TC_BODY(getgrouplist_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
398
ATF_TC_HEAD(getgrouplist_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
401
ATF_TC_BODY(getgrouplist_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
422
ATF_TC_HEAD(getgrouplist_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
425
ATF_TC_BODY(getgrouplist_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
477
ATF_TC_HEAD(getgroups_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
480
ATF_TC_BODY(getgroups_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
498
ATF_TC_HEAD(getgroups_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
501
ATF_TC_BODY(getgroups_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
519
ATF_TC_HEAD(getgroups_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
522
ATF_TC_BODY(getgroups_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
542
ATF_TC_HEAD(getgroups_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
545
ATF_TC_BODY(getgroups_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
565
ATF_TC_HEAD(getgroups_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
568
ATF_TC_BODY(getgroups_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
619
ATF_TC_HEAD(getloginclass_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
622
ATF_TC_BODY(getloginclass_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
640
ATF_TC_HEAD(getloginclass_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
643
ATF_TC_BODY(getloginclass_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
661
ATF_TC_HEAD(getloginclass_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
664
ATF_TC_BODY(getloginclass_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
684
ATF_TC_HEAD(getloginclass_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
687
ATF_TC_BODY(getloginclass_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
707
ATF_TC_HEAD(getloginclass_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
710
ATF_TC_BODY(getloginclass_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
761
ATF_TC_HEAD(pread_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
764
ATF_TC_BODY(pread_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
785
ATF_TC_HEAD(pread_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
788
ATF_TC_BODY(pread_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
809
ATF_TC_HEAD(pread_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
812
ATF_TC_BODY(pread_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
834
ATF_TC_HEAD(pread_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
837
ATF_TC_BODY(pread_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
859
ATF_TC_HEAD(pread_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
862
ATF_TC_BODY(pread_heap_after_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
915
ATF_TC_HEAD(read_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
918
ATF_TC_BODY(read_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
939
ATF_TC_HEAD(read_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
942
ATF_TC_BODY(read_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
963
ATF_TC_HEAD(read_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
966
ATF_TC_BODY(read_heap_before_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
988
ATF_TC_HEAD(read_heap_end, tc)
lib/libc/tests/secure/fortify_unistd_test.c
991
ATF_TC_BODY(read_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1020
ATF_TC_HEAD(wcpncpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1023
ATF_TC_BODY(wcpncpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1078
ATF_TC_HEAD(wcscat_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1081
ATF_TC_BODY(wcscat_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1104
ATF_TC_HEAD(wcscat_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1107
ATF_TC_BODY(wcscat_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1130
ATF_TC_HEAD(wcscat_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1133
ATF_TC_BODY(wcscat_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1157
ATF_TC_HEAD(wcscat_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1160
ATF_TC_BODY(wcscat_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1184
ATF_TC_HEAD(wcscat_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1187
ATF_TC_BODY(wcscat_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1242
ATF_TC_HEAD(wcslcat_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1245
ATF_TC_BODY(wcslcat_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1268
ATF_TC_HEAD(wcslcat_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1271
ATF_TC_BODY(wcslcat_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1294
ATF_TC_HEAD(wcslcat_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1297
ATF_TC_BODY(wcslcat_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1321
ATF_TC_HEAD(wcslcat_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1324
ATF_TC_BODY(wcslcat_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1348
ATF_TC_HEAD(wcslcat_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1351
ATF_TC_BODY(wcslcat_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1406
ATF_TC_HEAD(wcsncat_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1409
ATF_TC_BODY(wcsncat_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1432
ATF_TC_HEAD(wcsncat_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1435
ATF_TC_BODY(wcsncat_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1458
ATF_TC_HEAD(wcsncat_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1461
ATF_TC_BODY(wcsncat_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1485
ATF_TC_HEAD(wcsncat_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1488
ATF_TC_BODY(wcsncat_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1512
ATF_TC_HEAD(wcsncat_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1515
ATF_TC_BODY(wcsncat_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1570
ATF_TC_HEAD(wcscpy_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1573
ATF_TC_BODY(wcscpy_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1596
ATF_TC_HEAD(wcscpy_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1599
ATF_TC_BODY(wcscpy_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1622
ATF_TC_HEAD(wcscpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1625
ATF_TC_BODY(wcscpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1649
ATF_TC_HEAD(wcscpy_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1652
ATF_TC_BODY(wcscpy_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
167
ATF_TC_HEAD(wmemcpy_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1676
ATF_TC_HEAD(wcscpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1679
ATF_TC_BODY(wcscpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
170
ATF_TC_BODY(wmemcpy_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1734
ATF_TC_HEAD(wcslcpy_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1737
ATF_TC_BODY(wcslcpy_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1760
ATF_TC_HEAD(wcslcpy_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1763
ATF_TC_BODY(wcslcpy_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1786
ATF_TC_HEAD(wcslcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1789
ATF_TC_BODY(wcslcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1813
ATF_TC_HEAD(wcslcpy_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1816
ATF_TC_BODY(wcslcpy_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1840
ATF_TC_HEAD(wcslcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1843
ATF_TC_BODY(wcslcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
189
ATF_TC_HEAD(wmemcpy_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1898
ATF_TC_HEAD(wcsncpy_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1901
ATF_TC_BODY(wcsncpy_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
192
ATF_TC_BODY(wmemcpy_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1924
ATF_TC_HEAD(wcsncpy_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1927
ATF_TC_BODY(wcsncpy_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1950
ATF_TC_HEAD(wcsncpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1953
ATF_TC_BODY(wcsncpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1977
ATF_TC_HEAD(wcsncpy_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
1980
ATF_TC_BODY(wcsncpy_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
2004
ATF_TC_HEAD(wcsncpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
2007
ATF_TC_BODY(wcsncpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
211
ATF_TC_HEAD(wmemcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
214
ATF_TC_BODY(wmemcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
235
ATF_TC_HEAD(wmemcpy_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
238
ATF_TC_BODY(wmemcpy_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
259
ATF_TC_HEAD(wmemcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
262
ATF_TC_BODY(wmemcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
314
ATF_TC_HEAD(wmempcpy_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
317
ATF_TC_BODY(wmempcpy_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
336
ATF_TC_HEAD(wmempcpy_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
339
ATF_TC_BODY(wmempcpy_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
358
ATF_TC_HEAD(wmempcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
361
ATF_TC_BODY(wmempcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
382
ATF_TC_HEAD(wmempcpy_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
385
ATF_TC_BODY(wmempcpy_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
406
ATF_TC_HEAD(wmempcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
409
ATF_TC_BODY(wmempcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
461
ATF_TC_HEAD(wmemmove_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
464
ATF_TC_BODY(wmemmove_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
483
ATF_TC_HEAD(wmemmove_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
486
ATF_TC_BODY(wmemmove_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
505
ATF_TC_HEAD(wmemmove_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
508
ATF_TC_BODY(wmemmove_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
529
ATF_TC_HEAD(wmemmove_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
532
ATF_TC_BODY(wmemmove_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
553
ATF_TC_HEAD(wmemmove_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
556
ATF_TC_BODY(wmemmove_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
608
ATF_TC_HEAD(wmemset_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
611
ATF_TC_BODY(wmemset_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
629
ATF_TC_HEAD(wmemset_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
632
ATF_TC_BODY(wmemset_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
650
ATF_TC_HEAD(wmemset_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
653
ATF_TC_BODY(wmemset_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
673
ATF_TC_HEAD(wmemset_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
676
ATF_TC_BODY(wmemset_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
696
ATF_TC_HEAD(wmemset_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
699
ATF_TC_BODY(wmemset_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
750
ATF_TC_HEAD(wcpcpy_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
753
ATF_TC_BODY(wcpcpy_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
776
ATF_TC_HEAD(wcpcpy_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
779
ATF_TC_BODY(wcpcpy_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
802
ATF_TC_HEAD(wcpcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
805
ATF_TC_BODY(wcpcpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
829
ATF_TC_HEAD(wcpcpy_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
832
ATF_TC_BODY(wcpcpy_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
856
ATF_TC_HEAD(wcpcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
859
ATF_TC_BODY(wcpcpy_heap_after_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
914
ATF_TC_HEAD(wcpncpy_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
917
ATF_TC_BODY(wcpncpy_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
940
ATF_TC_HEAD(wcpncpy_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
943
ATF_TC_BODY(wcpncpy_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
966
ATF_TC_HEAD(wcpncpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
969
ATF_TC_BODY(wcpncpy_heap_before_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
993
ATF_TC_HEAD(wcpncpy_heap_end, tc)
lib/libc/tests/secure/fortify_wchar_test.c
996
ATF_TC_BODY(wcpncpy_heap_end, tc)
lib/libc/tests/stdbit/stdbit-test-framework.c
25
#define ATF_TC_BODY1(stem, suffix, tc) ATF_TC_BODY2(__CONCAT(stem, suffix), tc)
lib/libc/tests/stdbit/stdbit-test-framework.c
26
#define ATF_TC_BODY2(case, tc) ATF_TC_BODY(case, tc)
lib/libc/tests/stdbit/stdbit-test-kernel.c
23
ATF_TC_BODY1(FUNCSTEM, SUFFIX, tc)
lib/libc/tests/stdio/eintr_test.c
56
ATF_TC_BODY(eintr_test, tc)
lib/libc/tests/stdio/fdopen_test.c
104
ATF_TC_BODY(null__O_RDONLY__a_test, tc)
lib/libc/tests/stdio/fdopen_test.c
111
ATF_TC_BODY(null__O_WRONLY__a_test, tc)
lib/libc/tests/stdio/fdopen_test.c
118
ATF_TC_BODY(null__O_RDWR__test, tc)
lib/libc/tests/stdio/fdopen_test.c
125
ATF_TC_BODY(null__O_RDONLY__r_append, tc)
lib/libc/tests/stdio/fdopen_test.c
132
ATF_TC_BODY(null__O_WRONLY__r_append, tc)
lib/libc/tests/stdio/fdopen_test.c
139
ATF_TC_BODY(null__O_RDWR__r_append, tc)
lib/libc/tests/stdio/fdopen_test.c
146
ATF_TC_BODY(null__O_RDONLY__w_append, tc)
lib/libc/tests/stdio/fdopen_test.c
153
ATF_TC_BODY(null__O_WRONLY__w_append, tc)
lib/libc/tests/stdio/fdopen_test.c
160
ATF_TC_BODY(null__O_RDWR__w_append, tc)
lib/libc/tests/stdio/fdopen_test.c
167
ATF_TC_BODY(sh__O_EXEC__r, tc)
lib/libc/tests/stdio/fdopen_test.c
174
ATF_TC_BODY(sh__O_EXEC__w, tc)
lib/libc/tests/stdio/fdopen_test.c
181
ATF_TC_BODY(sh__O_EXEC__r_append, tc)
lib/libc/tests/stdio/fdopen_test.c
188
ATF_TC_BODY(sh__O_EXEC__w_append, tc)
lib/libc/tests/stdio/fdopen_test.c
62
ATF_TC_BODY(null__O_RDONLY__r_test, tc)
lib/libc/tests/stdio/fdopen_test.c
69
ATF_TC_BODY(null__O_WRONLY__r_test, tc)
lib/libc/tests/stdio/fdopen_test.c
76
ATF_TC_BODY(null__O_RDWR__r_test, tc)
lib/libc/tests/stdio/fdopen_test.c
83
ATF_TC_BODY(null__O_RDONLY__w_test, tc)
lib/libc/tests/stdio/fdopen_test.c
90
ATF_TC_BODY(null__O_WRONLY__w_test, tc)
lib/libc/tests/stdio/fdopen_test.c
97
ATF_TC_BODY(null__O_RDWR__w_test, tc)
lib/libc/tests/stdio/flushlbuf_test.c
100
ATF_TC_BODY(flushlbuf_full, tc)
lib/libc/tests/stdio/flushlbuf_test.c
45
ATF_TC_BODY(flushlbuf_partial, tc)
lib/libc/tests/stdio/fmemopen2_test.c
102
ATF_TC_BODY(test_autoalloc, tc)
lib/libc/tests/stdio/fmemopen2_test.c
143
ATF_TC_BODY(test_data_length, tc)
lib/libc/tests/stdio/fmemopen2_test.c
207
ATF_TC_BODY(test_binary, tc)
lib/libc/tests/stdio/fmemopen2_test.c
241
ATF_TC_BODY(test_append_binary_pos, tc)
lib/libc/tests/stdio/fmemopen2_test.c
265
ATF_TC_BODY(test_size_0, tc)
lib/libc/tests/stdio/fmemopen2_test.c
281
ATF_TC_BODY(test_rdonly_wronly, tc)
lib/libc/tests/stdio/fmemopen2_test.c
39
ATF_TC_BODY(test_preexisting, tc)
lib/libc/tests/stdio/fopen_test.c
102
ATF_TC_BODY(fopen_a_test, tc)
lib/libc/tests/stdio/fopen_test.c
109
ATF_TC_BODY(fopen_a_append_test, tc)
lib/libc/tests/stdio/fopen_test.c
116
ATF_TC_BODY(fopen_re_test, tc)
lib/libc/tests/stdio/fopen_test.c
123
ATF_TC_BODY(fopen_r_append_e_test, tc)
lib/libc/tests/stdio/fopen_test.c
130
ATF_TC_BODY(fopen_we_test, tc)
lib/libc/tests/stdio/fopen_test.c
137
ATF_TC_BODY(fopen_w_append_e_test, tc)
lib/libc/tests/stdio/fopen_test.c
144
ATF_TC_BODY(fopen_ae_test, tc)
lib/libc/tests/stdio/fopen_test.c
151
ATF_TC_BODY(fopen_a_append_e_test, tc)
lib/libc/tests/stdio/fopen_test.c
158
ATF_TC_BODY(fopen_re_append_test, tc)
lib/libc/tests/stdio/fopen_test.c
165
ATF_TC_BODY(fopen_we_append_test, tc)
lib/libc/tests/stdio/fopen_test.c
172
ATF_TC_BODY(fopen_ae_append_test, tc)
lib/libc/tests/stdio/fopen_test.c
74
ATF_TC_BODY(fopen_r_test, tc)
lib/libc/tests/stdio/fopen_test.c
81
ATF_TC_BODY(fopen_r_append_test, tc)
lib/libc/tests/stdio/fopen_test.c
88
ATF_TC_BODY(fopen_w_test, tc)
lib/libc/tests/stdio/fopen_test.c
95
ATF_TC_BODY(fopen_w_append_test, tc)
lib/libc/tests/stdio/freopen_test.c
102
ATF_TC_BODY(null__r__a__test, tc)
lib/libc/tests/stdio/freopen_test.c
109
ATF_TC_BODY(null__w__a__test, tc)
lib/libc/tests/stdio/freopen_test.c
116
ATF_TC_BODY(null__r_append__a__test, tc)
lib/libc/tests/stdio/freopen_test.c
123
ATF_TC_BODY(null__r__r_append__test, tc)
lib/libc/tests/stdio/freopen_test.c
130
ATF_TC_BODY(null__w__r_append__test, tc)
lib/libc/tests/stdio/freopen_test.c
137
ATF_TC_BODY(null__r_append__r_append__test, tc)
lib/libc/tests/stdio/freopen_test.c
144
ATF_TC_BODY(null__r__w_append__test, tc)
lib/libc/tests/stdio/freopen_test.c
151
ATF_TC_BODY(null__w__w_append__test, tc)
lib/libc/tests/stdio/freopen_test.c
158
ATF_TC_BODY(null__r_append__w_append__test, tc)
lib/libc/tests/stdio/freopen_test.c
165
ATF_TC_BODY(sh__r__r__test, tc)
lib/libc/tests/stdio/freopen_test.c
172
ATF_TC_BODY(sh__sh__r__r__test, tc)
lib/libc/tests/stdio/freopen_test.c
179
ATF_TC_BODY(sh__null__r__r__test, tc)
lib/libc/tests/stdio/freopen_test.c
186
ATF_TC_BODY(sh__null__r__w__test, tc)
lib/libc/tests/stdio/freopen_test.c
60
ATF_TC_BODY(null__r__r__test, tc)
lib/libc/tests/stdio/freopen_test.c
67
ATF_TC_BODY(null__w__r__test, tc)
lib/libc/tests/stdio/freopen_test.c
74
ATF_TC_BODY(null__r_append__r__test, tc)
lib/libc/tests/stdio/freopen_test.c
81
ATF_TC_BODY(null__r__w__test, tc)
lib/libc/tests/stdio/freopen_test.c
88
ATF_TC_BODY(null__w__w__test, tc)
lib/libc/tests/stdio/freopen_test.c
95
ATF_TC_BODY(null__r_append__w__test, tc)
lib/libc/tests/stdio/getdelim_test.c
117
ATF_TC_BODY(stream_error, tc)
lib/libc/tests/stdio/getdelim_test.c
135
ATF_TC_BODY(invalid_params, tc)
lib/libc/tests/stdio/getdelim_test.c
152
ATF_TC_BODY(eof, tc)
lib/libc/tests/stdio/getdelim_test.c
177
ATF_TC_BODY(nul, tc)
lib/libc/tests/stdio/getdelim_test.c
205
ATF_TC_BODY(empty_NULL_buffer, tc)
lib/libc/tests/stdio/getdelim_test.c
404
ATF_TC_BODY(nonblock_eagain_buffered, tc)
lib/libc/tests/stdio/getdelim_test.c
411
ATF_TC_BODY(nonblock_eagain_unbuffered, tc)
lib/libc/tests/stdio/getdelim_test.c
78
ATF_TC_BODY(getline_basic, tc)
lib/libc/tests/stdio/gets_s_test.c
107
ATF_TC_BODY(n_gt_rmax_handler, tc)
lib/libc/tests/stdio/gets_s_test.c
121
ATF_TC_BODY(n_eq_zero_handler, tc)
lib/libc/tests/stdio/gets_s_test.c
48
ATF_TC_BODY(null_ptr, tc)
lib/libc/tests/stdio/gets_s_test.c
56
ATF_TC_BODY(normal, tc)
lib/libc/tests/stdio/gets_s_test.c
88
ATF_TC_BODY(n_gt_rmax, tc)
lib/libc/tests/stdio/gets_s_test.c
98
ATF_TC_BODY(n_eq_zero, tc)
lib/libc/tests/stdio/mkostemp_test.c
134
ATF_TC_BODY(zero, tc)
lib/libc/tests/stdio/mkostemp_test.c
141
ATF_TC_BODY(O_CLOEXEC, tc)
lib/libc/tests/stdio/mkostemp_test.c
148
ATF_TC_BODY(O_APPEND, tc)
lib/libc/tests/stdio/mkostemp_test.c
155
ATF_TC_BODY(O_APPEND__O_CLOEXEC, tc)
lib/libc/tests/stdio/mkostemp_test.c
162
ATF_TC_BODY(bad_flags, tc)
lib/libc/tests/stdio/open_memstream2_test.c
149
ATF_TC_BODY(seek_tests, tc)
lib/libc/tests/stdio/open_memstream2_test.c
52
ATF_TC_BODY(open_group_test, tc)
lib/libc/tests/stdio/open_memstream2_test.c
73
ATF_TC_BODY(simple_tests, tc)
lib/libc/tests/stdio/open_wmemstream_test.c
149
ATF_TC_BODY(seek_tests, tc)
lib/libc/tests/stdio/open_wmemstream_test.c
52
ATF_TC_BODY(open_group_test, tc)
lib/libc/tests/stdio/open_wmemstream_test.c
73
ATF_TC_BODY(simple_tests, tc)
lib/libc/tests/stdio/perror_test.c
46
ATF_TC_BODY(perror_test, tc)
lib/libc/tests/stdio/print_positional_test.c
124
ATF_TC_BODY(positional_precision, tc)
lib/libc/tests/stdio/print_positional_test.c
134
ATF_TC_BODY(positional_precision_wide, tc)
lib/libc/tests/stdio/print_positional_test.c
61
ATF_TC_BODY(positional_normal, tc)
lib/libc/tests/stdio/print_positional_test.c
92
ATF_TC_BODY(positional_wide, tc)
lib/libc/tests/stdio/printbasic_test.c
139
ATF_TC_BODY(int_limits, tc)
lib/libc/tests/stdio/printbasic_test.c
96
ATF_TC_BODY(int_within_limits, tc)
lib/libc/tests/stdio/printfloat_test.c
120
ATF_TC_BODY(infinities_and_nans, tc)
lib/libc/tests/stdio/printfloat_test.c
141
ATF_TC_BODY(padding, tc)
lib/libc/tests/stdio/printfloat_test.c
154
ATF_TC_BODY(precision_specifiers, tc)
lib/libc/tests/stdio/printfloat_test.c
168
ATF_TC_BODY(thousands_separator_and_other_locale_tests, tc)
lib/libc/tests/stdio/printfloat_test.c
196
ATF_TC_BODY(signed_conversions, tc)
lib/libc/tests/stdio/printfloat_test.c
212
ATF_TC_BODY(alternate_form, tc)
lib/libc/tests/stdio/printfloat_test.c
225
ATF_TC_BODY(padding_and_decimal_point_placement, tc)
lib/libc/tests/stdio/printfloat_test.c
260
ATF_TC_BODY(decimal_rounding, tc)
lib/libc/tests/stdio/printfloat_test.c
291
ATF_TC_BODY(hexadecimal_floating_point, tc)
lib/libc/tests/stdio/printfloat_test.c
332
ATF_TC_BODY(hexadecimal_rounding, tc)
lib/libc/tests/stdio/printfloat_test.c
371
ATF_TC_BODY(subnormal_double, tc)
lib/libc/tests/stdio/printfloat_test.c
387
ATF_TC_BODY(subnormal_float, tc)
lib/libc/tests/stdio/printfloat_test.c
402
ATF_TC_BODY(hexadecimal_rounding_fullprec, tc)
lib/libc/tests/stdio/printfloat_test.c
88
ATF_TC_BODY(float_within_limits, tc)
lib/libc/tests/stdio/scanfloat_test.c
150
ATF_TC_BODY(infinities_and_nans, tc)
lib/libc/tests/stdio/scanfloat_test.c
201
ATF_TC_BODY(rounding_tests, tc)
lib/libc/tests/stdio/scanfloat_test.c
280
ATF_TC_BODY(strtod, tc)
lib/libc/tests/stdio/scanfloat_test.c
52
ATF_TC_BODY(normalized_numbers, tc)
lib/libc/tests/stdio/snprintf_test.c
108
ATF_TC_BODY(snprintf_X, tc)
lib/libc/tests/stdio/snprintf_test.c
131
ATF_TC_BODY(snprintf_wN, tc)
lib/libc/tests/stdio/snprintf_test.c
163
ATF_TC_BODY(snprintf_wfN, tc)
lib/libc/tests/stdio/snprintf_test.c
32
ATF_TC_BODY(snprintf_b, tc)
lib/libc/tests/stdio/snprintf_test.c
51
ATF_TC_BODY(snprintf_B, tc)
lib/libc/tests/stdio/snprintf_test.c
70
ATF_TC_BODY(snprintf_d, tc)
lib/libc/tests/stdio/snprintf_test.c
85
ATF_TC_BODY(snprintf_x, tc)
lib/libc/tests/stdio/sscanf_test.c
187
ATF_TC_BODY(sscanf_b, tc)
lib/libc/tests/stdio/sscanf_test.c
203
ATF_TC_BODY(sscanf_o, tc)
lib/libc/tests/stdio/sscanf_test.c
219
ATF_TC_BODY(sscanf_d, tc)
lib/libc/tests/stdio/sscanf_test.c
235
ATF_TC_BODY(sscanf_x, tc)
lib/libc/tests/stdio/sscanf_test.c
251
ATF_TC_BODY(sscanf_i, tc)
lib/libc/tests/stdio/sscanf_test.c
267
ATF_TC_BODY(sscanf_wN, tc)
lib/libc/tests/stdio/sscanf_test.c
298
ATF_TC_BODY(sscanf_wfN, tc)
lib/libc/tests/stdio/sscanf_test.c
332
ATF_TC_BODY(sscanf_termination, tc)
lib/libc/tests/stdio/swprintf_test.c
109
ATF_TC_BODY(swprintf_X, tc)
lib/libc/tests/stdio/swprintf_test.c
132
ATF_TC_BODY(swprintf_wN, tc)
lib/libc/tests/stdio/swprintf_test.c
164
ATF_TC_BODY(swprintf_wfN, tc)
lib/libc/tests/stdio/swprintf_test.c
33
ATF_TC_BODY(swprintf_b, tc)
lib/libc/tests/stdio/swprintf_test.c
52
ATF_TC_BODY(swprintf_B, tc)
lib/libc/tests/stdio/swprintf_test.c
71
ATF_TC_BODY(swprintf_d, tc)
lib/libc/tests/stdio/swprintf_test.c
86
ATF_TC_BODY(swprintf_x, tc)
lib/libc/tests/stdio/swscanf_test.c
190
ATF_TC_BODY(swscanf_b, tc)
lib/libc/tests/stdio/swscanf_test.c
206
ATF_TC_BODY(swscanf_o, tc)
lib/libc/tests/stdio/swscanf_test.c
222
ATF_TC_BODY(swscanf_d, tc)
lib/libc/tests/stdio/swscanf_test.c
238
ATF_TC_BODY(swscanf_x, tc)
lib/libc/tests/stdio/swscanf_test.c
254
ATF_TC_BODY(swscanf_i, tc)
lib/libc/tests/stdio/swscanf_test.c
270
ATF_TC_BODY(swscanf_wN, tc)
lib/libc/tests/stdio/swscanf_test.c
301
ATF_TC_BODY(swscanf_wfN, tc)
lib/libc/tests/stdio/swscanf_test.c
335
ATF_TC_BODY(swscanf_termination, tc)
lib/libc/tests/stdlib/clearenv_test.c
100
ATF_TC_BODY(clearenv__system_var_test, tc)
lib/libc/tests/stdlib/clearenv_test.c
109
ATF_TC_BODY(clearenv__recreated_system_var_test, tc)
lib/libc/tests/stdlib/clearenv_test.c
120
ATF_TC_BODY(clearenv__double_clear_vars, tc)
lib/libc/tests/stdlib/clearenv_test.c
132
ATF_TC_BODY(clearenv__environ_null, tc)
lib/libc/tests/stdlib/clearenv_test.c
140
ATF_TC_BODY(clearenv__putenv_vars, tc)
lib/libc/tests/stdlib/clearenv_test.c
71
ATF_TC_BODY(clearenv__single_var_test, tc)
lib/libc/tests/stdlib/clearenv_test.c
81
ATF_TC_BODY(clearenv__multiple_vars_test, tc)
lib/libc/tests/stdlib/clearenv_test.c
90
ATF_TC_BODY(clearenv__recreated_vars_test, tc)
lib/libc/tests/stdlib/cxa_atexit_test.c
102
ATF_TC_BODY(late_cxa_atexit, tc)
lib/libc/tests/stdlib/cxa_atexit_test.c
111
run_test(tc, true, false);
lib/libc/tests/stdlib/cxa_atexit_test.c
115
ATF_TC_BODY(late_cxa_atexit_ran, tc)
lib/libc/tests/stdlib/cxa_atexit_test.c
123
run_test(tc, true, true);
lib/libc/tests/stdlib/cxa_atexit_test.c
30
run_test(const atf_tc_t *tc, bool with_fatal_atexit, bool with_exit)
lib/libc/tests/stdlib/cxa_atexit_test.c
38
shlib = get_shlib(atf_tc_get_config_var(tc, "srcdir"));
lib/libc/tests/stdlib/cxa_atexit_test.c
91
ATF_TC_BODY(simple_cxa_atexit, tc)
lib/libc/tests/stdlib/cxa_atexit_test.c
98
run_test(tc, false, true);
lib/libc/tests/stdlib/dynthr_test.c
56
ATF_TC_HEAD(maintc, tc)
lib/libc/tests/stdlib/dynthr_test.c
59
atf_tc_set_md_var(tc, "timeout", "3");
lib/libc/tests/stdlib/dynthr_test.c
62
ATF_TC_BODY(maintc, tc)
lib/libc/tests/stdlib/dynthr_test.c
70
srcdir = atf_tc_get_config_var(tc, "srcdir");
lib/libc/tests/stdlib/getenv_r_test.c
14
ATF_TC_BODY(getenv_r_ok, tc)
lib/libc/tests/stdlib/getenv_r_test.c
16
const char *ident = atf_tc_get_ident(tc);
lib/libc/tests/stdlib/getenv_r_test.c
25
ATF_TC_BODY(getenv_r_einval, tc)
lib/libc/tests/stdlib/getenv_r_test.c
41
ATF_TC_BODY(getenv_r_enoent, tc)
lib/libc/tests/stdlib/getenv_r_test.c
51
ATF_TC_BODY(getenv_r_erange, tc)
lib/libc/tests/stdlib/getenv_r_test.c
53
const char *ident = atf_tc_get_ident(tc);
lib/libc/tests/stdlib/heapsort_test.c
38
ATF_TC_BODY(heapsort_test, tc)
lib/libc/tests/stdlib/libc_exit_test.c
124
ATF_TC_BODY(recursive_exit2, tc)
lib/libc/tests/stdlib/libc_exit_test.c
54
ATF_TC_BODY(quick_exit, tc)
lib/libc/tests/stdlib/libc_exit_test.c
89
ATF_TC_BODY(recursive_exit1, tc)
lib/libc/tests/stdlib/mergesort_test.c
38
ATF_TC_BODY(mergesort_test, tc)
lib/libc/tests/stdlib/qsort_b_test.c
38
ATF_TC_BODY(qsort_b_test, tc)
lib/libc/tests/stdlib/qsort_bench.c
86
ATF_TC_BODY(qsort_bench, tc)
lib/libc/tests/stdlib/qsort_r_compat_test.c
57
ATF_TC_BODY(qsort_r_compat_test, tc)
lib/libc/tests/stdlib/qsort_r_test.c
57
ATF_TC_BODY(qsort_r_test, tc)
lib/libc/tests/stdlib/qsort_s_test.c
108
ATF_TC_BODY(qsort_s_null_compar, tc)
lib/libc/tests/stdlib/qsort_s_test.c
118
ATF_TC_BODY(qsort_s_nmemb_lt_zero_h, tc)
lib/libc/tests/stdlib/qsort_s_test.c
134
ATF_TC_BODY(qsort_s_nmemb_gt_rmax_h, tc)
lib/libc/tests/stdlib/qsort_s_test.c
150
ATF_TC_BODY(qsort_s_size_lt_zero_h, tc)
lib/libc/tests/stdlib/qsort_s_test.c
166
ATF_TC_BODY(qsort_s_size_gt_rmax_h, tc)
lib/libc/tests/stdlib/qsort_s_test.c
182
ATF_TC_BODY(qsort_s_null_compar_h, tc)
lib/libc/tests/stdlib/qsort_s_test.c
197
ATF_TC_BODY(qsort_s_h, tc)
lib/libc/tests/stdlib/qsort_s_test.c
212
ATF_TC_BODY(qsort_s_test, tc)
lib/libc/tests/stdlib/qsort_s_test.c
68
ATF_TC_BODY(qsort_s_nmemb_lt_zero, tc)
lib/libc/tests/stdlib/qsort_s_test.c
78
ATF_TC_BODY(qsort_s_nmemb_gt_rmax, tc)
lib/libc/tests/stdlib/qsort_s_test.c
88
ATF_TC_BODY(qsort_s_size_lt_zero, tc)
lib/libc/tests/stdlib/qsort_s_test.c
98
ATF_TC_BODY(qsort_s_size_gt_rmax, tc)
lib/libc/tests/stdlib/qsort_test.c
38
ATF_TC_BODY(qsort_test, tc)
lib/libc/tests/stdlib/set_constraint_handler_s_test.c
33
ATF_TC_BODY(null_handler, tc)
lib/libc/tests/stdlib/set_constraint_handler_s_test.c
40
ATF_TC_BODY(abort_handler, tc)
lib/libc/tests/stdlib/set_constraint_handler_s_test.c
48
ATF_TC_BODY(ignore_handler, tc)
lib/libc/tests/stdlib/strfmon_test.c
129
ATF_TC_HEAD(strfmon_cs_precedes_1, tc)
lib/libc/tests/stdlib/strfmon_test.c
131
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/stdlib/strfmon_test.c
134
ATF_TC_BODY(strfmon_cs_precedes_1, tc)
lib/libc/tests/stdlib/strfmon_test.c
172
ATF_TC_BODY(strfmon_international_currency_code, tc)
lib/libc/tests/stdlib/strfmon_test.c
19
ATF_TC_BODY(strfmon_locale_thousands, tc)
lib/libc/tests/stdlib/strfmon_test.c
195
ATF_TC_BODY(strfmon_plus_or_parenthesis, tc)
lib/libc/tests/stdlib/strfmon_test.c
245
ATF_TC_HEAD(strfmon_l, tc)
lib/libc/tests/stdlib/strfmon_test.c
247
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/stdlib/strfmon_test.c
250
ATF_TC_BODY(strfmon_l, tc)
lib/libc/tests/stdlib/strfmon_test.c
50
ATF_TC_BODY(strfmon_examples, tc)
lib/libc/tests/stdlib/strfmon_test.c
86
ATF_TC_HEAD(strfmon_cs_precedes_0, tc)
lib/libc/tests/stdlib/strfmon_test.c
88
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/stdlib/strfmon_test.c
91
ATF_TC_BODY(strfmon_cs_precedes_0, tc)
lib/libc/tests/stdlib/system_test.c
102
ATF_TC_HEAD(system_concurrent, tc)
lib/libc/tests/stdlib/system_test.c
104
atf_tc_set_md_var(tc, "descr", "Concurrent calls");
lib/libc/tests/stdlib/system_test.c
106
ATF_TC_BODY(system_concurrent, tc)
lib/libc/tests/stdlib/system_test.c
20
ATF_TC_HEAD(system_true, tc)
lib/libc/tests/stdlib/system_test.c
22
atf_tc_set_md_var(tc, "descr", "system(\"true\")");
lib/libc/tests/stdlib/system_test.c
24
ATF_TC_BODY(system_true, tc)
lib/libc/tests/stdlib/system_test.c
30
ATF_TC_HEAD(system_false, tc)
lib/libc/tests/stdlib/system_test.c
32
atf_tc_set_md_var(tc, "descr", "system(\"false\")");
lib/libc/tests/stdlib/system_test.c
34
ATF_TC_BODY(system_false, tc)
lib/libc/tests/stdlib/system_test.c
40
ATF_TC_HEAD(system_touch, tc)
lib/libc/tests/stdlib/system_test.c
42
atf_tc_set_md_var(tc, "descr", "system(\"touch file\")");
lib/libc/tests/stdlib/system_test.c
44
ATF_TC_BODY(system_touch, tc)
lib/libc/tests/stdlib/system_test.c
57
ATF_TC_HEAD(system_null, tc)
lib/libc/tests/stdlib/system_test.c
59
atf_tc_set_md_var(tc, "descr", "system(NULL)");
lib/libc/tests/stdlib/system_test.c
60
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/stdlib/system_test.c
62
ATF_TC_BODY(system_null, tc)
lib/libc/tests/stdlib/tsearch_test.c
197
ATF_TC_BODY(tdestroy_test, tc)
lib/libc/tests/stdlib/tsearch_test.c
70
ATF_TC_BODY(tsearch_test, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
105
ATF_TC_HEAD(tz_default, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
107
atf_tc_set_md_var(tc, "descr", "Test default zone");
lib/libc/tests/stdtime/detect_tz_changes_test.c
108
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/stdtime/detect_tz_changes_test.c
110
ATF_TC_BODY(tz_default, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
124
ATF_TC_HEAD(tz_invalid_file, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
126
atf_tc_set_md_var(tc, "descr", "Test invalid zone file");
lib/libc/tests/stdtime/detect_tz_changes_test.c
127
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/stdtime/detect_tz_changes_test.c
129
ATF_TC_BODY(tz_invalid_file, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
149
ATF_TC_HEAD(thin_jail, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
151
atf_tc_set_md_var(tc, "descr", "Test typical thin jail scenario");
lib/libc/tests/stdtime/detect_tz_changes_test.c
152
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/stdtime/detect_tz_changes_test.c
154
ATF_TC_BODY(thin_jail, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
194
ATF_TC_HEAD(detect_tz_changes, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
196
atf_tc_set_md_var(tc, "descr", "Test timezone change detection");
lib/libc/tests/stdtime/detect_tz_changes_test.c
197
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/stdtime/detect_tz_changes_test.c
198
atf_tc_set_md_var(tc, "timeout", "600");
lib/libc/tests/stdtime/detect_tz_changes_test.c
200
ATF_TC_BODY(detect_tz_changes, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
397
ATF_TC_HEAD(tz_env, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
399
atf_tc_set_md_var(tc, "descr", "Test TZ environment variable");
lib/libc/tests/stdtime/detect_tz_changes_test.c
401
ATF_TC_BODY(tz_env, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
410
ATF_TC_HEAD(tz_invalid_env, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
412
atf_tc_set_md_var(tc, "descr", "Test invalid TZ value");
lib/libc/tests/stdtime/detect_tz_changes_test.c
413
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/stdtime/detect_tz_changes_test.c
415
ATF_TC_BODY(tz_invalid_env, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
422
ATF_TC_HEAD(setugid, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
424
atf_tc_set_md_var(tc, "descr", "Test setugid process");
lib/libc/tests/stdtime/detect_tz_changes_test.c
425
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/stdtime/detect_tz_changes_test.c
427
ATF_TC_BODY(setugid, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
447
ATF_TC_HEAD(tz_env_setugid, tc)
lib/libc/tests/stdtime/detect_tz_changes_test.c
449
atf_tc_set_md_var(tc, "descr", "Test TZ environment variable "
lib/libc/tests/stdtime/detect_tz_changes_test.c
451
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/stdtime/detect_tz_changes_test.c
453
ATF_TC_BODY(tz_env_setugid, tc)
lib/libc/tests/stdtime/strptime_test.c
12
ATF_TC_BODY(dayofweek, tc)
lib/libc/tests/string/ffs_test.c
41
ATF_TC_BODY(zero, tc)
lib/libc/tests/string/ffs_test.c
47
ATF_TC_BODY(twobit, tc)
lib/libc/tests/string/ffs_test.c
63
ATF_TC_BODY(twobitneg, tc)
lib/libc/tests/string/fls_test.c
41
ATF_TC_BODY(zero, tc)
lib/libc/tests/string/fls_test.c
47
ATF_TC_BODY(twobit, tc)
lib/libc/tests/string/fls_test.c
63
ATF_TC_BODY(twobitneg, tc)
lib/libc/tests/string/memccpy_test.c
161
ATF_TC_BODY(null, tc)
lib/libc/tests/string/memccpy_test.c
167
ATF_TC_HEAD(zero_extension, tc)
lib/libc/tests/string/memccpy_test.c
169
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/string/memccpy_test.c
172
ATF_TC_BODY(zero_extension, tc)
lib/libc/tests/string/memccpy_test.c
187
ATF_TC_BODY(bounds, tc)
lib/libc/tests/string/memccpy_test.c
200
ATF_TC_BODY(alignments, tc)
lib/libc/tests/string/memcmp_test.c
106
ATF_TC_BODY(diff, tc)
lib/libc/tests/string/memcmp_test.c
68
ATF_TC_BODY(zero, tc)
lib/libc/tests/string/memcmp_test.c
76
ATF_TC_BODY(eq, tc)
lib/libc/tests/string/memcmp_test.c
90
ATF_TC_BODY(neq, tc)
lib/libc/tests/string/memrchr_test.c
18
ATF_TC_BODY(null, tc)
lib/libc/tests/string/memrchr_test.c
24
ATF_TC_BODY(not_found, tc)
lib/libc/tests/string/memrchr_test.c
53
ATF_TC_BODY(found, tc)
lib/libc/tests/string/memrchr_test.c
88
ATF_TC_BODY(values, tc)
lib/libc/tests/string/memset_s_test.c
111
ATF_TC_BODY(n_gt_smax, tc)
lib/libc/tests/string/memset_s_test.c
128
ATF_TC_BODY(smax_gt_rmax_handler, tc)
lib/libc/tests/string/memset_s_test.c
142
ATF_TC_BODY(smax_lt_zero_handler, tc)
lib/libc/tests/string/memset_s_test.c
156
ATF_TC_BODY(n_gt_rmax_handler, tc)
lib/libc/tests/string/memset_s_test.c
170
ATF_TC_BODY(n_lt_zero_handler, tc)
lib/libc/tests/string/memset_s_test.c
45
ATF_TC_BODY(null_ptr, tc)
lib/libc/tests/string/memset_s_test.c
52
ATF_TC_BODY(smax_gt_rmax, tc)
lib/libc/tests/string/memset_s_test.c
61
ATF_TC_BODY(smax_lt_zero, tc)
lib/libc/tests/string/memset_s_test.c
70
ATF_TC_BODY(normal, tc)
lib/libc/tests/string/memset_s_test.c
81
ATF_TC_BODY(n_gt_rmax, tc)
lib/libc/tests/string/memset_s_test.c
90
ATF_TC_BODY(n_lt_zero, tc)
lib/libc/tests/string/memset_s_test.c
99
ATF_TC_BODY(n_lt_smax, tc)
lib/libc/tests/string/memset_test.c
13
ATF_TC_BODY(int_char_conv, tc)
lib/libc/tests/string/stpncpy_test.c
157
ATF_TC_BODY(null, tc)
lib/libc/tests/string/stpncpy_test.c
163
ATF_TC_BODY(bounds, tc)
lib/libc/tests/string/stpncpy_test.c
176
ATF_TC_BODY(alignments, tc)
lib/libc/tests/string/strcmp_test.c
100
ATF_TC_BODY(strcmp_alignments, tc)
lib/libc/tests/string/strcmp_test.c
38
ATF_TC_HEAD(strcmp_alignments, tc)
lib/libc/tests/string/strcmp_test.c
40
atf_tc_set_md_var(tc, "descr", "Test strcmp(3) with various alignments");
lib/libc/tests/string/strcspn_test.c
117
ATF_TC_BODY(buf_alignments, tc)
lib/libc/tests/string/strcspn_test.c
135
ATF_TC_BODY(set_alignments, tc)
lib/libc/tests/string/strcspn_test.c
184
ATF_TC_BODY(match_positions, tc)
lib/libc/tests/string/strcspn_test.c
240
ATF_TC_BODY(match_order, tc)
lib/libc/tests/string/strerror_test.c
101
ATF_TC_BODY(strerror_r__EPERM_one_byte_short, tc)
lib/libc/tests/string/strerror_test.c
112
ATF_TC_BODY(strerror_r__EPERM_unknown_error_one_byte_short, tc)
lib/libc/tests/string/strerror_test.c
123
ATF_TC_BODY(strerror_r__EPERM_unknown_error_two_bytes_short, tc)
lib/libc/tests/string/strerror_test.c
134
ATF_TC_BODY(strerror_r__EPERM_unknown_error_three_bytes_short, tc)
lib/libc/tests/string/strerror_test.c
145
ATF_TC_BODY(strerror_r__EPERM_unknown_error_12345_one_byte_short, tc)
lib/libc/tests/string/strerror_test.c
156
ATF_TC_BODY(strerror_r__no_error, tc)
lib/libc/tests/string/strerror_test.c
166
ATF_TC_BODY(strerror_r__EDEADLK, tc)
lib/libc/tests/string/strerror_test.c
176
ATF_TC_BODY(strerror_r__EPROCLIM, tc)
lib/libc/tests/string/strerror_test.c
41
ATF_TC_BODY(strerror_unknown_error, tc)
lib/libc/tests/string/strerror_test.c
52
ATF_TC_BODY(strerror_no_error, tc)
lib/libc/tests/string/strerror_test.c
62
ATF_TC_BODY(strerror_EPERM_test, tc)
lib/libc/tests/string/strerror_test.c
72
ATF_TC_BODY(strerror_EPFNOSUPPORT_test, tc)
lib/libc/tests/string/strerror_test.c
82
ATF_TC_BODY(strerror_ELAST_test, tc)
lib/libc/tests/string/strerror_test.c
91
ATF_TC_BODY(strerror_r__unknown_error, tc)
lib/libc/tests/string/strlcpy_test.c
136
ATF_TC_BODY(null, tc)
lib/libc/tests/string/strlcpy_test.c
142
ATF_TC_BODY(bounds, tc)
lib/libc/tests/string/strlcpy_test.c
155
ATF_TC_BODY(alignments, tc)
lib/libc/tests/string/strncmp_test.c
119
ATF_TC_HEAD(strncmp_alignments, tc)
lib/libc/tests/string/strncmp_test.c
121
atf_tc_set_md_var(tc, "descr", "Test strncmp(3) with various alignments");
lib/libc/tests/string/strncmp_test.c
124
ATF_TC_BODY(strncmp_alignments, tc)
lib/libc/tests/string/strncmp_test.c
142
ATF_TC_HEAD(strncmp_null, tc)
lib/libc/tests/string/strncmp_test.c
144
atf_tc_set_md_var(tc, "descr", "Test strncmp(3) with null pointers");
lib/libc/tests/string/strncmp_test.c
147
ATF_TC_BODY(strncmp_null, tc)
lib/libc/tests/string/strnlen_test.c
17
ATF_TC_HEAD(strnlen_alignments, tc)
lib/libc/tests/string/strnlen_test.c
19
atf_tc_set_md_var(tc, "descr", "Test strnlen(3) with different alignments");
lib/libc/tests/string/strnlen_test.c
22
ATF_TC_BODY(strnlen_alignments, tc)
lib/libc/tests/string/strnlen_test.c
90
ATF_TC_HEAD(strnlen_size_max, tc)
lib/libc/tests/string/strnlen_test.c
92
atf_tc_set_md_var(tc, "descr", "Test strnlen(3) with maxlen=SIZE_MAX");
lib/libc/tests/string/strnlen_test.c
95
ATF_TC_BODY(strnlen_size_max, tc)
lib/libc/tests/string/strrchr_test.c
128
ATF_TC_BODY(values, tc)
lib/libc/tests/string/strrchr_test.c
25
ATF_TC_BODY(nul, tc)
lib/libc/tests/string/strrchr_test.c
49
ATF_TC_BODY(not_found, tc)
lib/libc/tests/string/strrchr_test.c
84
ATF_TC_BODY(found, tc)
lib/libc/tests/string/strverscmp_test.c
47
ATF_TC_BODY(strcmp_functionality, tc)
lib/libc/tests/string/strverscmp_test.c
55
ATF_TC_BODY(vers_ordering, tc)
lib/libc/tests/string/strverscmp_test.c
61
ATF_TC_BODY(natural_ordering, tc)
lib/libc/tests/string/strverscmp_test.c
69
ATF_TC_BODY(glibc_bug_9913, tc)
lib/libc/tests/string/strverscmp_test.c
79
ATF_TC_BODY(semver_ordering, tc)
lib/libc/tests/string/strxfrm_test.c
34
ATF_TC_BODY(iso_8859_5, tc)
lib/libc/tests/string/wcscasecmp_test.c
102
ATF_TC_BODY(wcscasecmp_greek, tc)
lib/libc/tests/string/wcscasecmp_test.c
37
ATF_TC_BODY(nul, tc)
lib/libc/tests/string/wcscasecmp_test.c
48
ATF_TC_BODY(wcscasecmp_equal, tc)
lib/libc/tests/string/wcscasecmp_test.c
60
ATF_TC_BODY(wcscasecmp_same_len_buffers, tc)
lib/libc/tests/string/wcscasecmp_test.c
76
ATF_TC_BODY(wcscasecmp_mismatched_len_buffers, tc)
lib/libc/tests/string/wcscasecmp_test.c
88
ATF_TC_BODY(wcsncasecmp, tc)
lib/libc/tests/string/wcscoll_test.c
47
ATF_TC_BODY(russian_collation, tc)
lib/libc/tests/string/wcscoll_test.c
69
ATF_TC_BODY(strcoll_vs_strxfrm, tc)
lib/libc/tests/string/wcsnlen_test.c
76
ATF_TC_BODY(nul, tc)
lib/libc/tests/string/wcsnlen_test.c
83
ATF_TC_BODY(foo, tc)
lib/libc/tests/string/wcsnlen_test.c
90
ATF_TC_BODY(glorp, tc)
lib/libc/tests/sys/brk_test.c
100
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/brk_test.c
103
ATF_TC_BODY(mlockfuture, tc)
lib/libc/tests/sys/brk_test.c
39
ATF_TC_HEAD(brk_basic, tc)
lib/libc/tests/sys/brk_test.c
41
atf_tc_set_md_var(tc, "descr", "Verify basic brk() functionality");
lib/libc/tests/sys/brk_test.c
43
ATF_TC_BODY(brk_basic, tc)
lib/libc/tests/sys/brk_test.c
70
ATF_TC_HEAD(sbrk_basic, tc)
lib/libc/tests/sys/brk_test.c
72
atf_tc_set_md_var(tc, "descr", "Verify basic sbrk() functionality");
lib/libc/tests/sys/brk_test.c
74
ATF_TC_BODY(sbrk_basic, tc)
lib/libc/tests/sys/brk_test.c
98
ATF_TC_HEAD(mlockfuture, tc)
lib/libc/tests/sys/cpuset_test.c
126
ATF_TC_HEAD(newset, tc)
lib/libc/tests/sys/cpuset_test.c
128
atf_tc_set_md_var(tc, "descr", "Test cpuset(2)");
lib/libc/tests/sys/cpuset_test.c
130
ATF_TC_BODY(newset, tc)
lib/libc/tests/sys/cpuset_test.c
149
ATF_TC_HEAD(transient, tc)
lib/libc/tests/sys/cpuset_test.c
151
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/cpuset_test.c
154
ATF_TC_BODY(transient, tc)
lib/libc/tests/sys/cpuset_test.c
176
ATF_TC_HEAD(deadlk, tc)
lib/libc/tests/sys/cpuset_test.c
178
atf_tc_set_md_var(tc, "descr", "Test against disjoint cpusets.");
lib/libc/tests/sys/cpuset_test.c
179
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/sys/cpuset_test.c
181
ATF_TC_BODY(deadlk, tc)
lib/libc/tests/sys/cpuset_test.c
407
ATF_TC_HEAD(jail_attach_newbase, tc)
lib/libc/tests/sys/cpuset_test.c
409
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/cpuset_test.c
411
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/sys/cpuset_test.c
413
ATF_TC_BODY(jail_attach_newbase, tc)
lib/libc/tests/sys/cpuset_test.c
422
ATF_TC_HEAD(jail_attach_newbase_plain, tc)
lib/libc/tests/sys/cpuset_test.c
424
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/cpuset_test.c
426
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/sys/cpuset_test.c
428
ATF_TC_BODY(jail_attach_newbase_plain, tc)
lib/libc/tests/sys/cpuset_test.c
453
ATF_TC_HEAD(jail_attach_prevbase, tc)
lib/libc/tests/sys/cpuset_test.c
455
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/cpuset_test.c
457
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/sys/cpuset_test.c
459
ATF_TC_BODY(jail_attach_prevbase, tc)
lib/libc/tests/sys/cpuset_test.c
474
ATF_TC_HEAD(jail_attach_plain, tc)
lib/libc/tests/sys/cpuset_test.c
476
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/cpuset_test.c
478
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/sys/cpuset_test.c
480
ATF_TC_BODY(jail_attach_plain, tc)
lib/libc/tests/sys/cpuset_test.c
606
ATF_TC_HEAD(jail_attach_disjoint, tc)
lib/libc/tests/sys/cpuset_test.c
608
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/cpuset_test.c
610
atf_tc_set_md_var(tc, "require.user", "root");
lib/libc/tests/sys/cpuset_test.c
612
ATF_TC_BODY(jail_attach_disjoint, tc)
lib/libc/tests/sys/cpuset_test.c
679
ATF_TC_HEAD(jail_nproc, tc)
lib/libc/tests/sys/cpuset_test.c
681
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/cpuset_test.c
684
ATF_TC_BODY(jail_nproc, tc)
lib/libc/tests/sys/cpuset_test.c
778
ATF_TC_HEAD(badparent, tc)
lib/libc/tests/sys/cpuset_test.c
780
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/cpuset_test.c
783
ATF_TC_BODY(badparent, tc)
lib/libc/tests/sys/errno_test.c
16
ATF_TC_HEAD(errno_basic, tc)
lib/libc/tests/sys/errno_test.c
18
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/errno_test.c
22
ATF_TC_BODY(errno_basic, tc)
lib/libc/tests/sys/queue_test.c
145
ATF_TC_HEAD(stailq_test, tc)
lib/libc/tests/sys/queue_test.c
148
atf_tc_set_md_var(tc, "descr", "STAILQ macro feature tests");
lib/libc/tests/sys/queue_test.c
151
ATF_TC_BODY(stailq_test, tc)
lib/libc/tests/sys/queue_test.c
34
ATF_TC_HEAD(slist_test, tc)
lib/libc/tests/sys/queue_test.c
37
atf_tc_set_md_var(tc, "descr", "SLIST macro feature tests");
lib/libc/tests/sys/queue_test.c
40
ATF_TC_BODY(slist_test, tc)
lib/libc/tests/sys/sendfile_test.c
1001
ATF_TC_HEAD(sbytes_negative_v6, tc)
lib/libc/tests/sys/sendfile_test.c
1004
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
1007
ATF_TC_BODY(sbytes_negative_v6, tc)
lib/libc/tests/sys/sendfile_test.c
1009
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
1034
ATF_TC_HEAD(s_negative_not_connected_socket_v4, tc)
lib/libc/tests/sys/sendfile_test.c
1037
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
1041
ATF_TC_BODY(s_negative_not_connected_socket_v4, tc)
lib/libc/tests/sys/sendfile_test.c
1043
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
1050
ATF_TC_HEAD(s_negative_not_connected_socket_v6, tc)
lib/libc/tests/sys/sendfile_test.c
1053
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
1057
ATF_TC_BODY(s_negative_not_connected_socket_v6, tc)
lib/libc/tests/sys/sendfile_test.c
1059
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
1066
ATF_TC_HEAD(s_negative_not_descriptor, tc)
lib/libc/tests/sys/sendfile_test.c
1069
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
1073
ATF_TC_BODY(s_negative_not_descriptor, tc)
lib/libc/tests/sys/sendfile_test.c
1077
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
1092
ATF_TC_HEAD(s_negative_not_socket_file_descriptor, tc)
lib/libc/tests/sys/sendfile_test.c
1095
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
1099
ATF_TC_BODY(s_negative_not_socket_file_descriptor, tc)
lib/libc/tests/sys/sendfile_test.c
1103
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
1138
ATF_TC_HEAD(s_negative_udp_socket_v4, tc)
lib/libc/tests/sys/sendfile_test.c
1141
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
1144
ATF_TC_BODY(s_negative_udp_socket_v4, tc)
lib/libc/tests/sys/sendfile_test.c
1147
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
1154
ATF_TC_HEAD(s_negative_udp_socket_v6, tc)
lib/libc/tests/sys/sendfile_test.c
1157
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
1160
ATF_TC_BODY(s_negative_udp_socket_v6, tc)
lib/libc/tests/sys/sendfile_test.c
1163
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
371
ATF_TC_HEAD(fd_positive_file_v4, tc)
lib/libc/tests/sys/sendfile_test.c
374
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
377
ATF_TC_BODY(fd_positive_file_v4, tc)
lib/libc/tests/sys/sendfile_test.c
380
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
387
ATF_TC_HEAD(fd_positive_file_v6, tc)
lib/libc/tests/sys/sendfile_test.c
390
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
393
ATF_TC_BODY(fd_positive_file_v6, tc)
lib/libc/tests/sys/sendfile_test.c
396
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
456
ATF_TC_HEAD(fd_positive_shm_v4, tc)
lib/libc/tests/sys/sendfile_test.c
459
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
462
ATF_TC_BODY(fd_positive_shm_v4, tc)
lib/libc/tests/sys/sendfile_test.c
464
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
471
ATF_TC_HEAD(fd_positive_shm_v6, tc)
lib/libc/tests/sys/sendfile_test.c
474
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
477
ATF_TC_BODY(fd_positive_shm_v6, tc)
lib/libc/tests/sys/sendfile_test.c
479
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
504
ATF_TC_HEAD(fd_negative_bad_fd_v4, tc)
lib/libc/tests/sys/sendfile_test.c
507
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
510
ATF_TC_BODY(fd_negative_bad_fd_v4, tc)
lib/libc/tests/sys/sendfile_test.c
512
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
519
ATF_TC_HEAD(fd_negative_bad_fd_v6, tc)
lib/libc/tests/sys/sendfile_test.c
522
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
525
ATF_TC_BODY(fd_negative_bad_fd_v6, tc)
lib/libc/tests/sys/sendfile_test.c
527
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
625
ATF_TC_HEAD(flags_v4, tc)
lib/libc/tests/sys/sendfile_test.c
628
atf_tc_set_md_var(tc, "descr", "Verify flags functionality (IPv4)");
lib/libc/tests/sys/sendfile_test.c
630
ATF_TC_BODY(flags_v4, tc)
lib/libc/tests/sys/sendfile_test.c
632
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
639
ATF_TC_HEAD(flags_v6, tc)
lib/libc/tests/sys/sendfile_test.c
642
atf_tc_set_md_var(tc, "descr", "Verify flags functionality (IPv6)");
lib/libc/tests/sys/sendfile_test.c
644
ATF_TC_BODY(flags_v6, tc)
lib/libc/tests/sys/sendfile_test.c
646
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
756
ATF_TC_HEAD(hdtr_positive_v4, tc)
lib/libc/tests/sys/sendfile_test.c
759
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
762
ATF_TC_BODY(hdtr_positive_v4, tc)
lib/libc/tests/sys/sendfile_test.c
764
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
771
ATF_TC_HEAD(hdtr_positive_v6, tc)
lib/libc/tests/sys/sendfile_test.c
774
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
777
ATF_TC_BODY(hdtr_positive_v6, tc)
lib/libc/tests/sys/sendfile_test.c
779
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
824
ATF_TC_HEAD(hdtr_negative_bad_pointers_v4, tc)
lib/libc/tests/sys/sendfile_test.c
827
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
830
ATF_TC_BODY(hdtr_negative_bad_pointers_v4, tc)
lib/libc/tests/sys/sendfile_test.c
832
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
839
ATF_TC_HEAD(hdtr_negative_bad_pointers_v6, tc)
lib/libc/tests/sys/sendfile_test.c
842
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
845
ATF_TC_BODY(hdtr_negative_bad_pointers_v6, tc)
lib/libc/tests/sys/sendfile_test.c
847
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
874
ATF_TC_HEAD(offset_negative_value_less_than_zero_v4, tc)
lib/libc/tests/sys/sendfile_test.c
877
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
880
ATF_TC_BODY(offset_negative_value_less_than_zero_v4, tc)
lib/libc/tests/sys/sendfile_test.c
882
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
889
ATF_TC_HEAD(offset_negative_value_less_than_zero_v6, tc)
lib/libc/tests/sys/sendfile_test.c
892
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
895
ATF_TC_BODY(offset_negative_value_less_than_zero_v6, tc)
lib/libc/tests/sys/sendfile_test.c
897
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
931
ATF_TC_HEAD(sbytes_positive_v4, tc)
lib/libc/tests/sys/sendfile_test.c
934
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
937
ATF_TC_BODY(sbytes_positive_v4, tc)
lib/libc/tests/sys/sendfile_test.c
939
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
946
ATF_TC_HEAD(sbytes_positive_v6, tc)
lib/libc/tests/sys/sendfile_test.c
949
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
952
ATF_TC_BODY(sbytes_positive_v6, tc)
lib/libc/tests/sys/sendfile_test.c
954
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/sendfile_test.c
986
ATF_TC_HEAD(sbytes_negative_v4, tc)
lib/libc/tests/sys/sendfile_test.c
989
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/sendfile_test.c
992
ATF_TC_BODY(sbytes_negative_v4, tc)
lib/libc/tests/sys/sendfile_test.c
994
if (atf_tc_get_config_var_as_bool_wd(tc, "qemu", false))
lib/libc/tests/sys/swapcontext_test.c
29
ATF_TC_HEAD(swapcontext_basic, tc)
lib/libc/tests/sys/swapcontext_test.c
31
atf_tc_set_md_var(tc, "descr",
lib/libc/tests/sys/swapcontext_test.c
35
ATF_TC_BODY(swapcontext_basic, tc)
lib/libcam/tests/cam_test.c
40
ATF_TC_BODY(cam_strmatch, tc)
lib/libcam/tests/libcam_test.c
105
ATF_TC_BODY(cam_get_device_positive_test, tc)
lib/libcam/tests/libcam_test.c
135
ATF_TC_BODY(cam_get_device_sa_test, tc)
lib/libcam/tests/libcam_test.c
157
ATF_TC_HEAD(cam_open_device_negative_test_O_RDONLY, tc)
lib/libcam/tests/libcam_test.c
160
atf_tc_set_md_var(tc, "descr",
lib/libcam/tests/libcam_test.c
163
atf_tc_set_md_var(tc, "require.config", "cam_test_device");
lib/libcam/tests/libcam_test.c
164
atf_tc_set_md_var(tc, "require.user", "root");
lib/libcam/tests/libcam_test.c
167
ATF_TC_BODY(cam_open_device_negative_test_O_RDONLY, tc)
lib/libcam/tests/libcam_test.c
171
cam_test_device = get_cam_test_device(tc);
lib/libcam/tests/libcam_test.c
179
ATF_TC_HEAD(cam_open_device_negative_test_nonexistent, tc)
lib/libcam/tests/libcam_test.c
182
atf_tc_set_md_var(tc, "require.user", "root");
lib/libcam/tests/libcam_test.c
185
ATF_TC_BODY(cam_open_device_negative_test_nonexistent, tc)
lib/libcam/tests/libcam_test.c
194
ATF_TC_HEAD(cam_open_device_negative_test_unprivileged, tc)
lib/libcam/tests/libcam_test.c
197
atf_tc_set_md_var(tc, "require.config", "cam_test_device");
lib/libcam/tests/libcam_test.c
198
atf_tc_set_md_var(tc, "require.user", "unprivileged");
lib/libcam/tests/libcam_test.c
201
ATF_TC_BODY(cam_open_device_negative_test_unprivileged, tc)
lib/libcam/tests/libcam_test.c
205
cam_test_device = get_cam_test_device(tc);
lib/libcam/tests/libcam_test.c
217
ATF_TC_HEAD(cam_open_device_positive_test, tc)
lib/libcam/tests/libcam_test.c
220
atf_tc_set_md_var(tc, "require.config", "cam_test_device");
lib/libcam/tests/libcam_test.c
221
atf_tc_set_md_var(tc, "require.user", "root");
lib/libcam/tests/libcam_test.c
224
ATF_TC_BODY(cam_open_device_positive_test, tc)
lib/libcam/tests/libcam_test.c
229
cam_test_device = get_cam_test_device(tc);
lib/libcam/tests/libcam_test.c
240
ATF_TC_HEAD(cam_close_device_negative_test_NULL, tc)
lib/libcam/tests/libcam_test.c
243
atf_tc_set_md_var(tc, "descr",
lib/libcam/tests/libcam_test.c
245
atf_tc_set_md_var(tc, "require.user", "root");
lib/libcam/tests/libcam_test.c
248
ATF_TC_BODY(cam_close_device_negative_test_NULL, tc)
lib/libcam/tests/libcam_test.c
257
ATF_TC_HEAD(cam_getccb_positive_test, tc)
lib/libcam/tests/libcam_test.c
260
atf_tc_set_md_var(tc, "require.config", "cam_test_device");
lib/libcam/tests/libcam_test.c
261
atf_tc_set_md_var(tc, "require.user", "root");
lib/libcam/tests/libcam_test.c
264
ATF_TC_BODY(cam_getccb_positive_test, tc)
lib/libcam/tests/libcam_test.c
270
cam_test_device = get_cam_test_device(tc);
lib/libcam/tests/libcam_test.c
285
ATF_TC_HEAD(cam_freeccb_negative_test_NULL, tc)
lib/libcam/tests/libcam_test.c
288
atf_tc_set_md_var(tc, "descr",
lib/libcam/tests/libcam_test.c
290
atf_tc_set_md_var(tc, "require.user", "root");
lib/libcam/tests/libcam_test.c
293
ATF_TC_BODY(cam_freeccb_negative_test_NULL, tc)
lib/libcam/tests/libcam_test.c
37
get_cam_test_device(const atf_tc_t *tc)
lib/libcam/tests/libcam_test.c
41
cam_test_device = atf_tc_get_config_var(tc, "cam_test_device");
lib/libcam/tests/libcam_test.c
61
ATF_TC_BODY(cam_get_device_negative_test_NULL_path, tc)
lib/libcam/tests/libcam_test.c
72
ATF_TC_BODY(cam_get_device_negative_test_bad_path, tc)
lib/libcam/tests/libcam_test.c
83
ATF_TC_BODY(cam_get_device_negative_test_nul_path, tc)
lib/libcam/tests/libcam_test.c
94
ATF_TC_BODY(cam_get_device_negative_test_root, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
345
ATF_TC_HEAD(dns_no_limits, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
347
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_dns/tests/dns_test.c
349
ATF_TC_BODY(dns_no_limits, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
365
ATF_TC_HEAD(dns_all_limits, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
367
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_dns/tests/dns_test.c
369
ATF_TC_BODY(dns_all_limits, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
397
ATF_TC_HEAD(dns_name_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
399
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_dns/tests/dns_test.c
401
ATF_TC_BODY(dns_name_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
429
ATF_TC_HEAD(dns_addr_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
431
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_dns/tests/dns_test.c
433
ATF_TC_BODY(dns_addr_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
460
ATF_TC_HEAD(dns_inet_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
462
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_dns/tests/dns_test.c
464
ATF_TC_BODY(dns_inet_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
492
ATF_TC_HEAD(dns_inet6_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
494
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_dns/tests/dns_test.c
496
ATF_TC_BODY(dns_inet6_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
524
ATF_TC_HEAD(dns_name_inet_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
526
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_dns/tests/dns_test.c
528
ATF_TC_BODY(dns_name_inet_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
566
ATF_TC_HEAD(dns_name_inet6_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
568
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_dns/tests/dns_test.c
570
ATF_TC_BODY(dns_name_inet6_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
608
ATF_TC_HEAD(dns_addr_inet_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
610
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_dns/tests/dns_test.c
612
ATF_TC_BODY(dns_addr_inet_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
649
ATF_TC_HEAD(dns_addr_inet6_limit, tc)
lib/libcasper/services/cap_dns/tests/dns_test.c
651
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_dns/tests/dns_test.c
653
ATF_TC_BODY(dns_addr_inet6_limit, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
282
ATF_TC_HEAD(fileargs__open_read, tc) {}
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
283
ATF_TC_BODY(fileargs__open_read, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
323
ATF_TC_CLEANUP(fileargs__open_read, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
329
ATF_TC_HEAD(fileargs__open_write, tc) {}
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
330
ATF_TC_BODY(fileargs__open_write, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
370
ATF_TC_CLEANUP(fileargs__open_write, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
376
ATF_TC_HEAD(fileargs__open_create, tc) {}
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
377
ATF_TC_BODY(fileargs__open_create, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
414
ATF_TC_CLEANUP(fileargs__open_create, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
420
ATF_TC_HEAD(fileargs__open_with_casper, tc) {}
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
421
ATF_TC_BODY(fileargs__open_with_casper, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
450
ATF_TC_CLEANUP(fileargs__open_with_casper, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
456
ATF_TC_HEAD(fileargs__fopen_read, tc) {}
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
457
ATF_TC_BODY(fileargs__fopen_read, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
500
ATF_TC_CLEANUP(fileargs__fopen_read, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
506
ATF_TC_HEAD(fileargs__fopen_write, tc) {}
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
507
ATF_TC_BODY(fileargs__fopen_write, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
550
ATF_TC_CLEANUP(fileargs__fopen_write, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
556
ATF_TC_HEAD(fileargs__fopen_create, tc) {}
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
557
ATF_TC_BODY(fileargs__fopen_create, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
595
ATF_TC_CLEANUP(fileargs__fopen_create, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
601
ATF_TC_HEAD(fileargs__lstat, tc) {}
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
602
ATF_TC_BODY(fileargs__lstat, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
627
ATF_TC_CLEANUP(fileargs__lstat, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
633
ATF_TC_HEAD(fileargs__realpath, tc) {}
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
634
ATF_TC_BODY(fileargs__realpath, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
657
ATF_TC_CLEANUP(fileargs__realpath, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
663
ATF_TC_HEAD(fileargs__open_lstat, tc) {}
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
664
ATF_TC_BODY(fileargs__open_lstat, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
705
ATF_TC_CLEANUP(fileargs__open_lstat, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
711
ATF_TC_HEAD(fileargs__open_realpath, tc) {}
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
712
ATF_TC_BODY(fileargs__open_realpath, tc)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
752
ATF_TC_CLEANUP(fileargs__open_realpath, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1017
ATF_TC_HEAD(capnet__limits_deprecated_name2addr_mode, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1019
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
1021
ATF_TC_BODY(capnet__limits_deprecated_name2addr_mode, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1052
ATF_TC_HEAD(capnet__limits_deprecated_name2addr_hosts, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1054
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
1056
ATF_TC_BODY(capnet__limits_deprecated_name2addr_hosts, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1095
ATF_TC_HEAD(capnet__limits_deprecated_name2addr_family, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1097
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
1099
ATF_TC_BODY(capnet__limits_deprecated_name2addr_family, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1153
ATF_TC_HEAD(capnet__limits_bind_mode, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1155
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
1157
ATF_TC_BODY(capnet__limits_bind_mode, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1189
ATF_TC_HEAD(capnet__limits_bind, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1191
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
1193
ATF_TC_BODY(capnet__limits_bind, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1218
ATF_TC_HEAD(capnet__limits_connect_mode, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1220
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
1222
ATF_TC_BODY(capnet__limits_connect_mode, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1254
ATF_TC_HEAD(capnet__limits_connect_dns_mode, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1256
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
1258
ATF_TC_BODY(capnet__limits_connect_dns_mode, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1290
ATF_TC_HEAD(capnet__limits_connect, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1292
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
1294
ATF_TC_BODY(capnet__limits_connect, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1338
ATF_TC_HEAD(capnet__limits_connecttodns, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1340
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
1342
ATF_TC_BODY(capnet__limits_connecttodns, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1391
ATF_TC_HEAD(capnet__limits_deprecated_connecttodns, tc)
lib/libcasper/services/cap_net/tests/net_test.c
1393
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
1395
ATF_TC_BODY(capnet__limits_deprecated_connecttodns, tc)
lib/libcasper/services/cap_net/tests/net_test.c
335
ATF_TC_HEAD(capnet__getnameinfo, tc)
lib/libcasper/services/cap_net/tests/net_test.c
337
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
339
ATF_TC_BODY(capnet__getnameinfo, tc)
lib/libcasper/services/cap_net/tests/net_test.c
352
ATF_TC_HEAD(capnet__connect, tc)
lib/libcasper/services/cap_net/tests/net_test.c
354
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
356
ATF_TC_BODY(capnet__connect, tc)
lib/libcasper/services/cap_net/tests/net_test.c
368
ATF_TC_HEAD(capnet__bind, tc)
lib/libcasper/services/cap_net/tests/net_test.c
370
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
372
ATF_TC_BODY(capnet__bind, tc)
lib/libcasper/services/cap_net/tests/net_test.c
384
ATF_TC_HEAD(capnet__getaddrinfo, tc)
lib/libcasper/services/cap_net/tests/net_test.c
386
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
388
ATF_TC_BODY(capnet__getaddrinfo, tc)
lib/libcasper/services/cap_net/tests/net_test.c
406
ATF_TC_HEAD(capnet__gethostbyname, tc)
lib/libcasper/services/cap_net/tests/net_test.c
408
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
410
ATF_TC_BODY(capnet__gethostbyname, tc)
lib/libcasper/services/cap_net/tests/net_test.c
422
ATF_TC_HEAD(capnet__gethostbyaddr, tc)
lib/libcasper/services/cap_net/tests/net_test.c
424
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
426
ATF_TC_BODY(capnet__gethostbyaddr, tc)
lib/libcasper/services/cap_net/tests/net_test.c
439
ATF_TC_HEAD(capnet__getnameinfo_buffer, tc)
lib/libcasper/services/cap_net/tests/net_test.c
441
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
443
ATF_TC_BODY(capnet__getnameinfo_buffer, tc)
lib/libcasper/services/cap_net/tests/net_test.c
482
ATF_TC_HEAD(capnet__limits_addr2name_mode, tc)
lib/libcasper/services/cap_net/tests/net_test.c
484
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
486
ATF_TC_BODY(capnet__limits_addr2name_mode, tc)
lib/libcasper/services/cap_net/tests/net_test.c
517
ATF_TC_HEAD(capnet__limits_addr2name_family, tc)
lib/libcasper/services/cap_net/tests/net_test.c
519
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
521
ATF_TC_BODY(capnet__limits_addr2name_family, tc)
lib/libcasper/services/cap_net/tests/net_test.c
566
ATF_TC_HEAD(capnet__limits_addr2name, tc)
lib/libcasper/services/cap_net/tests/net_test.c
568
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
570
ATF_TC_BODY(capnet__limits_addr2name, tc)
lib/libcasper/services/cap_net/tests/net_test.c
624
ATF_TC_HEAD(capnet__limits_deprecated_addr2name_mode, tc)
lib/libcasper/services/cap_net/tests/net_test.c
626
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
628
ATF_TC_BODY(capnet__limits_deprecated_addr2name_mode, tc)
lib/libcasper/services/cap_net/tests/net_test.c
657
ATF_TC_HEAD(capnet__limits_deprecated_addr2name_family, tc)
lib/libcasper/services/cap_net/tests/net_test.c
659
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
661
ATF_TC_BODY(capnet__limits_deprecated_addr2name_family, tc)
lib/libcasper/services/cap_net/tests/net_test.c
712
ATF_TC_HEAD(capnet__limits_deprecated_addr2name, tc)
lib/libcasper/services/cap_net/tests/net_test.c
714
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
716
ATF_TC_BODY(capnet__limits_deprecated_addr2name, tc)
lib/libcasper/services/cap_net/tests/net_test.c
768
ATF_TC_HEAD(capnet__limits_name2addr_mode, tc)
lib/libcasper/services/cap_net/tests/net_test.c
770
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
772
ATF_TC_BODY(capnet__limits_name2addr_mode, tc)
lib/libcasper/services/cap_net/tests/net_test.c
804
ATF_TC_HEAD(capnet__limits_name2addr_hosts, tc)
lib/libcasper/services/cap_net/tests/net_test.c
806
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
808
ATF_TC_BODY(capnet__limits_name2addr_hosts, tc)
lib/libcasper/services/cap_net/tests/net_test.c
861
ATF_TC_HEAD(capnet__limits_name2addr_hosts_servnames_strict, tc)
lib/libcasper/services/cap_net/tests/net_test.c
863
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
865
ATF_TC_BODY(capnet__limits_name2addr_hosts_servnames_strict, tc)
lib/libcasper/services/cap_net/tests/net_test.c
897
ATF_TC_HEAD(capnet__limits_name2addr_hosts_servnames_mix, tc)
lib/libcasper/services/cap_net/tests/net_test.c
899
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
901
ATF_TC_BODY(capnet__limits_name2addr_hosts_servnames_mix, tc)
lib/libcasper/services/cap_net/tests/net_test.c
954
ATF_TC_HEAD(capnet__limits_name2addr_family, tc)
lib/libcasper/services/cap_net/tests/net_test.c
956
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
lib/libcasper/services/cap_net/tests/net_test.c
958
ATF_TC_BODY(capnet__limits_name2addr_family, tc)
lib/libcasper/services/cap_netdb/tests/netdb_test.c
65
ATF_TC_BODY(cap_netdb__getprotobyname, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1209
ATF_TC_CLEANUP(cap_sysctl__operation, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1215
ATF_TC_HEAD(cap_sysctl__names, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1218
ATF_TC_BODY(cap_sysctl__names, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1570
ATF_TC_CLEANUP(cap_sysctl__names, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1576
ATF_TC_HEAD(cap_sysctl__no_limits, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1579
ATF_TC_BODY(cap_sysctl__no_limits, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1590
ATF_TC_CLEANUP(cap_sysctl__no_limits, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1596
ATF_TC_HEAD(cap_sysctl__recursive_limits, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1599
ATF_TC_BODY(cap_sysctl__recursive_limits, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1646
ATF_TC_CLEANUP(cap_sysctl__recursive_limits, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1652
ATF_TC_HEAD(cap_sysctl__just_size, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1655
ATF_TC_BODY(cap_sysctl__just_size, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1675
ATF_TC_CLEANUP(cap_sysctl__just_size, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
268
ATF_TC_HEAD(cap_sysctl__operation, tc)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
271
ATF_TC_BODY(cap_sysctl__operation, tc)
lib/libcrypt/tests/crypt_tests.c
11
ATF_TC_HEAD(md5, tc)
lib/libcrypt/tests/crypt_tests.c
14
atf_tc_set_md_var(tc, "descr", "Tests the MD5 based password hash");
lib/libcrypt/tests/crypt_tests.c
17
ATF_TC_BODY(md5, tc)
lib/libcrypt/tests/crypt_tests.c
27
ATF_TC_HEAD(invalid, tc)
lib/libcrypt/tests/crypt_tests.c
30
atf_tc_set_md_var(tc, "descr", "Tests that invalid password fails");
lib/libcrypt/tests/crypt_tests.c
33
ATF_TC_BODY(invalid, tc)
lib/libdiff/tests/libdiff_test.c
23
ATF_TC_HEAD(diff_atomize_truncated, tc)
lib/libdiff/tests/libdiff_test.c
25
atf_tc_set_md_var(tc, "descr", "Verify that the atomizer "
lib/libdiff/tests/libdiff_test.c
28
ATF_TC_BODY(diff_atomize_truncated, tc)
lib/libdiff/tests/libdiff_test.c
33
const char *fn = atf_tc_get_ident(tc);
lib/libdiff/tests/libdiff_test.c
52
ATF_TC_CLEANUP(diff_atomize_truncated, tc)
lib/libdiff/tests/libdiff_test.c
54
unlink(atf_tc_get_ident(tc));
lib/libexecinfo/tests/sigtramp_test.c
46
ATF_TC_BODY(test_backtrace_sigtramp, tc)
lib/libkvm/tests/kvm_close_test.c
35
ATF_TC_HEAD(kvm_close_negative_test_NULL, tc)
lib/libkvm/tests/kvm_close_test.c
38
atf_tc_set_md_var(tc, "descr",
lib/libkvm/tests/kvm_close_test.c
42
ATF_TC_BODY(kvm_close_negative_test_NULL, tc)
lib/libkvm/tests/kvm_geterr_test.c
42
ATF_TC_HEAD(kvm_geterr_negative_test_NULL, tc)
lib/libkvm/tests/kvm_geterr_test.c
45
atf_tc_set_md_var(tc, "descr",
lib/libkvm/tests/kvm_geterr_test.c
49
ATF_TC_BODY(kvm_geterr_negative_test_NULL, tc)
lib/libkvm/tests/kvm_geterr_test.c
58
ATF_TC_HEAD(kvm_geterr_positive_test_error, tc)
lib/libkvm/tests/kvm_geterr_test.c
61
atf_tc_set_md_var(tc, "descr",
lib/libkvm/tests/kvm_geterr_test.c
63
atf_tc_set_md_var(tc, "require.user", "root");
lib/libkvm/tests/kvm_geterr_test.c
66
ATF_TC_BODY(kvm_geterr_positive_test_error, tc)
lib/libkvm/tests/kvm_geterr_test.c
84
ATF_TC_HEAD(kvm_geterr_positive_test_no_error, tc)
lib/libkvm/tests/kvm_geterr_test.c
87
atf_tc_set_md_var(tc, "descr",
lib/libkvm/tests/kvm_geterr_test.c
89
atf_tc_set_md_var(tc, "require.user", "root");
lib/libkvm/tests/kvm_geterr_test.c
92
ATF_TC_BODY(kvm_geterr_positive_test_no_error, tc)
lib/libkvm/tests/kvm_open2_test.c
42
ATF_TC_BODY(kvm_open2_negative_test_nonexistent_corefile, tc)
lib/libkvm/tests/kvm_open2_test.c
55
ATF_TC_BODY(kvm_open2_negative_test_nonexistent_execfile, tc)
lib/libkvm/tests/kvm_open2_test.c
69
ATF_TC_HEAD(kvm_open2_negative_test_invalid_corefile, tc)
lib/libkvm/tests/kvm_open2_test.c
72
atf_tc_set_md_var(tc, "require.user", "root");
lib/libkvm/tests/kvm_open2_test.c
75
ATF_TC_BODY(kvm_open2_negative_test_invalid_corefile, tc)
lib/libkvm/tests/kvm_open2_test.c
87
ATF_TC_HEAD(kvm_open2_negative_test_invalid_execfile, tc)
lib/libkvm/tests/kvm_open2_test.c
90
atf_tc_set_md_var(tc, "require.user", "root");
lib/libkvm/tests/kvm_open2_test.c
93
ATF_TC_BODY(kvm_open2_negative_test_invalid_execfile, tc)
lib/libkvm/tests/kvm_open_test.c
42
ATF_TC_BODY(kvm_open_negative_test_nonexistent_corefile, tc)
lib/libkvm/tests/kvm_open_test.c
51
ATF_TC_BODY(kvm_open_negative_test_nonexistent_execfile, tc)
lib/libkvm/tests/kvm_open_test.c
61
ATF_TC_HEAD(kvm_open_negative_test_invalid_corefile, tc)
lib/libkvm/tests/kvm_open_test.c
64
atf_tc_set_md_var(tc, "require.user", "root");
lib/libkvm/tests/kvm_open_test.c
67
ATF_TC_BODY(kvm_open_negative_test_invalid_corefile, tc)
lib/libkvm/tests/kvm_open_test.c
77
ATF_TC_HEAD(kvm_open_negative_test_invalid_execfile, tc)
lib/libkvm/tests/kvm_open_test.c
80
atf_tc_set_md_var(tc, "require.user", "root");
lib/libkvm/tests/kvm_open_test.c
83
ATF_TC_BODY(kvm_open_negative_test_invalid_execfile, tc)
lib/libkvm/tests/kvm_read_test.c
44
ATF_TC_HEAD(kvm_read_positive_test_no_error, tc)
lib/libkvm/tests/kvm_read_test.c
47
atf_tc_set_md_var(tc, "descr",
lib/libkvm/tests/kvm_read_test.c
49
atf_tc_set_md_var(tc, "require.user", "root");
lib/libkvm/tests/kvm_read_test.c
52
ATF_TC_BODY(kvm_read_positive_test_no_error, tc)
lib/libnv/tests/nvlist_send_recv_test.c
479
ATF_TC_BODY(nvlist_send_recv__send_many_fds__dgram, tc)
lib/libnv/tests/nvlist_send_recv_test.c
517
ATF_TC_BODY(nvlist_send_recv__send_many_fds__stream, tc)
lib/libnv/tests/nvlist_send_recv_test.c
523
ATF_TC_BODY(nvlist_send_recv__send_nvlist__dgram, tc)
lib/libnv/tests/nvlist_send_recv_test.c
529
ATF_TC_BODY(nvlist_send_recv__send_nvlist__stream, tc)
lib/libnv/tests/nvlist_send_recv_test.c
535
ATF_TC_BODY(nvlist_send_recv__send_closed_fd__dgram, tc)
lib/libnv/tests/nvlist_send_recv_test.c
541
ATF_TC_BODY(nvlist_send_recv__send_closed_fd__stream, tc)
lib/libnv/tests/nvlist_send_recv_test.c
547
ATF_TC_BODY(nvlist_send_recv__overflow_header_size, tc)
lib/libnv/tests/nvlist_send_recv_test.c
610
ATF_TC_BODY(nvlist_send_recv__invalid_fd_size, tc)
lib/libnv/tests/nvlist_send_recv_test.c
666
ATF_TC_BODY(nvlist_send_recv__overflow_fd_size, tc)
lib/libnvmf/nvmf_tcp.c
1118
struct nvmf_tcp_capsule *ntc, *tc;
lib/libnvmf/nvmf_tcp.c
1121
TAILQ_FOREACH_SAFE(tc, &qp->rx_capsules, link, ntc) {
lib/libnvmf/nvmf_tcp.c
1122
TAILQ_REMOVE(&qp->rx_capsules, tc, link);
lib/libnvmf/nvmf_tcp.c
1123
nvmf_free_capsule(&tc->nc);
lib/libnvmf/nvmf_tcp.c
1180
struct nvmf_tcp_capsule *tc = TCAP(nc);
lib/libnvmf/nvmf_tcp.c
1182
nvmf_tcp_free_pdu(&tc->rx_pdu);
lib/libnvmf/nvmf_tcp.c
1183
if (tc->cb != NULL)
lib/libnvmf/nvmf_tcp.c
1184
tcp_free_command_buffer(tc->cb);
lib/libnvmf/nvmf_tcp.c
1185
free(tc);
lib/libnvmf/nvmf_tcp.c
1192
struct nvmf_tcp_capsule *tc = TCAP(nc);
lib/libnvmf/nvmf_tcp.c
1231
tc->cb = tcp_alloc_command_buffer(qp, nc->nc_data, 0,
lib/libnvmf/nvmf_tcp.c
1263
struct nvmf_tcp_capsule *tc;
lib/libnvmf/nvmf_tcp.c
1271
tc = TAILQ_FIRST(&qp->rx_capsules);
lib/libnvmf/nvmf_tcp.c
1272
TAILQ_REMOVE(&qp->rx_capsules, tc, link);
lib/libnvmf/nvmf_tcp.c
1273
*ncp = &tc->nc;
lib/libnvmf/nvmf_tcp.c
1280
const struct nvmf_tcp_capsule *tc = CTCAP(nc);
lib/libnvmf/nvmf_tcp.c
1283
assert(tc->rx_pdu.hdr != NULL);
lib/libnvmf/nvmf_tcp.c
1288
if (tc->rx_pdu.data_len != le32toh(sgl->length)) {
lib/libnvmf/nvmf_tcp.c
1294
if (tc->rx_pdu.data_len != 0) {
lib/libnvmf/nvmf_tcp.c
1372
const struct nvmf_tcp_capsule *tc = CTCAP(nc);
lib/libnvmf/nvmf_tcp.c
1375
icd = (const char *)tc->rx_pdu.hdr + tc->rx_pdu.hdr->pdo + data_offset;
lib/libnvmf/nvmf_tcp.c
374
struct nvmf_tcp_capsule *tc;
lib/libnvmf/nvmf_tcp.c
382
tc = TCAP(nc);
lib/libnvmf/nvmf_tcp.c
383
tc->rx_pdu = *pdu;
lib/libnvmf/nvmf_tcp.c
385
TAILQ_INSERT_TAIL(&qp->rx_capsules, tc, link);
lib/libnvmf/nvmf_tcp.c
395
struct nvmf_tcp_capsule *tc;
lib/libnvmf/nvmf_tcp.c
404
tc = TCAP(nc);
lib/libnvmf/nvmf_tcp.c
405
tc->rx_pdu = *pdu;
lib/libnvmf/nvmf_tcp.c
407
TAILQ_INSERT_TAIL(&qp->rx_capsules, tc, link);
lib/libnvmf/nvmf_tcp.c
636
struct nvmf_tcp_capsule *tc;
lib/libnvmf/nvmf_tcp.c
649
tc = TCAP(nc);
lib/libnvmf/nvmf_tcp.c
650
TAILQ_INSERT_TAIL(&qp->rx_capsules, tc, link);
lib/libnvmf/nvmf_transport.c
113
struct nvmf_capsule *nc, *tc;
lib/libnvmf/nvmf_transport.c
115
TAILQ_FOREACH_SAFE(nc, &qp->nq_rx_capsules, nc_link, tc) {
lib/libproc/tests/proc_test.c
155
ATF_TC_HEAD(map_alias_name2map, tc)
lib/libproc/tests/proc_test.c
157
atf_tc_set_md_var(tc, "descr",
lib/libproc/tests/proc_test.c
162
ATF_TC_BODY(map_alias_name2map, tc)
lib/libproc/tests/proc_test.c
167
phdl = start_prog(tc, false);
lib/libproc/tests/proc_test.c
187
ATF_TC_HEAD(map_prefix_name2map, tc)
lib/libproc/tests/proc_test.c
189
atf_tc_set_md_var(tc, "descr",
lib/libproc/tests/proc_test.c
193
ATF_TC_BODY(map_prefix_name2map, tc)
lib/libproc/tests/proc_test.c
198
phdl = start_prog(tc, false);
lib/libproc/tests/proc_test.c
216
ATF_TC_HEAD(map_alias_name2sym, tc)
lib/libproc/tests/proc_test.c
218
atf_tc_set_md_var(tc, "descr",
lib/libproc/tests/proc_test.c
223
ATF_TC_BODY(map_alias_name2sym, tc)
lib/libproc/tests/proc_test.c
230
phdl = start_prog(tc, false);
lib/libproc/tests/proc_test.c
255
ATF_TC_HEAD(symbol_lookup, tc)
lib/libproc/tests/proc_test.c
257
atf_tc_set_md_var(tc, "descr",
lib/libproc/tests/proc_test.c
263
ATF_TC_BODY(symbol_lookup, tc)
lib/libproc/tests/proc_test.c
270
phdl = start_prog(tc, false);
lib/libproc/tests/proc_test.c
295
ATF_TC_HEAD(symbol_lookup_fail, tc)
lib/libproc/tests/proc_test.c
297
atf_tc_set_md_var(tc, "descr",
lib/libproc/tests/proc_test.c
301
ATF_TC_BODY(symbol_lookup_fail, tc)
lib/libproc/tests/proc_test.c
309
phdl = start_prog(tc, false);
lib/libproc/tests/proc_test.c
332
ATF_TC_HEAD(signal_forward, tc)
lib/libproc/tests/proc_test.c
334
atf_tc_set_md_var(tc, "descr",
lib/libproc/tests/proc_test.c
339
ATF_TC_BODY(signal_forward, tc)
lib/libproc/tests/proc_test.c
344
phdl = start_prog(tc, true);
lib/libproc/tests/proc_test.c
373
ATF_TC_HEAD(symbol_sort_local, tc)
lib/libproc/tests/proc_test.c
375
atf_tc_set_md_var(tc, "descr",
lib/libproc/tests/proc_test.c
379
ATF_TC_BODY(symbol_sort_local, tc)
lib/libproc/tests/proc_test.c
386
phdl = start_prog(tc, true);
lib/libproc/tests/proc_test.c
405
ATF_TC_HEAD(symbol_sort_prefix, tc)
lib/libproc/tests/proc_test.c
407
atf_tc_set_md_var(tc, "descr",
lib/libproc/tests/proc_test.c
411
ATF_TC_BODY(symbol_sort_prefix, tc)
lib/libproc/tests/proc_test.c
418
phdl = start_prog(tc, true);
lib/libproc/tests/proc_test.c
435
ATF_TC_HEAD(symbol_sort_underscore, tc)
lib/libproc/tests/proc_test.c
437
atf_tc_set_md_var(tc, "descr",
lib/libproc/tests/proc_test.c
442
ATF_TC_BODY(symbol_sort_underscore, tc)
lib/libproc/tests/proc_test.c
449
phdl = start_prog(tc, true);
lib/libproc/tests/proc_test.c
48
start_prog(const struct atf_tc *tc, bool sig)
lib/libproc/tests/proc_test.c
54
asprintf(&argv[0], "%s/%s", atf_tc_get_config_var(tc, "srcdir"),
lib/libsbuf/tests/sbuf_core_test.c
114
ATF_TC_BODY(sbuf_drain_ret0_test, tc)
lib/libsbuf/tests/sbuf_core_test.c
131
ATF_TC_BODY(sbuf_len_test, tc)
lib/libsbuf/tests/sbuf_core_test.c
163
ATF_TC_BODY(sbuf_new_fixedlen, tc)
lib/libsbuf/tests/sbuf_core_test.c
192
ATF_TC_BODY(sbuf_setpos_test, tc)
lib/libsbuf/tests/sbuf_core_test.c
45
ATF_TC_BODY(sbuf_clear_test, tc)
lib/libsbuf/tests/sbuf_core_test.c
85
ATF_TC_BODY(sbuf_done_and_sbuf_finish_test, tc)
lib/libsbuf/tests/sbuf_stdio_test.c
114
ATF_TC_BODY(sbuf_printf_test, tc)
lib/libsbuf/tests/sbuf_stdio_test.c
147
ATF_TC_BODY(sbuf_putbuf_test, tc)
lib/libsbuf/tests/sbuf_stdio_test.c
173
ATF_TC_BODY(sbuf_vprintf_test, tc)
lib/libsbuf/tests/sbuf_stdio_test.c
60
ATF_TC_BODY(sbuf_printf_drain_null_test, tc)
lib/libsbuf/tests/sbuf_stdio_test.c
86
ATF_TC_BODY(sbuf_printf_drain_test, tc)
lib/libsbuf/tests/sbuf_string_test.c
106
ATF_TC_BODY(sbuf_bcpy_test, tc)
lib/libsbuf/tests/sbuf_string_test.c
140
ATF_TC_BODY(sbuf_cat_test, tc)
lib/libsbuf/tests/sbuf_string_test.c
180
ATF_TC_BODY(sbuf_cpy_test, tc)
lib/libsbuf/tests/sbuf_string_test.c
214
ATF_TC_BODY(sbuf_putc_test, tc)
lib/libsbuf/tests/sbuf_string_test.c
246
ATF_TC_BODY(sbuf_trim_test, tc)
lib/libsbuf/tests/sbuf_string_test.c
61
ATF_TC_BODY(sbuf_bcat_test, tc)
lib/libsys/__vdso_gettimeofday.c
42
u_int tc;
lib/libsys/__vdso_gettimeofday.c
44
error = __vdso_gettc(th, &tc);
lib/libsys/__vdso_gettimeofday.c
46
*delta = (tc - th->th_offset_count) & th->th_counter_mask;
lib/libsys/aarch64/__vdso_gettc.c
57
__vdso_gettc(const struct vdso_timehands *th, u_int *tc)
lib/libsys/aarch64/__vdso_gettc.c
63
*tc = th->th_physical == 0 ? cp15_cntvct_get() : cp15_cntpct_get();
lib/libsys/arm/__vdso_gettc.c
60
__vdso_gettc(const struct vdso_timehands *th, u_int *tc)
lib/libsys/arm/__vdso_gettc.c
67
*tc = th->th_physical == 0 ? cp15_cntvct_get() : cp15_cntpct_get();
lib/libsys/powerpc/__vdso_gettc.c
45
__vdso_gettc(const struct vdso_timehands *th, u_int *tc)
lib/libsys/powerpc/__vdso_gettc.c
54
*tc = mfspr(TBR_TBL);
lib/libsys/powerpc64/__vdso_gettc.c
44
__vdso_gettc(const struct vdso_timehands *th, u_int *tc)
lib/libsys/powerpc64/__vdso_gettc.c
52
*tc = tb;
lib/libsys/riscv/__vdso_gettc.c
39
__vdso_gettc(const struct vdso_timehands *th, u_int *tc)
lib/libsys/riscv/__vdso_gettc.c
44
*tc = csr_read(time);
lib/libsys/x86/__vdso_gettc.c
314
__vdso_hyperv_tsc(struct hyperv_reftsc *tsc_ref, u_int *tc)
lib/libsys/x86/__vdso_gettc.c
335
*tc = ret;
lib/libsys/x86/__vdso_gettc.c
349
__vdso_pvclock_gettc(const struct vdso_timehands *th, u_int *tc)
lib/libsys/x86/__vdso_gettc.c
374
*tc = MAX(ns, th->th_x86_pvc_last_systime);
lib/libsys/x86/__vdso_gettc.c
403
__vdso_gettc(const struct vdso_timehands *th, u_int *tc)
lib/libsys/x86/__vdso_gettc.c
410
*tc = th->th_x86_shift > 0 ? __vdso_gettc_rdtsc_low(th) :
lib/libsys/x86/__vdso_gettc.c
426
*tc = *(volatile uint32_t *)(map + HPET_MAIN_COUNTER);
lib/libsys/x86/__vdso_gettc.c
434
return (__vdso_hyperv_tsc(hyperv_ref_tsc, tc));
lib/libsys/x86/__vdso_gettc.c
441
return (__vdso_pvclock_gettc(th, tc));
lib/libsysdecode/tests/sysdecode_test.c
86
ATF_TC_BODY(cap_rights, tc)
lib/libthr/tests/atfork_test.c
114
ATF_TC_HEAD(basic_atfork, tc)
lib/libthr/tests/atfork_test.c
116
atf_tc_set_md_var(tc, "descr",
lib/libthr/tests/atfork_test.c
119
ATF_TC_BODY(basic_atfork, tc)
lib/libthr/tests/atfork_test.c
231
ATF_TC_HEAD(multi_atfork, tc)
lib/libthr/tests/atfork_test.c
233
atf_tc_set_md_var(tc, "descr",
lib/libthr/tests/atfork_test.c
236
ATF_TC_BODY(multi_atfork, tc)
lib/libthr/tests/atfork_test.c
58
ATF_TC_HEAD(preinit_atfork, tc)
lib/libthr/tests/atfork_test.c
60
atf_tc_set_md_var(tc, "descr",
lib/libthr/tests/atfork_test.c
63
ATF_TC_BODY(preinit_atfork, tc)
lib/libthr/tests/pthread_sigqueue_test.c
73
ATF_TC_HEAD(pthread_sigqueue, tc)
lib/libthr/tests/pthread_sigqueue_test.c
75
atf_tc_set_md_var(tc, "descr",
lib/libthr/tests/pthread_sigqueue_test.c
79
ATF_TC_BODY(pthread_sigqueue, tc)
lib/libthr/tests/pthread_tryjoin_test.c
31
ATF_TC_HEAD(pthread_tryjoin, tc)
lib/libthr/tests/pthread_tryjoin_test.c
33
atf_tc_set_md_var(tc, "descr",
lib/libthr/tests/pthread_tryjoin_test.c
37
ATF_TC_BODY(pthread_tryjoin, tc)
lib/libthr/tests/umtx_op_test.c
61
ATF_TC_HEAD(batching, tc)
lib/libthr/tests/umtx_op_test.c
63
atf_tc_set_md_var(tc, "descr",
lib/libthr/tests/umtx_op_test.c
66
ATF_TC_BODY(batching, tc)
lib/libutil/tests/cpuset_test.c
10
ATF_TC_HEAD(invalid, tc)
lib/libutil/tests/cpuset_test.c
12
atf_tc_set_md_var(tc, "descr", "Test invalid cpu");
lib/libutil/tests/cpuset_test.c
15
ATF_TC_BODY(invalid, tc)
lib/libutil/tests/cpuset_test.c
26
ATF_TC_HEAD(invalidchar, tc)
lib/libutil/tests/cpuset_test.c
28
atf_tc_set_md_var(tc, "descr", "Test invalid char");
lib/libutil/tests/cpuset_test.c
31
ATF_TC_BODY(invalidchar, tc)
lib/libutil/tests/cpuset_test.c
39
ATF_TC_HEAD(all, tc)
lib/libutil/tests/cpuset_test.c
41
atf_tc_set_md_var(tc, "descr", "Test 'all' special cpu-list");
lib/libutil/tests/cpuset_test.c
44
ATF_TC_BODY(all, tc)
lib/libutil/tests/cpuset_test.c
52
ATF_TC_HEAD(normalsyntax, tc)
lib/libutil/tests/cpuset_test.c
54
atf_tc_set_md_var(tc, "descr", "Test normal cpu-list syntax");
lib/libutil/tests/cpuset_test.c
57
ATF_TC_BODY(normalsyntax, tc)
lib/libutil/tests/expand_number_test.c
228
struct tc *tc;
lib/libutil/tests/expand_number_test.c
232
for (tc = tcs; tc->str != NULL; tc++) {
lib/libutil/tests/expand_number_test.c
233
ret = expand_number(tc->str, &num);
lib/libutil/tests/expand_number_test.c
235
if (tc->error == 0) {
lib/libutil/tests/expand_number_test.c
237
"%s ret = %d", tc->str, ret);
lib/libutil/tests/expand_number_test.c
238
ATF_REQUIRE_EQ_MSG(tc->num, num,
lib/libutil/tests/expand_number_test.c
239
"%s num = %ju", tc->str, (uintmax_t)num);
lib/libutil/tests/expand_number_test.c
242
"%s ret = %d", tc->str, ret);
lib/libutil/tests/expand_number_test.c
243
ATF_REQUIRE_EQ_MSG(tc->error, error,
lib/libutil/tests/expand_number_test.c
244
"%s errno = %d", tc->str, error);
lib/libutil/tests/forkpty_test.c
17
ATF_TC_HEAD(forkfail, tc)
lib/libutil/tests/forkpty_test.c
19
atf_tc_set_md_var(tc, "descr", "Check for fd leak when fork() fails");
lib/libutil/tests/forkpty_test.c
20
atf_tc_set_md_var(tc, "require.user", "unprivileged");
lib/libutil/tests/forkpty_test.c
23
ATF_TC_BODY(forkfail, tc)
lib/msun/ld128/e_lgammal_r.c
262
else if(x>=2.3163998126983643e-01) {y= x-(tc-1); i=1;}
lib/msun/ld128/e_lgammal_r.c
267
else if(x>=1.2316322326660156e+00) {y=x-tc;i=1;}
lib/msun/ld128/e_lgammal_r.c
65
tc = 1.46163214496836234126265954232572133e+00L,
lib/msun/ld80/e_lgammal_r.c
300
else if(x>=2.3163998126983643e-01) {y= x-(tc-1); i=1;}
lib/msun/ld80/e_lgammal_r.c
305
else if(x>=1.2316322326660156e+00) {y=x-tc;i=1;}
lib/msun/src/e_lgamma_r.c
103
tc = 1.46163214496836224576e+00, /* 0x3FF762D8, 0x6356BE3F */
lib/msun/src/e_lgamma_r.c
238
else if(ix>=0x3FCDA661) {y= x-(tc-one); i=1;}
lib/msun/src/e_lgamma_r.c
243
else if(ix>=0x3FF3B4C4) {y=x-tc;i=1;} /* [1.23,1.73] */
lib/msun/src/e_lgammaf_r.c
160
else if(ix>=0x3e6d3308) {y= x-(tc-one); i=1;}
lib/msun/src/e_lgammaf_r.c
165
else if(ix>=0x3F9da620) {y=x-tc;i=1;} /* [1.23,1.73] */
lib/msun/src/e_lgammaf_r.c
41
tc = 1.46163213e+00, /* 0x3fbb16c3 */
lib/msun/tests/cexp_test.c
102
ATF_TC_BODY(zero, tc)
lib/msun/tests/cexp_test.c
117
ATF_TC_BODY(nan, tc)
lib/msun/tests/cexp_test.c
149
ATF_TC_BODY(inf, tc)
lib/msun/tests/cexp_test.c
190
ATF_TC_BODY(reals, tc)
lib/msun/tests/cexp_test.c
212
ATF_TC_BODY(imaginaries, tc)
lib/msun/tests/cexp_test.c
233
ATF_TC_BODY(small, tc)
lib/msun/tests/cexp_test.c
266
ATF_TC_BODY(large, tc)
lib/msun/tests/conj_test.c
71
ATF_TC_BODY(main, tc)
lib/msun/tests/csqrt_test.c
299
ATF_TC_BODY(csqrt, tc)
lib/msun/tests/csqrt_test.c
318
ATF_TC_BODY(csqrtf, tc)
lib/msun/tests/csqrt_test.c
337
ATF_TC_BODY(csqrtl, tc)
lib/msun/tests/ctrig_test.c
131
ATF_TC_HEAD(test_zero_input, tc)
lib/msun/tests/ctrig_test.c
133
atf_tc_set_md_var(tc, "descr", "test 0 input");
lib/msun/tests/ctrig_test.c
135
ATF_TC_BODY(test_zero_input, tc)
lib/msun/tests/ctrig_test.c
149
ATF_TC_HEAD(test_nan_inputs, tc)
lib/msun/tests/ctrig_test.c
151
atf_tc_set_md_var(tc, "descr", "test NaN inputs");
lib/msun/tests/ctrig_test.c
153
ATF_TC_BODY(test_nan_inputs, tc)
lib/msun/tests/ctrig_test.c
230
ATF_TC_HEAD(test_inf_inputs, tc)
lib/msun/tests/ctrig_test.c
232
atf_tc_set_md_var(tc, "descr", "test infinity inputs");
lib/msun/tests/ctrig_test.c
234
ATF_TC_BODY(test_inf_inputs, tc)
lib/msun/tests/ctrig_test.c
299
ATF_TC_HEAD(test_axes, tc)
lib/msun/tests/ctrig_test.c
301
atf_tc_set_md_var(tc, "descr", "test along the real/imaginary axes");
lib/msun/tests/ctrig_test.c
303
ATF_TC_BODY(test_axes, tc)
lib/msun/tests/ctrig_test.c
365
ATF_TC_HEAD(test_small_inputs, tc)
lib/msun/tests/ctrig_test.c
367
atf_tc_set_md_var(tc, "descr", "test underflow inputs");
lib/msun/tests/ctrig_test.c
369
ATF_TC_BODY(test_small_inputs, tc)
lib/msun/tests/ctrig_test.c
434
ATF_TC_HEAD(test_large_inputs, tc)
lib/msun/tests/ctrig_test.c
436
atf_tc_set_md_var(tc, "descr",
lib/msun/tests/ctrig_test.c
439
ATF_TC_BODY(test_large_inputs, tc)
lib/msun/tests/exponential_test.c
130
ATF_TC_BODY(exp2f, tc)
lib/msun/tests/exponential_test.c
140
ATF_TC_BODY(exp2, tc)
lib/msun/tests/exponential_test.c
150
ATF_TC_BODY(exp2l, tc)
lib/msun/tests/exponential_test.c
160
ATF_TC_BODY(generic, tc)
lib/msun/tests/exponential_test.c
170
ATF_TC_BODY(generic_fp_pe, tc)
lib/msun/tests/fenv_test.c
168
ATF_TC_BODY(dfl_env, tc)
lib/msun/tests/fenv_test.c
213
ATF_TC_BODY(fetestclearexcept, tc)
lib/msun/tests/fenv_test.c
247
ATF_TC_BODY(fegsetexceptflag, tc)
lib/msun/tests/fenv_test.c
278
ATF_TC_BODY(feraiseexcept, tc)
lib/msun/tests/fenv_test.c
306
ATF_TC_BODY(fegsetround, tc)
lib/msun/tests/fenv_test.c
341
ATF_TC_BODY(fegsetenv, tc)
lib/msun/tests/fenv_test.c
390
ATF_TC_BODY(masking, tc)
lib/msun/tests/fenv_test.c
485
ATF_TC_BODY(feholdupdate, tc)
lib/msun/tests/fma_test.c
475
ATF_TC_BODY(zeroes, tc)
lib/msun/tests/fma_test.c
488
ATF_TC_BODY(infinities, tc)
lib/msun/tests/fma_test.c
501
ATF_TC_BODY(nans, tc)
lib/msun/tests/fma_test.c
509
ATF_TC_BODY(small_z, tc)
lib/msun/tests/fma_test.c
520
ATF_TC_BODY(big_z, tc)
lib/msun/tests/fma_test.c
530
ATF_TC_BODY(accuracy, tc)
lib/msun/tests/fma_test.c
537
ATF_TC_BODY(double_rounding, tc) {
lib/msun/tests/fmaximum_fminimum_test.c
102
ATF_TC_BODY(test1, tc)
lib/msun/tests/fmaximum_fminimum_test.c
108
ATF_TC_BODY(test2, tc)
lib/msun/tests/fmaximum_fminimum_test.c
113
ATF_TC_BODY(test3, tc)
lib/msun/tests/fmaximum_fminimum_test.c
119
ATF_TC_BODY(test4, tc)
lib/msun/tests/fmaximum_fminimum_test.c
125
ATF_TC_BODY(test5, tc)
lib/msun/tests/fmaximum_fminimum_test.c
131
ATF_TC_BODY(test6, tc)
lib/msun/tests/fmaximum_fminimum_test.c
136
ATF_TC_BODY(test7, tc)
lib/msun/tests/fmaximum_fminimum_test.c
142
ATF_TC_BODY(test8, tc)
lib/msun/tests/fmaximum_fminimum_test.c
148
ATF_TC_BODY(test9, tc)
lib/msun/tests/fmaximum_fminimum_test.c
154
ATF_TC_BODY(test10, tc)
lib/msun/tests/fmaximum_fminimum_test.c
160
ATF_TC_BODY(test11, tc)
lib/msun/tests/fmaximum_fminimum_test.c
166
ATF_TC_BODY(test12, tc)
lib/msun/tests/fmaxmin_test.c
102
ATF_TC_BODY(test2, tc)
lib/msun/tests/fmaxmin_test.c
107
ATF_TC_BODY(test3, tc)
lib/msun/tests/fmaxmin_test.c
113
ATF_TC_BODY(test4, tc)
lib/msun/tests/fmaxmin_test.c
119
ATF_TC_BODY(test5, tc)
lib/msun/tests/fmaxmin_test.c
125
ATF_TC_BODY(test6, tc)
lib/msun/tests/fmaxmin_test.c
130
ATF_TC_BODY(test7, tc)
lib/msun/tests/fmaxmin_test.c
136
ATF_TC_BODY(test8, tc)
lib/msun/tests/fmaxmin_test.c
142
ATF_TC_BODY(test9, tc)
lib/msun/tests/fmaxmin_test.c
148
ATF_TC_BODY(test10, tc)
lib/msun/tests/fmaxmin_test.c
154
ATF_TC_BODY(test11, tc)
lib/msun/tests/fmaxmin_test.c
160
ATF_TC_BODY(test12, tc)
lib/msun/tests/fmaxmin_test.c
96
ATF_TC_BODY(test1, tc)
lib/msun/tests/ilogb_test.c
36
ATF_TC_BODY(ilogb, tc)
lib/msun/tests/ilogb_test.c
55
ATF_TC_BODY(ilogbf, tc)
lib/msun/tests/ilogb_test.c
75
ATF_TC_BODY(ilogbl, tc)
lib/msun/tests/invctrig_test.c
124
ATF_TC_BODY(zero, tc)
lib/msun/tests/invctrig_test.c
147
ATF_TC_BODY(nan, tc)
lib/msun/tests/invctrig_test.c
229
ATF_TC_BODY(inf, tc)
lib/msun/tests/invctrig_test.c
279
ATF_TC_BODY(axes, tc)
lib/msun/tests/invctrig_test.c
319
ATF_TC_BODY(small, tc)
lib/msun/tests/invctrig_test.c
348
ATF_TC_BODY(large, tc)
lib/msun/tests/invtrig_test.c
126
ATF_TC_BODY(special, tc)
lib/msun/tests/invtrig_test.c
155
ATF_TC_BODY(special_atan2, tc)
lib/msun/tests/invtrig_test.c
241
ATF_TC_BODY(accuracy, tc)
lib/msun/tests/invtrig_test.c
281
ATF_TC_BODY(p2x_atan2, tc)
lib/msun/tests/invtrig_test.c
306
ATF_TC_BODY(tiny, tc)
lib/msun/tests/invtrig_test.c
344
ATF_TC_BODY(atan_huge, tc)
lib/msun/tests/invtrig_test.c
446
ATF_TC_BODY(inverse, tc)
lib/msun/tests/logarithm_test.c
124
ATF_TC_BODY(log2_tests, tc)
lib/msun/tests/logarithm_test.c
148
ATF_TC_BODY(roundingmode_tests, tc)
lib/msun/tests/logarithm_test.c
182
ATF_TC_BODY(accuracy_tests, tc)
lib/msun/tests/logarithm_test.c
250
ATF_TC_BODY(log1p_accuracy_tests, tc)
lib/msun/tests/logarithm_test.c
253
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
lib/msun/tests/logarithm_test.c
93
ATF_TC_BODY(generic_tests, tc)
lib/msun/tests/lrint_test.c
132
ATF_TC_BODY(lrint, tc)
lib/msun/tests/lround_test.c
66
ATF_TC_BODY(main, tc)
lib/msun/tests/nan_test.c
106
ATF_TC_BODY(nan, tc)
lib/msun/tests/nearbyint_test.c
153
ATF_TC_BODY(nearbyint, tc)
lib/msun/tests/next_test.c
127
ATF_TC_BODY(eq_and_nan, tc)
lib/msun/tests/next_test.c
142
ATF_TC_BODY(ordinary, tc)
lib/msun/tests/next_test.c
168
ATF_TC_BODY(boundaries, tc)
lib/msun/tests/next_test.c
218
ATF_TC_BODY(overflow, tc)
lib/msun/tests/next_test.c
80
ATF_TC_BODY(zeros, tc)
lib/msun/tests/rem_test.c
53
ATF_TC_BODY(rem1, tc)
lib/msun/tests/rem_test.c
79
ATF_TC_BODY(rem2, tc)
lib/msun/tests/rem_test.c
96
ATF_TC_BODY(rem3, tc)
lib/msun/tests/trig_test.c
115
ATF_TC_HEAD(reduction, tc)
lib/msun/tests/trig_test.c
118
atf_tc_set_md_var(tc, "descr",
lib/msun/tests/trig_test.c
121
ATF_TC_BODY(reduction, tc)
lib/msun/tests/trig_test.c
223
ATF_TC_HEAD(accuracy, tc)
lib/msun/tests/trig_test.c
226
atf_tc_set_md_var(tc, "descr",
lib/msun/tests/trig_test.c
229
ATF_TC_BODY(accuracy, tc)
lib/msun/tests/trig_test.c
80
ATF_TC_HEAD(special, tc)
lib/msun/tests/trig_test.c
83
atf_tc_set_md_var(tc, "descr",
lib/msun/tests/trig_test.c
86
ATF_TC_BODY(special, tc)
libexec/rtld-elf/tests/dlopen_hash_test.c
19
ATF_TC_BODY(dlopen_hash, tc)
libexec/rtld-elf/tests/dlopen_hash_test.c
29
testdir = open(atf_tc_get_config_var(tc, "srcdir"),
libexec/rtld-elf/tests/dlopen_test.c
14
ATF_TC_BODY(dlopen_basic, tc)
libexec/rtld-elf/tests/dlopen_test.c
31
ATF_TC_BODY(dlopen_recursing, tc)
libexec/rtld-elf/tests/ld_library_pathfds.c
101
setup(&files, tc);
libexec/rtld-elf/tests/ld_library_pathfds.c
111
ATF_TC_BODY(middle_library_directory, tc)
libexec/rtld-elf/tests/ld_library_pathfds.c
116
setup(&files, tc);
libexec/rtld-elf/tests/ld_library_pathfds.c
126
ATF_TC_BODY(last_library_directory, tc)
libexec/rtld-elf/tests/ld_library_pathfds.c
131
setup(&files, tc);
libexec/rtld-elf/tests/ld_library_pathfds.c
157
setup(struct descriptors *dp, const atf_tc_t *tc)
libexec/rtld-elf/tests/ld_library_pathfds.c
160
dp->testdir = opendir_fd(atf_tc_get_config_var(tc, "srcdir"));
libexec/rtld-elf/tests/ld_library_pathfds.c
45
ATF_TC_BODY(missing_library, tc)
libexec/rtld-elf/tests/ld_library_pathfds.c
49
setup(&files, tc);
libexec/rtld-elf/tests/ld_library_pathfds.c
55
ATF_TC_BODY(wrong_library_directories, tc)
libexec/rtld-elf/tests/ld_library_pathfds.c
60
setup(&files, tc);
libexec/rtld-elf/tests/ld_library_pathfds.c
69
ATF_TC_BODY(bad_library_directories, tc)
libexec/rtld-elf/tests/ld_library_pathfds.c
74
setup(&files, tc);
libexec/rtld-elf/tests/ld_library_pathfds.c
82
ATF_TC_BODY(single_library_directory, tc)
libexec/rtld-elf/tests/ld_library_pathfds.c
87
setup(&files, tc);
libexec/rtld-elf/tests/ld_library_pathfds.c
96
ATF_TC_BODY(first_library_directory, tc)
libexec/rtld-elf/tests/ld_preload_fds.c
36
setup(const atf_tc_t *tc)
libexec/rtld-elf/tests/ld_preload_fds.c
40
testdir = opendir_fd(atf_tc_get_config_var(tc, "srcdir"));
libexec/rtld-elf/tests/ld_preload_fds.c
52
ATF_TC_BODY(missing_library, tc)
libexec/rtld-elf/tests/ld_preload_fds.c
55
setup(tc);
libexec/rtld-elf/tests/ld_preload_fds.c
60
ATF_TC_BODY(bad_librarys, tc)
libexec/rtld-elf/tests/ld_preload_fds.c
66
setup(tc);
libexec/rtld-elf/tests/ld_preload_fds.c
71
ATF_TC_BODY(single_library, tc)
libexec/rtld-elf/tests/ld_preload_fds.c
75
setup(tc);
libexec/rtld-elf/tests/ld_preload_fds.c
84
ATF_TC_BODY(two_librarys, tc)
libexec/rtld-elf/tests/ld_preload_fds.c
88
setup(tc);
libexec/rtld-elf/tests/rtld_deepbind/rtld_deepbind.c
20
ATF_TC_BODY(deepbind_simple, tc)
libexec/rtld-elf/tests/set_var_test.c
14
ATF_TC_BODY(set_var_library_path_fds, tc)
libexec/rtld-elf/tests/set_var_test.c
23
testdir = open(atf_tc_get_config_var(tc, "srcdir"),
libexec/tftpd/tests/functional.c
206
ATF_TC_HEAD(name ## _v4, tc) \
libexec/tftpd/tests/functional.c
210
ATF_TC_BODY(name ## _v4, tc) \
libexec/tftpd/tests/functional.c
221
ATF_TC_CLEANUP(name ## _v4, tc) \
libexec/tftpd/tests/functional.c
226
ATF_TC_HEAD(name ## _v6, tc) \
libexec/tftpd/tests/functional.c
230
ATF_TC_BODY(name ## _v6, tc) \
libexec/tftpd/tests/functional.c
241
ATF_TC_CLEANUP(name ## _v6, tc) \
libexec/tftpd/tests/functional.c
496
atf_tc_set_md_var(tc, "require.user", "root");,
sbin/devd/tests/client_test.c
134
ATF_TC_BODY(stream, tc)
sbin/devd/tests/client_test.c
94
ATF_TC_BODY(seqpacket, tc)
sbin/ifconfig/ifieee80211.c
284
const struct ieee80211_channel *tc = &chaninfo->ic_chans[j];
sbin/ifconfig/ifieee80211.c
286
tc->ic_freq == fc->ic_freq && (tc->ic_flags & to) == to)
sbin/pfctl/tests/pfctl_test.c
164
const atf_tc_t *tc, bool test_failure)
sbin/pfctl/tests/pfctl_test.c
172
atf_tc_get_config_var(tc, "srcdir"));
sbin/pfctl/tests/pfctl_test.c
231
do_pf_test(const char *number, const atf_tc_t *tc)
sbin/pfctl/tests/pfctl_test.c
236
atf_tc_get_config_var(tc, "srcdir"), number);
sbin/pfctl/tests/pfctl_test.c
238
atf_tc_get_config_var(tc, "srcdir"), number);
sbin/pfctl/tests/pfctl_test.c
239
run_pfctl_test(input_path, expected_path, tc, false);
sbin/pfctl/tests/pfctl_test.c
245
do_pf_test_fail(const char *number, const atf_tc_t *tc)
sbin/pfctl/tests/pfctl_test.c
250
atf_tc_get_config_var(tc, "srcdir"), number);
sbin/pfctl/tests/pfctl_test.c
252
atf_tc_get_config_var(tc, "srcdir"), number);
sbin/pfctl/tests/pfctl_test.c
253
run_pfctl_test(input_path, expected_path, tc, true);
sbin/pfctl/tests/pfctl_test.c
259
do_selfpf_test(const char *number, const atf_tc_t *tc)
sbin/pfctl/tests/pfctl_test.c
263
atf_tc_get_config_var(tc, "srcdir"), number);
sbin/pfctl/tests/pfctl_test.c
264
run_pfctl_test(expected_path, expected_path, tc, false);
sbin/pfctl/tests/pfctl_test.c
271
ATF_TC_HEAD(pf##number, tc) \
sbin/pfctl/tests/pfctl_test.c
273
atf_tc_set_md_var(tc, "descr", descr); \
sbin/pfctl/tests/pfctl_test.c
274
atf_tc_set_md_var(tc, "require.kmods", "pf"); \
sbin/pfctl/tests/pfctl_test.c
276
ATF_TC_BODY(pf##number, tc) \
sbin/pfctl/tests/pfctl_test.c
278
do_pf_test(#number, tc); \
sbin/pfctl/tests/pfctl_test.c
281
ATF_TC_HEAD(selfpf##number, tc) \
sbin/pfctl/tests/pfctl_test.c
283
atf_tc_set_md_var(tc, "descr", "Self " descr); \
sbin/pfctl/tests/pfctl_test.c
284
atf_tc_set_md_var(tc, "require.kmods", "pf"); \
sbin/pfctl/tests/pfctl_test.c
286
ATF_TC_BODY(selfpf##number, tc) \
sbin/pfctl/tests/pfctl_test.c
288
do_selfpf_test(#number, tc); \
sbin/pfctl/tests/pfctl_test.c
293
ATF_TC_HEAD(pf##number, tc) \
sbin/pfctl/tests/pfctl_test.c
295
atf_tc_set_md_var(tc, "descr", descr); \
sbin/pfctl/tests/pfctl_test.c
296
atf_tc_set_md_var(tc, "require.kmods", "pf"); \
sbin/pfctl/tests/pfctl_test.c
298
ATF_TC_BODY(pf##number, tc) \
sbin/pfctl/tests/pfctl_test.c
300
do_pf_test_fail(#number, tc); \
sbin/pfctl/tests/pfctl_test.c
305
ATF_TC_HEAD(pf##number, tc) \
sbin/pfctl/tests/pfctl_test.c
307
atf_tc_set_md_var(tc, "descr", descr); \
sbin/pfctl/tests/pfctl_test.c
308
atf_tc_set_md_var(tc, "execenv", "jail"); \
sbin/pfctl/tests/pfctl_test.c
309
atf_tc_set_md_var(tc, "execenv.jail.params", "vnet"); \
sbin/pfctl/tests/pfctl_test.c
310
atf_tc_set_md_var(tc, "require.kmods", "pf"); \
sbin/pfctl/tests/pfctl_test.c
312
ATF_TC_BODY(pf##number, tc) \
sbin/pfctl/tests/pfctl_test.c
315
do_pf_test(#number, tc); \
sbin/pfctl/tests/pfctl_test.c
317
ATF_TC_CLEANUP(pf##number, tc) \
sbin/ping/ping6.c
2502
u_int8_t tc;
sbin/ping/ping6.c
2505
tc = *(&ip6->ip6_vfc + 1); /* XXX */
sbin/ping/ping6.c
2506
tc = (tc >> 4) & 0x0f;
sbin/ping/ping6.c
2507
tc |= (ip6->ip6_vfc << 4);
sbin/ping/ping6.c
2511
(ip6->ip6_vfc & IPV6_VERSION_MASK) >> 4, tc, (u_int32_t)ntohl(flow),
sbin/ping/tests/in_cksum_test.c
40
ATF_TC_BODY(aligned_even_length, tc)
sbin/ping/tests/in_cksum_test.c
52
ATF_TC_BODY(aligned_odd_length, tc)
sbin/ping/tests/in_cksum_test.c
64
ATF_TC_BODY(unaligned_even_length, tc)
sbin/ping/tests/in_cksum_test.c
76
ATF_TC_BODY(unaligned_odd_length, tc)
share/examples/tests/tests/atf/printf_test.c
101
ATF_TC_BODY(snprintf__overflow, tc)
share/examples/tests/tests/atf/printf_test.c
127
ATF_TC_BODY(fprintf__simple_string, tc)
share/examples/tests/tests/atf/printf_test.c
63
ATF_TC_BODY(snprintf__two_formatters, tc)
share/examples/tests/tests/atf/printf_test.c
89
ATF_TC_HEAD(snprintf__overflow, tc)
share/examples/tests/tests/atf/printf_test.c
97
atf_tc_set_md_var(tc, "descr", "This test case validates the proper "
sys/arm/allwinner/aw_timer.c
125
static u_int a23_timer_get_timecount(struct timecounter *tc);
sys/arm/allwinner/aw_timer.c
424
a23_timer_get_timecount(struct timecounter *tc)
sys/arm/allwinner/aw_timer.c
429
sc = (struct aw_timer_softc *)tc->tc_priv;
sys/arm/allwinner/aw_timer.c
474
a10_timer_get_timecount(struct timecounter *tc)
sys/arm/allwinner/aw_timer.c
476
if (tc->tc_priv == NULL)
sys/arm/allwinner/aw_timer.c
479
return ((u_int)a10_timer_read_counter64(tc->tc_priv));
sys/arm/arm/generic_timer.c
159
struct timecounter *tc);
sys/arm/arm/generic_timer.c
364
arm_tmr_get_timecount(struct timecounter *tc)
sys/arm/arm/generic_timer.c
946
struct timecounter *tc)
sys/arm/arm/mpcore_timer.c
158
arm_tmr_get_timecount(struct timecounter *tc)
sys/arm/arm/mpcore_timer.c
162
sc = tc->tc_priv;
sys/arm/arm/sp804.c
116
sp804_timer_tc_get_timecount(struct timecounter *tc)
sys/arm/arm/sp804.c
118
struct sp804_timer_softc *sc = tc->tc_priv;
sys/arm/arm/sp804.c
244
sc->tc.tc_frequency = sc->sysclk_freq;
sys/arm/arm/sp804.c
245
sc->tc.tc_name = "SP804-1";
sys/arm/arm/sp804.c
246
sc->tc.tc_get_timecount = sp804_timer_tc_get_timecount;
sys/arm/arm/sp804.c
247
sc->tc.tc_poll_pps = NULL;
sys/arm/arm/sp804.c
248
sc->tc.tc_counter_mask = ~0u;
sys/arm/arm/sp804.c
249
sc->tc.tc_quality = 1000;
sys/arm/arm/sp804.c
250
sc->tc.tc_priv = sc;
sys/arm/arm/sp804.c
258
tc_init(&sc->tc);
sys/arm/arm/sp804.c
320
counts = usec * ((sc->tc.tc_frequency / 1000000) + 1);
sys/arm/arm/sp804.c
322
first = sp804_timer_tc_get_timecount(&sc->tc);
sys/arm/arm/sp804.c
325
last = sp804_timer_tc_get_timecount(&sc->tc);
sys/arm/arm/sp804.c
99
struct timecounter tc;
sys/arm/freescale/imx/imx_epit.c
102
struct timecounter tc;
sys/arm/freescale/imx/imx_epit.c
190
epit_tc_get_timecount(struct timecounter *tc)
sys/arm/freescale/imx/imx_epit.c
193
return (epit_read_counter(tc->tc_priv));
sys/arm/freescale/imx/imx_epit.c
205
sc->tc.tc_name = "EPIT";
sys/arm/freescale/imx/imx_epit.c
206
sc->tc.tc_quality = 1000;
sys/arm/freescale/imx/imx_epit.c
207
sc->tc.tc_frequency = sc->clkfreq;
sys/arm/freescale/imx/imx_epit.c
208
sc->tc.tc_counter_mask = 0xffffffff;
sys/arm/freescale/imx/imx_epit.c
209
sc->tc.tc_get_timecount = epit_tc_get_timecount;
sys/arm/freescale/imx/imx_epit.c
210
sc->tc.tc_priv = sc;
sys/arm/freescale/imx/imx_epit.c
211
tc_init(&sc->tc);
sys/arm/freescale/imx/imx_epit.c
92
static u_int epit_tc_get_timecount(struct timecounter *tc);
sys/arm/freescale/imx/imx_gpt.c
373
imx_gpt_get_timecount(struct timecounter *tc)
sys/arm/freescale/imx/imx_gpt.c
377
sc = tc->tc_priv;
sys/arm/mv/timer.c
286
mv_timer_get_timecount(struct timecounter *tc)
sys/arm/ti/am335x/am335x_dmtimer.c
209
am335x_dmtimer_tc_get_timecount(struct timecounter *tc)
sys/arm/ti/am335x/am335x_dmtimer.c
213
sc = tc->tc_priv;
sys/arm/ti/am335x/am335x_dmtimer.c
233
sc->func.tc.tc_name = sc->tmr_name;
sys/arm/ti/am335x/am335x_dmtimer.c
234
sc->func.tc.tc_get_timecount = am335x_dmtimer_tc_get_timecount;
sys/arm/ti/am335x/am335x_dmtimer.c
235
sc->func.tc.tc_counter_mask = ~0u;
sys/arm/ti/am335x/am335x_dmtimer.c
236
sc->func.tc.tc_frequency = sc->sysclk_freq;
sys/arm/ti/am335x/am335x_dmtimer.c
237
sc->func.tc.tc_quality = 500;
sys/arm/ti/am335x/am335x_dmtimer.c
238
sc->func.tc.tc_priv = sc;
sys/arm/ti/am335x/am335x_dmtimer.c
241
tc_init(&sc->func.tc);
sys/arm/ti/am335x/am335x_dmtimer.c
63
struct timecounter tc;
sys/arm/ti/am335x/am335x_dmtpps.c
268
dmtpps_get_timecount(struct timecounter *tc)
sys/arm/ti/am335x/am335x_dmtpps.c
272
sc = tc->tc_priv;
sys/arm/ti/am335x/am335x_dmtpps.c
278
dmtpps_poll(struct timecounter *tc)
sys/arm/ti/am335x/am335x_dmtpps.c
282
sc = tc->tc_priv;
sys/arm/ti/am335x/am335x_dmtpps.c
326
sc->tc.tc_poll_pps = dmtpps_poll;
sys/arm/ti/am335x/am335x_dmtpps.c
344
sc->tc.tc_poll_pps = NULL;
sys/arm/ti/am335x/am335x_dmtpps.c
540
sc->tc.tc_name = sc->tmr_name;
sys/arm/ti/am335x/am335x_dmtpps.c
541
sc->tc.tc_get_timecount = dmtpps_get_timecount;
sys/arm/ti/am335x/am335x_dmtpps.c
542
sc->tc.tc_counter_mask = ~0u;
sys/arm/ti/am335x/am335x_dmtpps.c
543
sc->tc.tc_frequency = sc->sysclk_freq;
sys/arm/ti/am335x/am335x_dmtpps.c
544
sc->tc.tc_quality = 1000;
sys/arm/ti/am335x/am335x_dmtpps.c
545
sc->tc.tc_priv = sc;
sys/arm/ti/am335x/am335x_dmtpps.c
547
tc_init(&sc->tc);
sys/arm/ti/am335x/am335x_dmtpps.c
80
struct timecounter tc;
sys/arm64/arm64/busdma_machdep.c
127
struct bus_dma_tag_common *tc;
sys/arm64/arm64/busdma_machdep.c
139
tc = (struct bus_dma_tag_common *)parent;
sys/arm64/arm64/busdma_machdep.c
140
error = tc->impl->tag_create(parent, alignment,
sys/arm64/arm64/busdma_machdep.c
172
struct bus_dma_tag_common *tc;
sys/arm64/arm64/busdma_machdep.c
174
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/arm64/busdma_machdep.c
175
return (tc->impl->tag_destroy(dmat));
sys/arm64/arm64/busdma_machdep.c
181
struct bus_dma_tag_common *tc;
sys/arm64/arm64/busdma_machdep.c
183
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/arm64/busdma_machdep.c
184
domain = vm_phys_domain_match(domain, 0ul, tc->lowaddr);
sys/arm64/arm64/busdma_machdep.c
186
if (domain == tc->domain)
sys/arm64/arm64/busdma_machdep.c
188
tc->domain = domain;
sys/arm64/arm64/busdma_machdep.c
189
return (tc->impl->tag_set_domain(dmat));
sys/arm64/include/bus_dma.h
101
struct bus_dma_tag_common *tc;
sys/arm64/include/bus_dma.h
103
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/include/bus_dma.h
104
return (tc->impl->load_phys(dmat, map, buf, buflen, flags, segs,
sys/arm64/include/bus_dma.h
113
struct bus_dma_tag_common *tc;
sys/arm64/include/bus_dma.h
115
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/include/bus_dma.h
116
return (tc->impl->load_ma(dmat, map, ma, tlen, ma_offs, flags,
sys/arm64/include/bus_dma.h
125
struct bus_dma_tag_common *tc;
sys/arm64/include/bus_dma.h
127
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/include/bus_dma.h
128
return (tc->impl->load_buffer(dmat, map, buf, buflen, pmap, flags, segs,
sys/arm64/include/bus_dma.h
136
struct bus_dma_tag_common *tc;
sys/arm64/include/bus_dma.h
138
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/include/bus_dma.h
139
tc->impl->map_waitok(dmat, map, mem, callback, callback_arg);
sys/arm64/include/bus_dma.h
146
struct bus_dma_tag_common *tc;
sys/arm64/include/bus_dma.h
148
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/include/bus_dma.h
149
return (tc->impl->map_complete(dmat, map, segs, nsegs, error));
sys/arm64/include/bus_dma.h
157
struct bus_dma_tag_common *tc;
sys/arm64/include/bus_dma.h
159
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/include/bus_dma.h
16
struct bus_dma_tag_common *tc;
sys/arm64/include/bus_dma.h
160
return (tc->impl->load_kmsan(map, mem));
sys/arm64/include/bus_dma.h
18
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/include/bus_dma.h
19
return (tc->impl->id_mapped(dmat, buf, buflen));
sys/arm64/include/bus_dma.h
29
struct bus_dma_tag_common *tc;
sys/arm64/include/bus_dma.h
31
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/include/bus_dma.h
32
return (tc->impl->map_create(dmat, flags, mapp));
sys/arm64/include/bus_dma.h
42
struct bus_dma_tag_common *tc;
sys/arm64/include/bus_dma.h
44
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/include/bus_dma.h
45
return (tc->impl->map_destroy(dmat, map));
sys/arm64/include/bus_dma.h
57
struct bus_dma_tag_common *tc;
sys/arm64/include/bus_dma.h
59
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/include/bus_dma.h
60
return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp));
sys/arm64/include/bus_dma.h
70
struct bus_dma_tag_common *tc;
sys/arm64/include/bus_dma.h
72
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/include/bus_dma.h
73
tc->impl->mem_free(dmat, vaddr, map);
sys/arm64/include/bus_dma.h
82
struct bus_dma_tag_common *tc;
sys/arm64/include/bus_dma.h
84
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/include/bus_dma.h
85
tc->impl->map_unload(dmat, map);
sys/arm64/include/bus_dma.h
91
struct bus_dma_tag_common *tc;
sys/arm64/include/bus_dma.h
93
tc = (struct bus_dma_tag_common *)dmat;
sys/arm64/include/bus_dma.h
94
tc->impl->map_sync(dmat, map, op);
sys/arm64/linux/linux_vdso_gtod.c
138
__vdso_gettc(const struct vdso_timehands *th, u_int *tc)
sys/arm64/linux/linux_vdso_gtod.c
144
*tc = th->th_physical == 0 ? cp15_cntvct_get() : cp15_cntpct_get();
sys/dev/acpica/acpi_hpet.c
129
static u_int hpet_get_timecount(struct timecounter *tc);
sys/dev/acpica/acpi_hpet.c
138
hpet_get_timecount(struct timecounter *tc)
sys/dev/acpica/acpi_hpet.c
142
sc = tc->tc_priv;
sys/dev/acpica/acpi_hpet.c
147
hpet_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc)
sys/dev/acpica/acpi_hpet.c
151
sc = tc->tc_priv;
sys/dev/acpica/acpi_hpet.c
164
struct timecounter *tc)
sys/dev/acpica/acpi_hpet.c
168
sc = tc->tc_priv;
sys/dev/acpica/acpi_hpet.c
587
sc->tc.tc_get_timecount = hpet_get_timecount,
sys/dev/acpica/acpi_hpet.c
588
sc->tc.tc_counter_mask = ~0u,
sys/dev/acpica/acpi_hpet.c
589
sc->tc.tc_name = "HPET",
sys/dev/acpica/acpi_hpet.c
590
sc->tc.tc_quality = 950,
sys/dev/acpica/acpi_hpet.c
591
sc->tc.tc_frequency = sc->freq;
sys/dev/acpica/acpi_hpet.c
592
sc->tc.tc_priv = sc;
sys/dev/acpica/acpi_hpet.c
593
sc->tc.tc_fill_vdso_timehands = hpet_vdso_timehands;
sys/dev/acpica/acpi_hpet.c
595
sc->tc.tc_fill_vdso_timehands32 = hpet_vdso_timehands32;
sys/dev/acpica/acpi_hpet.c
597
tc_init(&sc->tc);
sys/dev/acpica/acpi_hpet.c
90
struct timecounter tc;
sys/dev/acpica/acpi_hpet.h
72
struct timecounter *tc);
sys/dev/acpica/acpi_hpet.h
74
struct timecounter *tc);
sys/dev/acpica/acpi_timer.c
243
struct timecounter *tc;
sys/dev/acpica/acpi_timer.c
245
tc = timecounter;
sys/dev/acpica/acpi_timer.c
246
if (tc != newtc) {
sys/dev/acpica/acpi_timer.c
250
tc->tc_name, newtc->tc_name);
sys/dev/acpica/acpi_timer.c
259
struct timecounter *tc;
sys/dev/acpica/acpi_timer.c
278
tc = timecounter;
sys/dev/acpica/acpi_timer.c
279
if (tc != newtc) {
sys/dev/acpica/acpi_timer.c
283
tc->tc_name, newtc->tc_name);
sys/dev/acpica/acpi_timer.c
288
acpi_timer_resume_handler, tc, EVENTHANDLER_PRI_LAST);
sys/dev/acpica/acpi_timer.c
296
acpi_timer_get_timecount(struct timecounter *tc)
sys/dev/acpica/acpi_timer.c
309
acpi_timer_get_timecount_safe(struct timecounter *tc)
sys/dev/acpica/acpi_timer.c
77
static u_int acpi_timer_get_timecount(struct timecounter *tc);
sys/dev/acpica/acpi_timer.c
78
static u_int acpi_timer_get_timecount_safe(struct timecounter *tc);
sys/dev/aq/aq_hw.c
395
uint32_t tc = 0U;
sys/dev/aq/aq_hw.c
420
tpb_tx_pkt_buff_size_per_tc_set(hw, buff_size, tc);
sys/dev/aq/aq_hw.c
422
(buff_size * (1024 / 32U) * 66U) / 100U, tc);
sys/dev/aq/aq_hw.c
424
(buff_size * (1024 / 32U) * 50U) / 100U, tc);
sys/dev/aq/aq_hw.c
427
tc = 0;
sys/dev/aq/aq_hw.c
430
rpb_rx_pkt_buff_size_per_tc_set(hw, buff_size, tc);
sys/dev/aq/aq_hw.c
432
(buff_size * (1024U / 32U) * 66U) / 100U, tc);
sys/dev/aq/aq_hw.c
434
(buff_size * (1024U / 32U) * 50U) / 100U, tc);
sys/dev/aq/aq_hw_llh.c
1801
uint32_t tx_pkt_shed_desc_tc_max_credit, uint32_t tc)
sys/dev/aq/aq_hw_llh.c
1803
AQ_WRITE_REG_BIT(aq_hw, tps_desc_tctcredit_max_adr(tc),
sys/dev/aq/aq_hw_llh.c
1810
uint32_t tx_pkt_shed_desc_tc_weight, uint32_t tc)
sys/dev/aq/aq_hw_llh.c
1812
AQ_WRITE_REG_BIT(aq_hw, tps_desc_tctweight_adr(tc),
sys/dev/aq/aq_hw_llh.c
1828
uint32_t tx_pkt_shed_tc_data_max_credit, uint32_t tc)
sys/dev/aq/aq_hw_llh.c
1830
AQ_WRITE_REG_BIT(aq_hw, tps_data_tctcredit_max_adr(tc),
sys/dev/aq/aq_hw_llh.c
1837
uint32_t tx_pkt_shed_tc_data_weight, uint32_t tc)
sys/dev/aq/aq_hw_llh.c
1839
AQ_WRITE_REG_BIT(aq_hw, tps_data_tctweight_adr(tc),
sys/dev/aq/aq_hw_llh.c
904
uint32_t user_priority_tc_map, uint32_t tc)
sys/dev/aq/aq_hw_llh.c
923
AQ_WRITE_REG_BIT(aq_hw, rpf_rpb_rx_tc_upt_adr[tc],
sys/dev/aq/aq_hw_llh.c
924
rpf_rpb_rx_tc_upt_msk[tc], rpf_rpb_rx_tc_upt_shft[tc],
sys/dev/aq/aq_hw_llh.h
515
uint32_t user_priority_tc_map, uint32_t tc);
sys/dev/aq/aq_hw_llh.h
970
uint32_t tx_pkt_shed_desc_tc_max_credit, uint32_t tc);
sys/dev/aq/aq_hw_llh.h
974
uint32_t tx_pkt_shed_desc_tc_weight, uint32_t tc);
sys/dev/aq/aq_hw_llh.h
982
uint32_t tx_pkt_shed_tc_data_max_credit, uint32_t tc);
sys/dev/aq/aq_hw_llh.h
986
uint32_t tx_pkt_shed_tc_data_weight, uint32_t tc);
sys/dev/aq/aq_hw_llh_internal.h
3001
#define tps_desc_tctcredit_max_adr(tc) (0x00007210 + (tc) * 0x4)
sys/dev/aq/aq_hw_llh_internal.h
3020
#define tps_desc_tctweight_adr(tc) (0x00007210 + (tc) * 0x4)
sys/dev/aq/aq_hw_llh_internal.h
3057
#define tps_data_tctcredit_max_adr(tc) (0x00007110 + (tc) * 0x4)
sys/dev/aq/aq_hw_llh_internal.h
3076
#define tps_data_tctweight_adr(tc) (0x00007110 + (tc) * 0x4)
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
102
int tc;
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
104
tc = bnxt_tx_queue_to_tc(softc, queue_id);
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
105
if (tc >= 0)
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
106
ets->prio_tc[i] = tc;
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
177
int tc;
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
183
tc = bnxt_tx_queue_to_tc(softc, cos2bw.queue_id);
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
184
if (tc < 0)
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
188
ets->tc_tsa[tc] = BNXT_IEEE_8021QAZ_TSA_STRICT;
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
190
ets->tc_tsa[tc] = BNXT_IEEE_8021QAZ_TSA_ETS;
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
191
ets->tc_tx_bw[tc] = cos2bw.bw_weight;
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
556
bnxt_ets_validate(struct bnxt_softc *softc, struct bnxt_ieee_ets *ets, uint8_t *tc)
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
596
*tc = softc->max_tc;
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
598
*tc = max_tc + 1;
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1806
bnxt_ets_tsa_to_str(struct bnxt_softc *softc, uint32_t tc)
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1808
switch (softc->ieee_ets->tc_tsa[tc]) {
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1833
bnxt_ets_get_val(struct bnxt_softc *softc, uint32_t type, uint32_t tc)
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1838
return softc->ieee_ets->tc_tsa[tc];
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1842
return softc->ieee_ets->prio_tc[tc];
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1846
return softc->ieee_ets->tc_tx_bw[tc];
sys/dev/bnxt/bnxt_re/main.c
2863
u8 max_tc, tc, *qptr, *type_ptr0, *type_ptr1;
sys/dev/bnxt/bnxt_re/main.c
2898
for (tc = 0; tc < max_tc; tc++) {
sys/dev/bnxt/bnxt_re/main.c
2899
tmp_type = tc ? type_ptr1 + (tc - 1) : type_ptr0;
sys/dev/bnxt/bnxt_re/main.c
2907
tc_rec->tc_roce = tc;
sys/dev/bnxt/bnxt_re/main.c
2910
tc_rec->tc_cnp = tc;
sys/dev/bnxt/bnxt_re/main.c
2913
tc_rec->tc_def = tc;
sys/dev/cxgbe/common/common.h
332
unsigned int tc; /* PCI-E traffic class */
sys/dev/cxgbe/common/common.h
406
unsigned int tc; /* PCI-E traffic class */
sys/dev/cxgbe/common/common.h
912
unsigned int rxqi, unsigned int rxq, unsigned int tc,
sys/dev/cxgbe/common/t4_hw.c
9716
unsigned int rxqi, unsigned int rxq, unsigned int tc,
sys/dev/cxgbe/common/t4_hw.c
9732
c.tc_to_nexactf = cpu_to_be32(V_FW_PFVF_CMD_TC(tc) |
sys/dev/cxgbe/common/t4vf_hw.c
341
vfres->tc = G_FW_PFVF_CMD_TC(word);
sys/dev/cxgbe/t4_main.c
8504
struct tx_cl_rl_params *tc = &pi->sched_params->cl_rl[i];
sys/dev/cxgbe/t4_main.c
8511
CTLFLAG_RD, &tc->state, 0, "current state");
sys/dev/cxgbe/t4_main.c
8514
(uintptr_t)&tc->flags, sysctl_bitfield_8b, "A", "flags");
sys/dev/cxgbe/t4_main.c
8516
CTLFLAG_RD, &tc->refcount, 0, "references to this class");
sys/dev/cxgbe/t4_sched.c
183
tc = &pi->sched_params->cl_rl[p->cl];
sys/dev/cxgbe/t4_sched.c
185
if (tc->refcount > 0 || tc->state == CS_HW_UPDATE_IN_PROGRESS)
sys/dev/cxgbe/t4_sched.c
188
old = *tc;
sys/dev/cxgbe/t4_sched.c
190
tc->flags |= CF_USER;
sys/dev/cxgbe/t4_sched.c
191
tc->state = CS_HW_UPDATE_IN_PROGRESS;
sys/dev/cxgbe/t4_sched.c
192
tc->ratemode = fw_ratemode;
sys/dev/cxgbe/t4_sched.c
193
tc->rateunit = fw_rateunit;
sys/dev/cxgbe/t4_sched.c
194
tc->mode = fw_mode;
sys/dev/cxgbe/t4_sched.c
195
tc->maxrate = p->maxrate;
sys/dev/cxgbe/t4_sched.c
196
tc->pktsize = p->pktsize;
sys/dev/cxgbe/t4_sched.c
209
MPASS(tc->refcount == 0);
sys/dev/cxgbe/t4_sched.c
210
MPASS(tc->flags & CF_USER);
sys/dev/cxgbe/t4_sched.c
211
MPASS(tc->state == CS_HW_UPDATE_IN_PROGRESS);
sys/dev/cxgbe/t4_sched.c
212
*tc = old;
sys/dev/cxgbe/t4_sched.c
226
MPASS(tc->refcount == 0);
sys/dev/cxgbe/t4_sched.c
227
MPASS(tc->flags & CF_USER);
sys/dev/cxgbe/t4_sched.c
228
MPASS(tc->state == CS_HW_UPDATE_IN_PROGRESS);
sys/dev/cxgbe/t4_sched.c
231
tc->state = CS_HW_CONFIGURED;
sys/dev/cxgbe/t4_sched.c
234
tc->state = CS_UNINITIALIZED;
sys/dev/cxgbe/t4_sched.c
235
tc->flags &= ~CF_USER;
sys/dev/cxgbe/t4_sched.c
254
struct tx_cl_rl_params *tc;
sys/dev/cxgbe/t4_sched.c
261
tc = &pi->sched_params->cl_rl[0];
sys/dev/cxgbe/t4_sched.c
262
for (j = 0; j < n; j++, tc++) {
sys/dev/cxgbe/t4_sched.c
264
if (tc->state != CS_HW_UPDATE_REQUESTED)
sys/dev/cxgbe/t4_sched.c
274
FW_SCHED_PARAMS_LEVEL_CL_RL, tc->mode, tc->rateunit,
sys/dev/cxgbe/t4_sched.c
275
tc->ratemode, pi->hw_port, j, 0, tc->maxrate, 0,
sys/dev/cxgbe/t4_sched.c
276
tc->pktsize, tc->burstsize, 1);
sys/dev/cxgbe/t4_sched.c
280
MPASS(tc->state == CS_HW_UPDATE_REQUESTED);
sys/dev/cxgbe/t4_sched.c
282
tc->state = CS_HW_CONFIGURED;
sys/dev/cxgbe/t4_sched.c
286
if (tc->refcount > 0)
sys/dev/cxgbe/t4_sched.c
287
tc->state = CS_PARAMS_SET;
sys/dev/cxgbe/t4_sched.c
289
tc->state = CS_UNINITIALIZED;
sys/dev/cxgbe/t4_sched.c
293
"burstsize %d\n", j, rc, tc->mode, tc->rateunit,
sys/dev/cxgbe/t4_sched.c
294
tc->ratemode, pi->hw_port, 0, tc->maxrate,
sys/dev/cxgbe/t4_sched.c
295
tc->pktsize, tc->burstsize);
sys/dev/cxgbe/t4_sched.c
320
struct tx_cl_rl_params *tc0, *tc;
sys/dev/cxgbe/t4_sched.c
342
tc = &tc0[idx];
sys/dev/cxgbe/t4_sched.c
343
if (tc->state != CS_HW_CONFIGURED) {
sys/dev/cxgbe/t4_sched.c
352
tc->refcount++;
sys/dev/cxgbe/t4_sched.c
379
tc = &tc0[old_idx];
sys/dev/cxgbe/t4_sched.c
380
MPASS(tc->refcount > 0);
sys/dev/cxgbe/t4_sched.c
381
tc->refcount--;
sys/dev/cxgbe/t4_sched.c
390
tc = &tc0[idx];
sys/dev/cxgbe/t4_sched.c
391
MPASS(tc->refcount > 0);
sys/dev/cxgbe/t4_sched.c
392
tc->refcount--;
sys/dev/cxgbe/t4_sched.c
500
struct tx_cl_rl_params *tc;
sys/dev/cxgbe/t4_sched.c
514
tc = &pi->sched_params->cl_rl[0];
sys/dev/cxgbe/t4_sched.c
519
for (i = 0; i < sc->params.nsched_cls; i++, tc++) {
sys/dev/cxgbe/t4_sched.c
520
if (tc->state >= CS_PARAMS_SET &&
sys/dev/cxgbe/t4_sched.c
521
tc->ratemode == FW_SCHED_PARAMS_RATE_ABS &&
sys/dev/cxgbe/t4_sched.c
522
tc->rateunit == FW_SCHED_PARAMS_UNIT_BITRATE &&
sys/dev/cxgbe/t4_sched.c
523
tc->mode == FW_SCHED_PARAMS_MODE_FLOW &&
sys/dev/cxgbe/t4_sched.c
524
tc->maxrate == maxrate && tc->pktsize == pktsize &&
sys/dev/cxgbe/t4_sched.c
525
tc->burstsize == burstsize) {
sys/dev/cxgbe/t4_sched.c
526
tc->refcount++;
sys/dev/cxgbe/t4_sched.c
528
if (tc->state == CS_PARAMS_SET) {
sys/dev/cxgbe/t4_sched.c
529
tc->state = CS_HW_UPDATE_REQUESTED;
sys/dev/cxgbe/t4_sched.c
535
if (fa < 0 && tc->state == CS_UNINITIALIZED) {
sys/dev/cxgbe/t4_sched.c
536
MPASS(tc->refcount == 0);
sys/dev/cxgbe/t4_sched.c
539
if (fa2 < 0 && tc->refcount == 0 && !(tc->flags & CF_USER)) {
sys/dev/cxgbe/t4_sched.c
552
tc = &pi->sched_params->cl_rl[fa];
sys/dev/cxgbe/t4_sched.c
553
MPASS(!(tc->flags & CF_USER));
sys/dev/cxgbe/t4_sched.c
554
MPASS(tc->refcount == 0);
sys/dev/cxgbe/t4_sched.c
556
tc->refcount = 1;
sys/dev/cxgbe/t4_sched.c
557
tc->state = CS_HW_UPDATE_REQUESTED;
sys/dev/cxgbe/t4_sched.c
558
tc->ratemode = FW_SCHED_PARAMS_RATE_ABS;
sys/dev/cxgbe/t4_sched.c
559
tc->rateunit = FW_SCHED_PARAMS_UNIT_BITRATE;
sys/dev/cxgbe/t4_sched.c
560
tc->mode = FW_SCHED_PARAMS_MODE_FLOW;
sys/dev/cxgbe/t4_sched.c
561
tc->maxrate = maxrate;
sys/dev/cxgbe/t4_sched.c
562
tc->pktsize = pktsize;
sys/dev/cxgbe/t4_sched.c
563
tc->burstsize = burstsize;
sys/dev/cxgbe/t4_sched.c
577
struct tx_cl_rl_params *tc;
sys/dev/cxgbe/t4_sched.c
583
tc = &sc->port[port_id]->sched_params->cl_rl[tc_idx];
sys/dev/cxgbe/t4_sched.c
584
MPASS(tc->refcount > 0);
sys/dev/cxgbe/t4_sched.c
585
tc->refcount--;
sys/dev/cxgbe/t4_sched.c
617
struct tx_cl_rl_params tc;
sys/dev/cxgbe/t4_sched.c
636
tc = sc->port[port_id]->sched_params->cl_rl[i];
sys/dev/cxgbe/t4_sched.c
639
if (tc.state < CS_PARAMS_SET) {
sys/dev/cxgbe/t4_sched.c
644
switch (tc.rateunit) {
sys/dev/cxgbe/t4_sched.c
646
switch (tc.ratemode) {
sys/dev/cxgbe/t4_sched.c
650
sbuf_printf(sb, "%u%% of %uGbps", tc.maxrate, gbps);
sys/dev/cxgbe/t4_sched.c
653
mbps = tc.maxrate / 1000;
sys/dev/cxgbe/t4_sched.c
654
gbps = tc.maxrate / 1000000;
sys/dev/cxgbe/t4_sched.c
655
if (tc.maxrate == gbps * 1000000)
sys/dev/cxgbe/t4_sched.c
657
else if (tc.maxrate == mbps * 1000)
sys/dev/cxgbe/t4_sched.c
660
sbuf_printf(sb, "%uKbps", tc.maxrate);
sys/dev/cxgbe/t4_sched.c
668
sbuf_printf(sb, "%upps", tc.maxrate);
sys/dev/cxgbe/t4_sched.c
675
switch (tc.mode) {
sys/dev/cxgbe/t4_sched.c
682
if (tc.pktsize > 0)
sys/dev/cxgbe/t4_sched.c
683
sbuf_printf(sb, " pkt-size %u", tc.pktsize);
sys/dev/cxgbe/t4_sched.c
684
if (tc.burstsize > 0)
sys/dev/cxgbe/t4_sched.c
685
sbuf_printf(sb, " burst-size %u", tc.burstsize);
sys/dev/cxgbe/t4_sched.c
78
struct tx_cl_rl_params *tc, old;
sys/dev/cxgbe/tom/t4_tom.c
168
struct tx_cl_rl_params *tc;
sys/dev/cxgbe/tom/t4_tom.c
171
tc = &pi->sched_params->cl_rl[cp->tc_idx];
sys/dev/cxgbe/tom/t4_tom.c
173
if (tc->state != CS_HW_CONFIGURED) {
sys/dev/cxgbe/tom/t4_tom.c
176
toep->tid, cp->tc_idx, tc->state);
sys/dev/cxgbe/tom/t4_tom.c
179
tc->refcount++;
sys/dev/dpaa2/dpaa2_channel.c
303
fq->tc = 0; /* ignored */
sys/dev/dpaa2/dpaa2_channel.c
316
fq->tc = (uint8_t) i;
sys/dev/dpaa2/dpaa2_channel.c
327
fq->tc = 0; /* ignored */
sys/dev/dpaa2/dpaa2_ni.c
1199
queue_cfg.tc = fq->tc;
sys/dev/dpaa2/dpaa2_ni.c
1204
"configuration: tc=%d, flowid=%d\n", __func__, queue_cfg.tc,
sys/dev/dpaa2/dpaa2_ni.c
1221
"configuration: tc=%d, flowid=%d\n", __func__, queue_cfg.tc,
sys/dev/dpaa2/dpaa2_ni.c
1228
"user_ctx=%#jx\n", fq->flowid, fq->tc, fq->chan->id,
sys/dev/dpaa2/dpaa2_ni.c
124
#define DPAA2_TX_RING(sc, chan, tc) \
sys/dev/dpaa2/dpaa2_ni.c
125
(&(sc)->channels[(chan)]->txc_queue.tx_rings[(tc)])
sys/dev/dpaa2/dpaa2_ni.c
1290
queue_cfg.tc = i;
sys/dev/dpaa2/dpaa2_ni.c
1298
queue_cfg.tc, queue_cfg.idx);
sys/dev/dpaa2/dpaa2_ni.c
1349
queue_cfg.tc = 0; /* ignored for TxConf queue */
sys/dev/dpaa2/dpaa2_ni.c
1354
"configuration: tc=%d, flowid=%d\n", __func__, queue_cfg.tc,
sys/dev/dpaa2/dpaa2_ni.c
1371
"configuration: tc=%d, flowid=%d\n", __func__, queue_cfg.tc,
sys/dev/dpaa2/dpaa2_ni.c
1420
queue_cfg.tc = fq->tc; /* ignored */
sys/dev/dpaa2/dpaa2_ni.h
282
uint8_t tc;
sys/dev/dpaa2/dpaa2_rc.c
1526
uint8_t tc;
sys/dev/dpaa2/dpaa2_rc.c
1554
args->tc = cfg->tc;
sys/dev/dpaa2/dpaa2_rc.c
1585
uint8_t tc;
sys/dev/dpaa2/dpaa2_rc.c
1608
args->tc = cfg->tc;
sys/dev/dpaa2/dpaa2_rc.c
1919
uint16_t dist_size, uint8_t tc, enum dpaa2_ni_dist_mode dist_mode,
sys/dev/dpaa2/dpaa2_rc.c
1924
uint8_t tc;
sys/dev/dpaa2/dpaa2_rc.c
1939
args->tc = tc;
sys/dev/dpaa2/dpaa2_types.h
120
uint8_t tc;
sys/dev/hpt27xx/ldm.h
184
void ldm_request_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/hpt27xx/ldm.h
185
void ldm_remove_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/hptnr/ldm.h
184
void ldm_request_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/hptnr/ldm.h
185
void ldm_remove_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/hptrr/ldm.h
183
void ldm_request_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/hptrr/ldm.h
184
void ldm_remove_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/hwpmc/hwpmc_mod.c
1039
struct ucred *oc, *tc; /* owner, target credentials */
sys/dev/hwpmc/hwpmc_mod.c
1055
tc = t->p_ucred;
sys/dev/hwpmc/hwpmc_mod.c
1056
crhold(tc);
sys/dev/hwpmc/hwpmc_mod.c
1064
decline_attach = oc->cr_uid != tc->cr_uid &&
sys/dev/hwpmc/hwpmc_mod.c
1065
oc->cr_uid != tc->cr_svuid &&
sys/dev/hwpmc/hwpmc_mod.c
1066
oc->cr_uid != tc->cr_ruid;
sys/dev/hwpmc/hwpmc_mod.c
1072
for (int i = 0; !decline_attach && i < tc->cr_ngroups; i++)
sys/dev/hwpmc/hwpmc_mod.c
1073
decline_attach = !groupmember(tc->cr_groups[i], oc);
sys/dev/hwpmc/hwpmc_mod.c
1075
decline_attach = !groupmember(tc->cr_gid, oc) ||
sys/dev/hwpmc/hwpmc_mod.c
1076
!groupmember(tc->cr_rgid, oc) ||
sys/dev/hwpmc/hwpmc_mod.c
1077
!groupmember(tc->cr_svgid, oc);
sys/dev/hwpmc/hwpmc_mod.c
1079
crfree(tc);
sys/dev/hwt/hwt_ioctl.c
100
oc->cr_uid != tc->cr_svuid &&
sys/dev/hwt/hwt_ioctl.c
101
oc->cr_uid != tc->cr_ruid) {
sys/dev/hwt/hwt_ioctl.c
110
for (i = 0; i < tc->cr_ngroups; i++)
sys/dev/hwt/hwt_ioctl.c
111
if (!groupmember(tc->cr_groups[i], oc)) {
sys/dev/hwt/hwt_ioctl.c
115
if (!groupmember(tc->cr_gid, oc) ||
sys/dev/hwt/hwt_ioctl.c
116
!groupmember(tc->cr_rgid, oc) ||
sys/dev/hwt/hwt_ioctl.c
117
!groupmember(tc->cr_svgid, oc)) {
sys/dev/hwt/hwt_ioctl.c
123
crfree(tc);
sys/dev/hwt/hwt_ioctl.c
79
struct ucred *oc, *tc;
sys/dev/hwt/hwt_ioctl.c
89
tc = t->p_ucred;
sys/dev/hwt/hwt_ioctl.c
90
crhold(tc);
sys/dev/hwt/hwt_ioctl.c
99
if (oc->cr_uid != tc->cr_uid &&
sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c
125
struct timecounter *tc __unused)
sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c
169
hyperv_tsc_timecount_##fence(struct timecounter *tc __unused) \
sys/dev/hyperv/vmbus/x86/hyperv_x86.c
82
hyperv_get_timecount(struct timecounter *tc __unused)
sys/dev/ice/ice_common.c
5356
ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle)
sys/dev/ice/ice_common.c
5364
if (q_handle >= vsi->num_lan_q_entries[tc])
sys/dev/ice/ice_common.c
5366
if (!vsi->lan_q_ctx[tc])
sys/dev/ice/ice_common.c
5368
q_ctx = vsi->lan_q_ctx[tc];
sys/dev/ice/ice_common.c
5386
ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle,
sys/dev/ice/ice_common.c
5409
q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle);
sys/dev/ice/ice_common.c
5418
parent = ice_sched_get_free_qparent(pi, vsi_handle, tc,
sys/dev/ice/ice_common.c
5491
ice_dis_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u8 num_queues,
sys/dev/ice/ice_common.c
5531
q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handles[i]);
sys/dev/ice/ice_common.c
5644
ice_ena_vsi_rdma_qset(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_common.c
5667
parent = ice_sched_get_free_qparent(pi, vsi_handle, tc,
sys/dev/ice/ice_common.h
287
ice_ena_vsi_rdma_qset(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_common.h
293
ice_dis_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u8 num_queues,
sys/dev/ice/ice_common.h
301
ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle,
sys/dev/ice/ice_common.h
309
ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle);
sys/dev/ice/ice_iflib.h
158
u8 tc;
sys/dev/ice/ice_iflib.h
198
u8 tc;
sys/dev/ice/ice_iflib_txrx.c
565
u8 up, tc;
sys/dev/ice/ice_iflib_txrx.c
584
tc = 0; /* XXX: Get default TC for traffic if >1 TC? */
sys/dev/ice/ice_iflib_txrx.c
592
tc = local_dcbx_cfg->dscp_map[dscp_val];
sys/dev/ice/ice_iflib_txrx.c
597
tc = local_dcbx_cfg->etscfg.prio_table[up];
sys/dev/ice/ice_iflib_txrx.c
600
tc_base_queue = vsi->tc_info[tc].qoffset;
sys/dev/ice/ice_iflib_txrx.c
601
tc_qcount = vsi->tc_info[tc].qcount_tx;
sys/dev/ice/ice_iov.c
1030
txq->tc = 0;
sys/dev/ice/ice_iov.c
999
txq->tc = 0;
sys/dev/ice/ice_lib.c
1691
status = ice_ena_vsi_txq(hw->port_info, vsi->idx, txq->tc,
sys/dev/ice/ice_lib.c
1696
i, txq->tc, txq->q_handle,
sys/dev/ice/ice_lib.c
7048
int tc, j, buf_idx, err = 0;
sys/dev/ice/ice_lib.c
7072
ice_for_each_traffic_class(tc) {
sys/dev/ice/ice_lib.c
7073
struct ice_tc_info *tc_info = &vsi->tc_info[tc];
sys/dev/ice/ice_lib.c
7078
if (!(vsi->tc_map & BIT(tc)))
sys/dev/ice/ice_lib.c
7094
status = ice_dis_vsi_txq(hw->port_info, vsi->idx, tc, buf_idx,
sys/dev/ice/ice_lib.c
7293
CTLFLAG_RD, &txq->tc, 0,
sys/dev/ice/ice_lib.c
7339
CTLFLAG_RD, &rxq->tc, 0,
sys/dev/ice/ice_lib.c
8829
vsi->tx_queues[j].tc = i;
sys/dev/ice/ice_lib.c
8831
vsi->rx_queues[j].tc = i;
sys/dev/ice/ice_protocol_type.h
237
u32 tc : 8;
sys/dev/ice/ice_rdma.c
238
max_rdmaqs[qset->tc]++;
sys/dev/ice/ice_rdma.c
262
qset->tc, &qs_handle[i], 1,
sys/dev/ice/ice_rdma.h
286
uint8_t tc;
sys/dev/ice/ice_sched.c
1615
ice_sched_get_free_qparent(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_sched.c
1630
vsi_node = vsi_ctx->sched.vsi_node[tc];
sys/dev/ice/ice_sched.c
1939
ice_sched_add_vsi_to_topo(struct ice_port_info *pi, u16 vsi_handle, u8 tc)
sys/dev/ice/ice_sched.c
1944
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
1968
u8 tc, u16 new_numqs, u8 owner)
sys/dev/ice/ice_sched.c
1978
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
1991
prev_numqs = vsi_ctx->sched.max_lanq[tc];
sys/dev/ice/ice_sched.c
1993
prev_numqs = vsi_ctx->sched.max_rdmaq[tc];
sys/dev/ice/ice_sched.c
1998
status = ice_alloc_lan_q_ctx(hw, vsi_handle, tc, new_numqs);
sys/dev/ice/ice_sched.c
2002
status = ice_alloc_rdma_q_ctx(hw, vsi_handle, tc, new_numqs);
sys/dev/ice/ice_sched.c
2021
vsi_ctx->sched.max_lanq[tc] = new_numqs;
sys/dev/ice/ice_sched.c
2023
vsi_ctx->sched.max_rdmaq[tc] = new_numqs;
sys/dev/ice/ice_sched.c
2042
ice_sched_cfg_vsi(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 maxqs,
sys/dev/ice/ice_sched.c
2051
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
2074
status = ice_sched_add_vsi_to_topo(pi, vsi_handle, tc);
sys/dev/ice/ice_sched.c
2082
vsi_ctx->sched.vsi_node[tc] = vsi_node;
sys/dev/ice/ice_sched.c
2088
vsi_ctx->sched.max_lanq[tc] = 0;
sys/dev/ice/ice_sched.c
2089
vsi_ctx->sched.max_rdmaq[tc] = 0;
sys/dev/ice/ice_sched.c
2093
status = ice_sched_update_vsi_child_nodes(pi, vsi_handle, tc, maxqs,
sys/dev/ice/ice_sched.c
2476
u8 tc)
sys/dev/ice/ice_sched.c
2485
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
2558
struct ice_sched_agg_info *agg_info, u8 tc,
sys/dev/ice/ice_sched.c
2570
if (!ice_is_tc_ena(agg_vsi_info->tc_bitmap[0], tc))
sys/dev/ice/ice_sched.c
2574
ICE_DFLT_AGG_ID, tc);
sys/dev/ice/ice_sched.c
2578
ice_clear_bit(tc, agg_vsi_info->tc_bitmap);
sys/dev/ice/ice_sched.c
2621
ice_sched_rm_agg_cfg(struct ice_port_info *pi, u32 agg_id, u8 tc)
sys/dev/ice/ice_sched.c
2626
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
2670
u8 tc, bool rm_vsi_info)
sys/dev/ice/ice_sched.c
2675
if (!ice_is_tc_ena(agg_info->tc_bitmap[0], tc))
sys/dev/ice/ice_sched.c
2678
status = ice_move_all_vsi_to_dflt_agg(pi, agg_info, tc, rm_vsi_info);
sys/dev/ice/ice_sched.c
2683
status = ice_sched_rm_agg_cfg(pi, agg_info->agg_id, tc);
sys/dev/ice/ice_sched.c
2687
ice_clear_bit(tc, agg_info->tc_bitmap);
sys/dev/ice/ice_sched.c
2725
ice_sched_add_agg_cfg(struct ice_port_info *pi, u32 agg_id, u8 tc)
sys/dev/ice/ice_sched.c
2735
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
2821
u8 tc;
sys/dev/ice/ice_sched.c
2842
ice_for_each_traffic_class(tc) {
sys/dev/ice/ice_sched.c
2843
if (!ice_is_tc_ena(*tc_bitmap, tc)) {
sys/dev/ice/ice_sched.c
2845
status = ice_rm_agg_cfg_tc(pi, agg_info, tc, false);
sys/dev/ice/ice_sched.c
2852
if (ice_is_tc_ena(agg_info->tc_bitmap[0], tc))
sys/dev/ice/ice_sched.c
2856
status = ice_sched_add_agg_cfg(pi, agg_id, tc);
sys/dev/ice/ice_sched.c
2861
ice_set_bit(tc, agg_info->tc_bitmap);
sys/dev/ice/ice_sched.c
2987
u8 tc;
sys/dev/ice/ice_sched.c
3022
ice_for_each_traffic_class(tc) {
sys/dev/ice/ice_sched.c
3023
if (!ice_is_tc_ena(*tc_bitmap, tc))
sys/dev/ice/ice_sched.c
3027
status = ice_sched_move_vsi_to_agg(pi, vsi_handle, agg_id, tc);
sys/dev/ice/ice_sched.c
3031
ice_set_bit(tc, agg_vsi_info->tc_bitmap);
sys/dev/ice/ice_sched.c
3033
ice_clear_bit(tc, old_agg_vsi_info->tc_bitmap);
sys/dev/ice/ice_sched.c
316
struct ice_sched_node *ice_sched_get_tc_node(struct ice_port_info *pi, u8 tc)
sys/dev/ice/ice_sched.c
3185
u8 tc;
sys/dev/ice/ice_sched.c
3194
ice_for_each_traffic_class(tc) {
sys/dev/ice/ice_sched.c
3195
status = ice_rm_agg_cfg_tc(pi, agg_info, tc, true);
sys/dev/ice/ice_sched.c
323
if (pi->root->children[i]->tc_num == tc)
sys/dev/ice/ice_sched.c
3264
ice_sched_save_vsi_bw_alloc(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_sched.c
3276
ice_set_clear_cir_bw_alloc(&vsi_ctx->sched.bw_t_info[tc],
sys/dev/ice/ice_sched.c
3280
ice_set_clear_eir_bw_alloc(&vsi_ctx->sched.bw_t_info[tc],
sys/dev/ice/ice_sched.c
3357
ice_sched_save_vsi_bw(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_sched.c
3369
ice_set_clear_cir_bw(&vsi_ctx->sched.bw_t_info[tc], bw);
sys/dev/ice/ice_sched.c
3372
ice_set_clear_eir_bw(&vsi_ctx->sched.bw_t_info[tc], bw);
sys/dev/ice/ice_sched.c
3375
ice_set_clear_shared_bw(&vsi_ctx->sched.bw_t_info[tc], bw);
sys/dev/ice/ice_sched.c
3409
ice_sched_save_vsi_prio(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_sched.c
3419
if (tc >= ICE_MAX_TRAFFIC_CLASS)
sys/dev/ice/ice_sched.c
3421
ice_set_clear_prio(&vsi_ctx->sched.bw_t_info[tc], prio);
sys/dev/ice/ice_sched.c
3436
ice_sched_save_agg_bw_alloc(struct ice_port_info *pi, u32 agg_id, u8 tc,
sys/dev/ice/ice_sched.c
3444
if (!ice_is_tc_ena(agg_info->tc_bitmap[0], tc))
sys/dev/ice/ice_sched.c
3448
ice_set_clear_cir_bw_alloc(&agg_info->bw_t_info[tc], bw_alloc);
sys/dev/ice/ice_sched.c
3451
ice_set_clear_eir_bw_alloc(&agg_info->bw_t_info[tc], bw_alloc);
sys/dev/ice/ice_sched.c
3470
ice_sched_save_agg_bw(struct ice_port_info *pi, u32 agg_id, u8 tc,
sys/dev/ice/ice_sched.c
3478
if (!ice_is_tc_ena(agg_info->tc_bitmap[0], tc))
sys/dev/ice/ice_sched.c
3482
ice_set_clear_cir_bw(&agg_info->bw_t_info[tc], bw);
sys/dev/ice/ice_sched.c
3485
ice_set_clear_eir_bw(&agg_info->bw_t_info[tc], bw);
sys/dev/ice/ice_sched.c
3488
ice_set_clear_shared_bw(&agg_info->bw_t_info[tc], bw);
sys/dev/ice/ice_sched.c
3508
ice_cfg_vsi_bw_lmt_per_tc(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_sched.c
3515
tc, rl_type, bw);
sys/dev/ice/ice_sched.c
3518
status = ice_sched_save_vsi_bw(pi, vsi_handle, tc, rl_type, bw);
sys/dev/ice/ice_sched.c
3535
ice_cfg_vsi_bw_dflt_lmt_per_tc(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_sched.c
3542
tc, rl_type,
sys/dev/ice/ice_sched.c
3546
status = ice_sched_save_vsi_bw(pi, vsi_handle, tc, rl_type,
sys/dev/ice/ice_sched.c
3565
ice_cfg_agg_bw_lmt_per_tc(struct ice_port_info *pi, u32 agg_id, u8 tc,
sys/dev/ice/ice_sched.c
3571
tc, rl_type, bw);
sys/dev/ice/ice_sched.c
3574
status = ice_sched_save_agg_bw(pi, agg_id, tc, rl_type, bw);
sys/dev/ice/ice_sched.c
3591
ice_cfg_agg_bw_dflt_lmt_per_tc(struct ice_port_info *pi, u32 agg_id, u8 tc,
sys/dev/ice/ice_sched.c
3597
tc, rl_type,
sys/dev/ice/ice_sched.c
3601
status = ice_sched_save_agg_bw(pi, agg_id, tc, rl_type,
sys/dev/ice/ice_sched.c
3692
ice_cfg_agg_bw_shared_lmt_per_tc(struct ice_port_info *pi, u32 agg_id, u8 tc,
sys/dev/ice/ice_sched.c
3695
return ice_sched_set_agg_bw_shared_lmt_per_tc(pi, agg_id, tc, min_bw,
sys/dev/ice/ice_sched.c
3709
ice_cfg_agg_bw_no_shared_lmt_per_tc(struct ice_port_info *pi, u32 agg_id, u8 tc)
sys/dev/ice/ice_sched.c
3711
return ice_sched_set_agg_bw_shared_lmt_per_tc(pi, agg_id, tc,
sys/dev/ice/ice_sched.c
3770
u8 *node_prio, u8 tc)
sys/dev/ice/ice_sched.c
3790
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
3831
status = ice_sched_save_vsi_prio(pi, vsi_handle, tc,
sys/dev/ice/ice_sched.c
3859
u8 tc;
sys/dev/ice/ice_sched.c
3867
ice_for_each_traffic_class(tc) {
sys/dev/ice/ice_sched.c
3870
if (!ice_is_tc_ena(ena_tcmap, tc))
sys/dev/ice/ice_sched.c
3873
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
3882
bw_alloc[tc]);
sys/dev/ice/ice_sched.c
3885
status = ice_sched_save_vsi_bw_alloc(pi, vsi_handle, tc,
sys/dev/ice/ice_sched.c
3886
rl_type, bw_alloc[tc]);
sys/dev/ice/ice_sched.c
3914
u8 tc;
sys/dev/ice/ice_sched.c
3929
ice_for_each_traffic_class(tc) {
sys/dev/ice/ice_sched.c
3932
if (!ice_is_tc_ena(ena_tcmap, tc))
sys/dev/ice/ice_sched.c
3935
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
3944
bw_alloc[tc]);
sys/dev/ice/ice_sched.c
3947
status = ice_sched_save_agg_bw_alloc(pi, agg_id, tc, rl_type,
sys/dev/ice/ice_sched.c
3948
bw_alloc[tc]);
sys/dev/ice/ice_sched.c
4605
ice_sched_set_q_bw_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_sched.c
4615
q_ctx = ice_get_lan_q_ctx(pi->hw, vsi_handle, tc, q_handle);
sys/dev/ice/ice_sched.c
4668
ice_cfg_q_bw_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_sched.c
4671
return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type,
sys/dev/ice/ice_sched.c
4686
ice_cfg_q_bw_dflt_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_sched.c
4689
return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type,
sys/dev/ice/ice_sched.c
4704
ice_sched_save_tc_node_bw(struct ice_port_info *pi, u8 tc,
sys/dev/ice/ice_sched.c
4707
if (tc >= ICE_MAX_TRAFFIC_CLASS)
sys/dev/ice/ice_sched.c
4711
ice_set_clear_cir_bw(&pi->tc_node_bw_t_info[tc], bw);
sys/dev/ice/ice_sched.c
4714
ice_set_clear_eir_bw(&pi->tc_node_bw_t_info[tc], bw);
sys/dev/ice/ice_sched.c
4717
ice_set_clear_shared_bw(&pi->tc_node_bw_t_info[tc], bw);
sys/dev/ice/ice_sched.c
4738
ice_sched_set_tc_node_bw_lmt(struct ice_port_info *pi, u8 tc,
sys/dev/ice/ice_sched.c
4746
if (tc >= ICE_MAX_TRAFFIC_CLASS)
sys/dev/ice/ice_sched.c
4749
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
4757
data->generic = (tc << ICE_SCHED_GENERIC_PRIO_S) |
sys/dev/ice/ice_sched.c
4768
status = ice_sched_save_tc_node_bw(pi, tc, rl_type, bw);
sys/dev/ice/ice_sched.c
4786
ice_cfg_tc_node_bw_lmt(struct ice_port_info *pi, u8 tc,
sys/dev/ice/ice_sched.c
4789
return ice_sched_set_tc_node_bw_lmt(pi, tc, rl_type, bw);
sys/dev/ice/ice_sched.c
4801
ice_cfg_tc_node_bw_dflt_lmt(struct ice_port_info *pi, u8 tc,
sys/dev/ice/ice_sched.c
4804
return ice_sched_set_tc_node_bw_lmt(pi, tc, rl_type, ICE_SCHED_DFLT_BW);
sys/dev/ice/ice_sched.c
4817
ice_sched_save_tc_node_bw_alloc(struct ice_port_info *pi, u8 tc,
sys/dev/ice/ice_sched.c
4820
if (tc >= ICE_MAX_TRAFFIC_CLASS)
sys/dev/ice/ice_sched.c
4824
ice_set_clear_cir_bw_alloc(&pi->tc_node_bw_t_info[tc],
sys/dev/ice/ice_sched.c
4828
ice_set_clear_eir_bw_alloc(&pi->tc_node_bw_t_info[tc],
sys/dev/ice/ice_sched.c
4849
ice_sched_set_tc_node_bw_alloc(struct ice_port_info *pi, u8 tc,
sys/dev/ice/ice_sched.c
4855
if (tc >= ICE_MAX_TRAFFIC_CLASS)
sys/dev/ice/ice_sched.c
4858
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
4865
status = ice_sched_save_tc_node_bw_alloc(pi, tc, rl_type, bw_alloc);
sys/dev/ice/ice_sched.c
4883
ice_cfg_tc_node_bw_alloc(struct ice_port_info *pi, u8 tc,
sys/dev/ice/ice_sched.c
4886
return ice_sched_set_tc_node_bw_alloc(pi, tc, rl_type, bw_alloc);
sys/dev/ice/ice_sched.c
4903
u8 tc;
sys/dev/ice/ice_sched.c
4911
ice_for_each_traffic_class(tc) {
sys/dev/ice/ice_sched.c
4914
node = vsi_ctx->sched.ag_node[tc];
sys/dev/ice/ice_sched.c
4951
enum ice_agg_type agg_type, u8 tc)
sys/dev/ice/ice_sched.c
4966
node = vsi_ctx->sched.vsi_node[tc];
sys/dev/ice/ice_sched.c
4973
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
5016
enum ice_agg_type agg_type, u8 tc,
sys/dev/ice/ice_sched.c
5029
node = ice_sched_get_node_by_id_type(pi, id, agg_type, tc);
sys/dev/ice/ice_sched.c
5057
u8 tc;
sys/dev/ice/ice_sched.c
5063
ice_for_each_traffic_class(tc) {
sys/dev/ice/ice_sched.c
5068
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
5110
u8 tc, struct ice_sched_node *srl_node,
sys/dev/ice/ice_sched.c
5121
status = ice_sched_save_vsi_bw(pi, vsi_handle, tc, rl_type, bw);
sys/dev/ice/ice_sched.c
5142
u8 tc, u32 min_bw, u32 max_bw, u32 shared_bw)
sys/dev/ice/ice_sched.c
5148
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
5166
status = ice_sched_set_save_vsi_srl_node_bw(pi, vsi_handle, tc,
sys/dev/ice/ice_sched.c
5172
status = ice_sched_set_save_vsi_srl_node_bw(pi, vsi_handle, tc,
sys/dev/ice/ice_sched.c
5178
return ice_sched_set_save_vsi_srl_node_bw(pi, vsi_handle, tc, cfg_node,
sys/dev/ice/ice_sched.c
5199
u8 tc;
sys/dev/ice/ice_sched.c
5212
ice_for_each_traffic_class(tc) {
sys/dev/ice/ice_sched.c
5215
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
5223
status = ice_sched_set_vsi_node_srl_per_tc(pi, vsi_handle, tc,
sys/dev/ice/ice_sched.c
5251
u8 tc;
sys/dev/ice/ice_sched.c
5262
ice_for_each_traffic_class(tc) {
sys/dev/ice/ice_sched.c
5266
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
5338
ice_sched_set_save_agg_srl_node_bw(struct ice_port_info *pi, u32 agg_id, u8 tc,
sys/dev/ice/ice_sched.c
5350
status = ice_sched_save_agg_bw(pi, agg_id, tc, rl_type, bw);
sys/dev/ice/ice_sched.c
5371
u8 tc, u32 min_bw, u32 max_bw, u32 shared_bw)
sys/dev/ice/ice_sched.c
5378
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
5396
status = ice_sched_set_save_agg_srl_node_bw(pi, agg_id, tc, cfg_node,
sys/dev/ice/ice_sched.c
5401
status = ice_sched_set_save_agg_srl_node_bw(pi, agg_id, tc, cfg_node,
sys/dev/ice/ice_sched.c
5406
status = ice_sched_set_save_agg_srl_node_bw(pi, agg_id, tc, cfg_node,
sys/dev/ice/ice_sched.c
5429
u8 tc;
sys/dev/ice/ice_sched.c
5440
ice_for_each_traffic_class(tc) {
sys/dev/ice/ice_sched.c
5443
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
5451
status = ice_sched_set_agg_node_srl_per_tc(pi, agg_id, tc,
sys/dev/ice/ice_sched.c
5478
u8 tc, u32 min_bw, u32 max_bw,
sys/dev/ice/ice_sched.c
5490
status = ice_sched_set_agg_node_srl_per_tc(pi, agg_id, tc, min_bw,
sys/dev/ice/ice_sched.c
5671
u8 tc;
sys/dev/ice/ice_sched.c
5675
ice_for_each_traffic_class(tc) {
sys/dev/ice/ice_sched.c
5676
if (!ice_is_any_bit_set(agg_info->bw_t_info[tc].bw_t_bitmap,
sys/dev/ice/ice_sched.c
5679
tc_node = ice_sched_get_tc_node(hw->port_info, tc);
sys/dev/ice/ice_sched.c
5691
&agg_info->bw_t_info[tc]);
sys/dev/ice/ice_sched.c
5712
u8 tc;
sys/dev/ice/ice_sched.c
5715
ice_for_each_traffic_class(tc)
sys/dev/ice/ice_sched.c
5716
if (ice_is_tc_ena(*tc_bitmap, tc) &&
sys/dev/ice/ice_sched.c
5717
(ice_sched_get_tc_node(pi, tc)))
sys/dev/ice/ice_sched.c
5718
ice_set_bit(tc, ena_tc_bitmap);
sys/dev/ice/ice_sched.c
5822
u8 tc;
sys/dev/ice/ice_sched.c
5827
ice_for_each_traffic_class(tc) {
sys/dev/ice/ice_sched.c
5830
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
5834
&pi->tc_node_bw_t_info[tc]);
sys/dev/ice/ice_sched.c
5860
u8 tc;
sys/dev/ice/ice_sched.c
5865
ice_for_each_traffic_class(tc) {
sys/dev/ice/ice_sched.c
5866
if (!ice_is_tc_ena(*tc_bitmap, tc))
sys/dev/ice/ice_sched.c
5868
tc_node = ice_sched_get_tc_node(pi, tc);
sys/dev/ice/ice_sched.c
5874
bw_t_info = &vsi_ctx->sched.bw_t_info[tc];
sys/dev/ice/ice_sched.c
596
ice_alloc_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 new_numqs)
sys/dev/ice/ice_sched.c
605
if (!vsi_ctx->lan_q_ctx[tc]) {
sys/dev/ice/ice_sched.c
606
vsi_ctx->lan_q_ctx[tc] = (struct ice_q_ctx *)
sys/dev/ice/ice_sched.c
608
if (!vsi_ctx->lan_q_ctx[tc])
sys/dev/ice/ice_sched.c
610
vsi_ctx->num_lan_q_entries[tc] = new_numqs;
sys/dev/ice/ice_sched.c
614
if (new_numqs > vsi_ctx->num_lan_q_entries[tc]) {
sys/dev/ice/ice_sched.c
615
u16 prev_num = vsi_ctx->num_lan_q_entries[tc];
sys/dev/ice/ice_sched.c
621
ice_memcpy(q_ctx, vsi_ctx->lan_q_ctx[tc],
sys/dev/ice/ice_sched.c
623
ice_free(hw, vsi_ctx->lan_q_ctx[tc]);
sys/dev/ice/ice_sched.c
624
vsi_ctx->lan_q_ctx[tc] = q_ctx;
sys/dev/ice/ice_sched.c
625
vsi_ctx->num_lan_q_entries[tc] = new_numqs;
sys/dev/ice/ice_sched.c
638
ice_alloc_rdma_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 new_numqs)
sys/dev/ice/ice_sched.c
647
if (!vsi_ctx->rdma_q_ctx[tc]) {
sys/dev/ice/ice_sched.c
648
vsi_ctx->rdma_q_ctx[tc] = (struct ice_q_ctx *)
sys/dev/ice/ice_sched.c
650
if (!vsi_ctx->rdma_q_ctx[tc])
sys/dev/ice/ice_sched.c
652
vsi_ctx->num_rdma_q_entries[tc] = new_numqs;
sys/dev/ice/ice_sched.c
656
if (new_numqs > vsi_ctx->num_rdma_q_entries[tc]) {
sys/dev/ice/ice_sched.c
657
u16 prev_num = vsi_ctx->num_rdma_q_entries[tc];
sys/dev/ice/ice_sched.c
663
ice_memcpy(q_ctx, vsi_ctx->rdma_q_ctx[tc],
sys/dev/ice/ice_sched.c
665
ice_free(hw, vsi_ctx->rdma_q_ctx[tc]);
sys/dev/ice/ice_sched.c
666
vsi_ctx->rdma_q_ctx[tc] = q_ctx;
sys/dev/ice/ice_sched.c
667
vsi_ctx->num_rdma_q_entries[tc] = new_numqs;
sys/dev/ice/ice_sched.h
181
struct ice_sched_node *ice_sched_get_tc_node(struct ice_port_info *pi, u8 tc);
sys/dev/ice/ice_sched.h
183
ice_sched_get_free_qparent(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_sched.h
186
ice_sched_cfg_vsi(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 maxqs,
sys/dev/ice/ice_sched.h
208
ice_cfg_q_bw_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_sched.h
211
ice_cfg_q_bw_dflt_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_sched.h
214
ice_cfg_tc_node_bw_lmt(struct ice_port_info *pi, u8 tc,
sys/dev/ice/ice_sched.h
217
ice_cfg_tc_node_bw_dflt_lmt(struct ice_port_info *pi, u8 tc,
sys/dev/ice/ice_sched.h
220
ice_cfg_vsi_bw_lmt_per_tc(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_sched.h
223
ice_cfg_vsi_bw_dflt_lmt_per_tc(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
sys/dev/ice/ice_sched.h
226
ice_cfg_agg_bw_lmt_per_tc(struct ice_port_info *pi, u32 agg_id, u8 tc,
sys/dev/ice/ice_sched.h
229
ice_cfg_agg_bw_dflt_lmt_per_tc(struct ice_port_info *pi, u32 agg_id, u8 tc,
sys/dev/ice/ice_sched.h
242
ice_cfg_agg_bw_shared_lmt_per_tc(struct ice_port_info *pi, u32 agg_id, u8 tc,
sys/dev/ice/ice_sched.h
246
u8 tc);
sys/dev/ice/ice_sched.h
256
u8 *node_prio, u8 tc);
sys/dev/ice/ice_sched.h
267
enum ice_agg_type agg_type, u8 tc,
sys/dev/ice/ice_sched.h
277
u8 tc, u32 min_bw, u32 max_bw,
sys/dev/ice/ice_sched.h
283
ice_cfg_tc_node_bw_alloc(struct ice_port_info *pi, u8 tc,
sys/dev/ice/ice_type.h
50
static inline bool ice_is_tc_ena(ice_bitmap_t bitmap, u8 tc)
sys/dev/ice/ice_type.h
52
return !!(bitmap & BIT(tc));
sys/dev/ice/virtchnl.h
1930
} tc[1];
sys/dev/ice/virtchnl.h
1938
u8 tc;
sys/dev/ice/virtchnl.h
2311
sizeof(q_tc->tc[0]);
sys/dev/iommu/busdma_iommu.c
1038
struct bus_dma_tag_common *tc;
sys/dev/iommu/busdma_iommu.c
1055
tc = (struct bus_dma_tag_common *)dmat;
sys/dev/iommu/busdma_iommu.c
1056
if (tc->impl != &bus_dma_iommu_impl)
sys/dev/irdma/fbsd_kcompat.c
125
res->qsets.tc = tc_node->traffic_class;
sys/dev/irdma/icrdma_hw.c
379
u8 tc = l2params->up2tc[i];
sys/dev/irdma/icrdma_hw.c
381
cfg_chk->traffic_class = tc;
sys/dev/irdma/icrdma_hw.c
383
irdma_check_flow_ctrl(vsi, i, tc);
sys/dev/irdma/irdma_ctrl.c
2203
FIELD_PREP(IRDMA_CQPSQ_WS_TC, info->tc) |
sys/dev/irdma/irdma_type.h
555
u8 tc;
sys/dev/irdma/irdma_ws.c
137
node_info.tc = node->traffic_class;
sys/dev/isci/scil/scic_sds_stp_packet_request.h
137
#define scu_stp_packet_request_command_phase_construct_task_context(reqeust, tc)
sys/dev/isci/scil/scic_sds_stp_packet_request.h
146
#define scu_stp_packet_request_command_phase_reconstruct_raw_frame_task_context(reqeust, tc)
sys/dev/ixgbe/ixgbe_dcb.c
228
int tc;
sys/dev/ixgbe/ixgbe_dcb.c
230
for (tc = 0; tc < IXGBE_DCB_MAX_TRAFFIC_CLASS; tc++)
sys/dev/ixgbe/ixgbe_dcb.c
231
refill[tc] = tc_config[tc].path[direction].data_credits_refill;
sys/dev/ixgbe/ixgbe_dcb.c
237
int tc;
sys/dev/ixgbe/ixgbe_dcb.c
239
for (tc = 0; tc < IXGBE_DCB_MAX_TRAFFIC_CLASS; tc++)
sys/dev/ixgbe/ixgbe_dcb.c
240
max[tc] = tc_config[tc].desc_credits_max;
sys/dev/ixgbe/ixgbe_dcb.c
247
int tc;
sys/dev/ixgbe/ixgbe_dcb.c
249
for (tc = 0; tc < IXGBE_DCB_MAX_TRAFFIC_CLASS; tc++)
sys/dev/ixgbe/ixgbe_dcb.c
250
bwgid[tc] = tc_config[tc].path[direction].bwg_id;
sys/dev/ixgbe/ixgbe_dcb.c
257
int tc;
sys/dev/ixgbe/ixgbe_dcb.c
259
for (tc = 0; tc < IXGBE_DCB_MAX_TRAFFIC_CLASS; tc++)
sys/dev/ixgbe/ixgbe_dcb.c
260
tsa[tc] = tc_config[tc].path[direction].tsa;
sys/dev/ixgbe/ixgbe_dcb.c
267
u8 tc = cfg->num_tcs.pg_tcs;
sys/dev/ixgbe/ixgbe_dcb.c
270
if (!tc)
sys/dev/ixgbe/ixgbe_dcb.c
278
for (tc--; tc; tc--) {
sys/dev/ixgbe/ixgbe_dcb.c
279
if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap)
sys/dev/ixgbe/ixgbe_dcb.c
283
return tc;
sys/dev/ixgbe/ixgbe_dcb.h
106
u8 tc; /* Traffic class (TC) */
sys/dev/ixgbe/ixgbe_dcb_82598.c
52
int tc;
sys/dev/ixgbe/ixgbe_dcb_82598.c
60
for (tc = 0; tc < tc_count; tc++) {
sys/dev/ixgbe/ixgbe_dcb_82598.c
62
stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc));
sys/dev/ixgbe/ixgbe_dcb_82598.c
64
stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC(tc));
sys/dev/ixgbe/ixgbe_dcb_82598.c
66
stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
sys/dev/ixgbe/ixgbe_dcb_82598.c
68
stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC(tc));
sys/dev/ixgbe/ixgbe_dcb_82598.c
86
int tc;
sys/dev/ixgbe/ixgbe_dcb_82598.c
93
for (tc = 0; tc < tc_count; tc++) {
sys/dev/ixgbe/ixgbe_dcb_82598.c
95
stats->pxofftxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(tc));
sys/dev/ixgbe/ixgbe_dcb_82598.c
97
stats->pxoffrxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(tc));
sys/dev/ixgbe/ixgbe_dcb_82599.c
100
for (tc = 0; tc < tc_count; tc++) {
sys/dev/ixgbe/ixgbe_dcb_82599.c
102
stats->pxofftxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(tc));
sys/dev/ixgbe/ixgbe_dcb_82599.c
104
stats->pxoffrxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(tc));
sys/dev/ixgbe/ixgbe_dcb_82599.c
52
int tc;
sys/dev/ixgbe/ixgbe_dcb_82599.c
60
for (tc = 0; tc < tc_count; tc++) {
sys/dev/ixgbe/ixgbe_dcb_82599.c
62
stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc));
sys/dev/ixgbe/ixgbe_dcb_82599.c
64
stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC_L(tc));
sys/dev/ixgbe/ixgbe_dcb_82599.c
65
stats->qbtc[tc] +=
sys/dev/ixgbe/ixgbe_dcb_82599.c
66
(((u64)(IXGBE_READ_REG(hw, IXGBE_QBTC_H(tc)))) << 32);
sys/dev/ixgbe/ixgbe_dcb_82599.c
68
stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
sys/dev/ixgbe/ixgbe_dcb_82599.c
70
stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC_L(tc));
sys/dev/ixgbe/ixgbe_dcb_82599.c
71
stats->qbrc[tc] +=
sys/dev/ixgbe/ixgbe_dcb_82599.c
72
(((u64)(IXGBE_READ_REG(hw, IXGBE_QBRC_H(tc)))) << 32);
sys/dev/ixgbe/ixgbe_dcb_82599.c
75
stats->qprdc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRDC(tc));
sys/dev/ixgbe/ixgbe_dcb_82599.c
93
int tc;
sys/dev/ixgbe/ixgbe_x550.c
931
u32 tc, reg, pb_headroom, rx_pb_size, maxframe_size_kb;
sys/dev/ixgbe/ixgbe_x550.c
953
for (tc = 0; tc < IXGBE_DCB_MAX_TRAFFIC_CLASS; tc++) {
sys/dev/ixgbe/ixgbe_x550.c
954
reg = IXGBE_READ_REG(hw, IXGBE_DMCTH(tc));
sys/dev/ixgbe/ixgbe_x550.c
957
if (tc < hw->mac.dmac_config.num_tcs) {
sys/dev/ixgbe/ixgbe_x550.c
959
rx_pb_size = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(tc));
sys/dev/ixgbe/ixgbe_x550.c
973
IXGBE_WRITE_REG(hw, IXGBE_DMCTH(tc), reg);
sys/dev/ixl/i40e_dcb.c
630
u8 i, tc, err;
sys/dev/ixl/i40e_dcb.c
639
tc = (u8)((cee_cfg->oper_prio_tc[i] &
sys/dev/ixl/i40e_dcb.c
642
dcbcfg->etscfg.prioritytable[i*2] = tc;
sys/dev/ixl/i40e_dcb.c
643
tc = (u8)((cee_cfg->oper_prio_tc[i] &
sys/dev/ixl/i40e_dcb.c
646
dcbcfg->etscfg.prioritytable[i*2 + 1] = tc;
sys/dev/ixl/i40e_dcb.c
711
u8 i, tc, err, sync, oper;
sys/dev/ixl/i40e_dcb.c
720
tc = (u8)((cee_cfg->oper_prio_tc[i] &
sys/dev/ixl/i40e_dcb.c
723
dcbcfg->etscfg.prioritytable[i*2] = tc;
sys/dev/ixl/i40e_dcb.c
724
tc = (u8)((cee_cfg->oper_prio_tc[i] &
sys/dev/ixl/i40e_dcb.c
727
dcbcfg->etscfg.prioritytable[i*2 + 1] = tc;
sys/dev/mlx4/mlx4_core/mlx4_fw.c
1510
int ts = 0, tc = 0;
sys/dev/mlx4/mlx4_core/mlx4_fw.c
1545
++tc;
sys/dev/mlx4/mlx4_core/mlx4_fw.c
1566
mlx4_dbg(dev, "Mapped %d chunks/%d KB for FW\n", tc, ts);
sys/dev/mlx4/mlx4_core/mlx4_fw.c
1569
mlx4_dbg(dev, "Mapped %d chunks/%d KB for ICM aux\n", tc, ts);
sys/dev/mlx4/mlx4_core/mlx4_fw.c
1573
tc, ts, (unsigned long long) virt - (ts << 10));
sys/dev/mlx4/mlx4_core/mlx4_fw_qos.c
127
struct mlx4_port_scheduler_tc_cfg_be *tc = &context->tc[i];
sys/dev/mlx4/mlx4_core/mlx4_fw_qos.c
133
tc->max_bw_units =
sys/dev/mlx4/mlx4_core/mlx4_fw_qos.c
137
tc->max_bw_units =
sys/dev/mlx4/mlx4_core/mlx4_fw_qos.c
140
tc->max_bw_value = htons(r);
sys/dev/mlx4/mlx4_core/mlx4_fw_qos.c
142
tc->max_bw_value = htons(MLX4_RATELIMIT_DEFAULT);
sys/dev/mlx4/mlx4_core/mlx4_fw_qos.c
143
tc->max_bw_units = htons(MLX4_RATELIMIT_1G_UNITS);
sys/dev/mlx4/mlx4_core/mlx4_fw_qos.c
146
tc->pg = htons(pg[i]);
sys/dev/mlx4/mlx4_core/mlx4_fw_qos.c
147
tc->bw_precentage = htons(tc_tx_bw[i]);
sys/dev/mlx4/mlx4_core/mlx4_fw_qos.c
63
struct mlx4_port_scheduler_tc_cfg_be tc[MLX4_NUM_TC];
sys/dev/mlx5/mlx5_core/mlx5_port.c
923
u8 prio, u8 *tc)
sys/dev/mlx5/mlx5_core/mlx5_port.c
938
*tc = MLX5_GET(qtct_reg, out, tclass);
sys/dev/mlx5/mlx5_core/mlx5_port.c
979
u8 tc, u8 *tc_group)
sys/dev/mlx5/mlx5_core/mlx5_port.c
990
tc_configuration[tc]);
sys/dev/mlx5/mlx5_core/mlx5_tls.c
36
int mlx5_tls_open_tis(struct mlx5_core_dev *mdev, int tc, int tdn, int pdn, u32 *p_tisn)
sys/dev/mlx5/mlx5_core/mlx5_tls.c
42
MLX5_SET(tisc, tisc, prio, tc);
sys/dev/mlx5/mlx5_en/en.h
894
int tc;
sys/dev/mlx5/mlx5_en/mlx5_en_ethtool.c
1292
int error, i, tc;
sys/dev/mlx5/mlx5_en/mlx5_en_ethtool.c
1327
for (tc = 0; tc != priv->num_tc; tc++) {
sys/dev/mlx5/mlx5_en/mlx5_en_ethtool.c
1328
sq = opened ? &c->sq[tc] : NULL;
sys/dev/mlx5/mlx5_en/mlx5_en_ethtool.c
1330
i, tc,
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1663
int tc,
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1693
sq->tc = tc;
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1708
snprintf(buffer, sizeof(buffer), "txstat%dtc%d", c->ix, tc);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1819
int tc,
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1831
err = mlx5e_create_sq(c, tc, param, sq);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1835
err = mlx5e_enable_sq(sq, param, &c->bfreg, c->priv->tisn[tc]);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2118
int tc;
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2120
for (tc = 0; tc < c->priv->num_tc; tc++) {
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2122
err = mlx5e_open_cq(c->priv, &cparam->tx_cq, &c->sq[tc].cq,
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2130
for (tc--; tc >= 0; tc--)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2131
mlx5e_close_cq(&c->sq[tc].cq);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2139
int tc;
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2141
for (tc = 0; tc < c->priv->num_tc; tc++)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2142
mlx5e_close_cq(&c->sq[tc].cq);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2150
int tc;
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2152
for (tc = 0; tc < c->priv->num_tc; tc++) {
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2153
err = mlx5e_open_sq(c, tc, &cparam->sq, &c->sq[tc]);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2161
for (tc--; tc >= 0; tc--)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2162
mlx5e_close_sq_wait(&c->sq[tc]);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2170
int tc;
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2172
for (tc = 0; tc < c->priv->num_tc; tc++)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2173
mlx5e_close_sq_wait(&c->sq[tc]);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2179
int tc;
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2194
for (tc = 0; tc != MLX5E_MAX_TX_NUM_TC; tc++) {
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2195
struct mlx5e_sq *sq = c->sq + tc;
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2228
int tc;
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2234
for (tc = 0; tc != MLX5E_MAX_TX_NUM_TC; tc++) {
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2235
callout_drain(&c->sq[tc].cev_callout);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2236
mtx_destroy(&c->sq[tc].lock);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2237
mtx_destroy(&c->sq[tc].comp_lock);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2678
mlx5e_open_tis(struct mlx5e_priv *priv, int tc)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2686
MLX5_SET(tisc, tisc, prio, tc);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2689
return (mlx5_core_create_tis(mdev, in, sizeof(in), &priv->tisn[tc]));
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2693
mlx5e_close_tis(struct mlx5e_priv *priv, int tc)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2695
mlx5_core_destroy_tis(priv->mdev, priv->tisn[tc], 0);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2703
int tc;
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2705
for (tc = 0; tc < num_tc; tc++) {
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2706
err = mlx5e_open_tis(priv, tc);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2714
for (tc--; tc >= 0; tc--)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2715
mlx5e_close_tis(priv, tc);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2724
int tc;
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2726
for (tc = 0; tc < num_tc; tc++)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2727
mlx5e_close_tis(priv, tc);
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
142
u32 tc;
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
146
tc = (mb->m_pkthdr.ether_vtag >> 13);
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
147
if (tc >= priv->num_tc)
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
148
tc = priv->default_vlan_prio;
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
150
tc = priv->default_vlan_prio;
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
172
sq = &priv->channel[ch].sq[tc];
sys/dev/mlx5/mlx5_ifc.h
2075
u8 tc[8][0x40];
sys/dev/mlx5/port.h
223
u8 prio, u8 *tc);
sys/dev/mlx5/port.h
228
u8 tc, u8 *tc_group);
sys/dev/mlx5/tls.h
31
int mlx5_tls_open_tis(struct mlx5_core_dev *mdev, int tc, int tdn, int pdn, u32 *p_tisn);
sys/dev/mps/mps.c
2767
MPI2_SGE_TRANSACTION_UNION *tc = sgep;
sys/dev/mps/mps.c
2772
type = (tc->Flags & MPI2_SGE_FLAGS_ELEMENT_MASK);
sys/dev/mps/mps.c
2777
if (len != tc->DetailsLength + 4)
sys/dev/mps/mps.c
2778
panic("TC %p length %u or %zu?", tc,
sys/dev/mps/mps.c
2779
tc->DetailsLength + 4, len);
sys/dev/mps/mps.c
2799
panic("Unexpected SGE %p, flags %02x", tc, tc->Flags);
sys/dev/mps/mps_user.c
463
MPI2_FW_DOWNLOAD_TCSGE tc;
sys/dev/mps/mps_user.c
479
bzero(&tc, sizeof tc);
sys/dev/mps/mps_user.c
493
tc.ContextSize = 0;
sys/dev/mps/mps_user.c
494
tc.DetailsLength = 12;
sys/dev/mps/mps_user.c
495
tc.ImageOffset = 0;
sys/dev/mps/mps_user.c
496
tc.ImageSize = cmd->len;
sys/dev/mps/mps_user.c
500
return (mps_push_sge(cm, &tc, sizeof tc, 0));
sys/dev/mps/mps_user.c
511
MPI2_FW_UPLOAD_TCSGE tc;
sys/dev/mps/mps_user.c
519
bzero(&tc, sizeof tc);
sys/dev/mps/mps_user.c
525
tc.ContextSize = 0;
sys/dev/mps/mps_user.c
526
tc.DetailsLength = 12;
sys/dev/mps/mps_user.c
531
tc.ImageOffset = 0;
sys/dev/mps/mps_user.c
532
tc.ImageSize = cmd->len;
sys/dev/mps/mps_user.c
536
return (mps_push_sge(cm, &tc, sizeof tc, 0));
sys/dev/mthca/mthca_cmd.c
663
int ts = 0, tc = 0;
sys/dev/mthca/mthca_cmd.c
700
++tc;
sys/dev/mthca/mthca_cmd.c
719
mthca_dbg(dev, "Mapped %d chunks/%d KB for FW.\n", tc, ts);
sys/dev/mthca/mthca_cmd.c
722
mthca_dbg(dev, "Mapped %d chunks/%d KB for ICM aux.\n", tc, ts);
sys/dev/mthca/mthca_cmd.c
726
tc, ts, (unsigned long long) virt - (ts << 10));
sys/dev/ntb/test/ntb_tool.c
1003
for (pidx = 0; pidx < tc->peer_cnt; pidx++) {
sys/dev/ntb/test/ntb_tool.c
1004
tc->peers[pidx].inmw_cnt = ntb_mw_count(tc->dev);
sys/dev/ntb/test/ntb_tool.c
1005
tc->peers[pidx].inmws = malloc(tc->peers[pidx].inmw_cnt *
sys/dev/ntb/test/ntb_tool.c
1006
sizeof(*tc->peers[pidx].inmws), M_NTB_TOOL,
sys/dev/ntb/test/ntb_tool.c
1009
for (widx = 0; widx < tc->peers[pidx].inmw_cnt; widx++) {
sys/dev/ntb/test/ntb_tool.c
1010
mw = &tc->peers[pidx].inmws[widx];
sys/dev/ntb/test/ntb_tool.c
1012
mw->tc = tc;
sys/dev/ntb/test/ntb_tool.c
1018
rc = ntb_mw_get_range(tc->dev, widx, &mw->phys_addr,
sys/dev/ntb/test/ntb_tool.c
1029
tool_clear_mws(tc);
sys/dev/ntb/test/ntb_tool.c
1039
struct tool_ctx *tc = (struct tool_ctx *)arg1;
sys/dev/ntb/test/ntb_tool.c
1045
db_bits = ntb_db_read(tc->dev);
sys/dev/ntb/test/ntb_tool.c
1051
return tool_fn_write(tc, oidp, req, buf, NULL, false, NULL,
sys/dev/ntb/test/ntb_tool.c
1060
struct tool_ctx *tc = (struct tool_ctx *)arg1;
sys/dev/ntb/test/ntb_tool.c
1062
tc->db_valid_mask = ntb_db_valid_mask(tc->dev);
sys/dev/ntb/test/ntb_tool.c
1063
if (!tc->db_valid_mask) {
sys/dev/ntb/test/ntb_tool.c
1064
device_printf(tc->dev, "Error getting db_valid_mask from "
sys/dev/ntb/test/ntb_tool.c
1068
return read_out(req, tc->db_valid_mask);
sys/dev/ntb/test/ntb_tool.c
1075
struct tool_ctx *tc = (struct tool_ctx *)arg1;
sys/dev/ntb/test/ntb_tool.c
1080
if (tc->db_mask_val == 0)
sys/dev/ntb/test/ntb_tool.c
1081
ntb_db_valid_mask(tc->dev);
sys/dev/ntb/test/ntb_tool.c
1082
return tool_fn_read(tc, req, NULL, tc->db_mask_val);
sys/dev/ntb/test/ntb_tool.c
1087
return tool_fn_write(tc, oidp, req, buf, &tc->db_mask_val, true,
sys/dev/ntb/test/ntb_tool.c
1096
struct tool_ctx *tc = (struct tool_ctx *)arg1;
sys/dev/ntb/test/ntb_tool.c
1101
return tool_fn_read(tc, req, NULL, tc->peer_db_val);
sys/dev/ntb/test/ntb_tool.c
1105
return tool_fn_write(tc, oidp, req, buf, &tc->peer_db_val,
sys/dev/ntb/test/ntb_tool.c
1114
struct tool_ctx *tc = (struct tool_ctx *)arg1;
sys/dev/ntb/test/ntb_tool.c
1119
if (tc->peer_db_mask_val == 0)
sys/dev/ntb/test/ntb_tool.c
1120
ntb_db_valid_mask(tc->dev);
sys/dev/ntb/test/ntb_tool.c
1121
return tool_fn_read(tc, req, NULL, tc->peer_db_mask_val);
sys/dev/ntb/test/ntb_tool.c
1126
return tool_fn_write(tc, oidp, req, buf, &tc->peer_db_mask_val,
sys/dev/ntb/test/ntb_tool.c
1135
struct tool_ctx *tc = (struct tool_ctx *)arg1;
sys/dev/ntb/test/ntb_tool.c
1141
return read_out(req, tc->db_event_val);
sys/dev/ntb/test/ntb_tool.c
1148
tc->db_event_val = bits;
sys/dev/ntb/test/ntb_tool.c
1149
callout_reset(&tc->db_event_timer, 1, tool_db_event_handler, tc);
sys/dev/ntb/test/ntb_tool.c
1160
struct tool_ctx *tc = (struct tool_ctx *)arg1;
sys/dev/ntb/test/ntb_tool.c
1167
rc = ntb_spad_read(tc->dev, sidx, &bits);
sys/dev/ntb/test/ntb_tool.c
1177
return ntb_spad_write(tc->dev, sidx, bits);
sys/dev/ntb/test/ntb_tool.c
1186
struct tool_ctx *tc = (struct tool_ctx *)arg1;
sys/dev/ntb/test/ntb_tool.c
1193
rc = ntb_peer_spad_read(tc->dev, sidx, &bits);
sys/dev/ntb/test/ntb_tool.c
1203
return ntb_peer_spad_write(tc->dev, sidx, bits);
sys/dev/ntb/test/ntb_tool.c
1210
tool_init_spads(struct tool_ctx *tc)
sys/dev/ntb/test/ntb_tool.c
1215
tc->inspad_cnt = ntb_spad_count(tc->dev);
sys/dev/ntb/test/ntb_tool.c
1216
tc->inspads = malloc(tc->inspad_cnt * sizeof(*tc->inspads), M_NTB_TOOL,
sys/dev/ntb/test/ntb_tool.c
1219
for (sidx = 0; sidx < tc->inspad_cnt; sidx++) {
sys/dev/ntb/test/ntb_tool.c
1220
tc->inspads[sidx].sidx = sidx;
sys/dev/ntb/test/ntb_tool.c
1221
tc->inspads[sidx].pidx = -1;
sys/dev/ntb/test/ntb_tool.c
1222
tc->inspads[sidx].tc = tc;
sys/dev/ntb/test/ntb_tool.c
1226
for (pidx = 0; pidx < tc->peer_cnt; pidx++) {
sys/dev/ntb/test/ntb_tool.c
1227
tc->peers[pidx].outspad_cnt = ntb_spad_count(tc->dev);
sys/dev/ntb/test/ntb_tool.c
1228
tc->peers[pidx].outspads = malloc(tc->peers[pidx].outspad_cnt *
sys/dev/ntb/test/ntb_tool.c
1229
sizeof(*tc->peers[pidx].outspads), M_NTB_TOOL, M_WAITOK |
sys/dev/ntb/test/ntb_tool.c
1232
for (sidx = 0; sidx < tc->peers[pidx].outspad_cnt; sidx++) {
sys/dev/ntb/test/ntb_tool.c
1233
tc->peers[pidx].outspads[sidx].sidx = sidx;
sys/dev/ntb/test/ntb_tool.c
1234
tc->peers[pidx].outspads[sidx].pidx = pidx;
sys/dev/ntb/test/ntb_tool.c
1235
tc->peers[pidx].outspads[sidx].tc = tc;
sys/dev/ntb/test/ntb_tool.c
1241
tool_clear_spads(struct tool_ctx *tc)
sys/dev/ntb/test/ntb_tool.c
1246
free(tc->inspads, M_NTB_TOOL);
sys/dev/ntb/test/ntb_tool.c
1249
for (pidx = 0; pidx < tc->peer_cnt; pidx++)
sys/dev/ntb/test/ntb_tool.c
1250
free(tc->peers[pidx].outspads, M_NTB_TOOL);
sys/dev/ntb/test/ntb_tool.c
1257
tool_check_ntb(struct tool_ctx *tc)
sys/dev/ntb/test/ntb_tool.c
1261
callout_init(&tc->link_event_timer, 1);
sys/dev/ntb/test/ntb_tool.c
1264
callout_init(&tc->db_event_timer, 1);
sys/dev/ntb/test/ntb_tool.c
1267
tc->link_status = 'U';
sys/dev/ntb/test/ntb_tool.c
1268
tc->db_mask_val = 0;
sys/dev/ntb/test/ntb_tool.c
1269
tc->peer_db_val = 0;
sys/dev/ntb/test/ntb_tool.c
1270
tc->peer_db_mask_val = 0;
sys/dev/ntb/test/ntb_tool.c
1271
tc->db_event_val = 0;
sys/dev/ntb/test/ntb_tool.c
1272
tc->link_bits = 0;
sys/dev/ntb/test/ntb_tool.c
1278
tool_clear_data(struct tool_ctx *tc)
sys/dev/ntb/test/ntb_tool.c
1281
callout_drain(&tc->link_event_timer);
sys/dev/ntb/test/ntb_tool.c
1282
callout_drain(&tc->db_event_timer);
sys/dev/ntb/test/ntb_tool.c
1286
tool_init_ntb(struct tool_ctx *tc)
sys/dev/ntb/test/ntb_tool.c
1289
return ntb_set_ctx(tc->dev, tc, &tool_ops);
sys/dev/ntb/test/ntb_tool.c
1293
tool_clear_ntb(struct tool_ctx *tc)
sys/dev/ntb/test/ntb_tool.c
1296
ntb_clear_ctx(tc->dev);
sys/dev/ntb/test/ntb_tool.c
1297
ntb_link_disable(tc->dev);
sys/dev/ntb/test/ntb_tool.c
1305
tool_setup_sysctl(struct tool_ctx *tc)
sys/dev/ntb/test/ntb_tool.c
1313
clist = device_get_sysctl_ctx(tc->dev);
sys/dev/ntb/test/ntb_tool.c
1314
parent = device_get_sysctl_tree(tc->dev);
sys/dev/ntb/test/ntb_tool.c
1318
CTLFLAG_RDTUN | CTLFLAG_MPSAFE, tc, 0, sysctl_local_port_number,
sys/dev/ntb/test/ntb_tool.c
1322
CTLFLAG_RWTUN | CTLFLAG_MPSAFE, tc, 0, sysctl_link_handle,
sys/dev/ntb/test/ntb_tool.c
1326
CTLFLAG_RWTUN | CTLFLAG_MPSAFE, tc, 0, sysctl_db_handle,
sys/dev/ntb/test/ntb_tool.c
1330
CTLFLAG_RD | CTLFLAG_MPSAFE, tc, 0, sysctl_db_valid_mask_handle,
sys/dev/ntb/test/ntb_tool.c
1334
CTLFLAG_RWTUN | CTLFLAG_MPSAFE, tc, 0, sysctl_db_mask_handle,
sys/dev/ntb/test/ntb_tool.c
1338
CTLFLAG_WR | CTLFLAG_MPSAFE, tc, 0, sysctl_db_event_handle,
sys/dev/ntb/test/ntb_tool.c
1342
CTLFLAG_RWTUN | CTLFLAG_MPSAFE, tc, 0, sysctl_peer_db_handle,
sys/dev/ntb/test/ntb_tool.c
1346
CTLFLAG_RWTUN | CTLFLAG_MPSAFE, tc, 0, sysctl_peer_db_mask_handle,
sys/dev/ntb/test/ntb_tool.c
1349
if (tc->inspad_cnt != 0) {
sys/dev/ntb/test/ntb_tool.c
1350
for (sidx = 0; sidx < tc->inspad_cnt; sidx++) {
sys/dev/ntb/test/ntb_tool.c
1356
tc, sidx, sysctl_spad_handle, "IU", desc);
sys/dev/ntb/test/ntb_tool.c
1360
for (pidx = 0; pidx < tc->peer_cnt; pidx++) {
sys/dev/ntb/test/ntb_tool.c
1368
CTLTYPE_UINT | CTLFLAG_RDTUN | CTLFLAG_MPSAFE, tc, pidx,
sys/dev/ntb/test/ntb_tool.c
1372
CTLTYPE_STRING | CTLFLAG_RWTUN | CTLFLAG_MPSAFE, tc, pidx,
sys/dev/ntb/test/ntb_tool.c
1376
CTLTYPE_STRING | CTLFLAG_RWTUN | CTLFLAG_MPSAFE, tc, pidx,
sys/dev/ntb/test/ntb_tool.c
1379
for (widx = 0; widx < tc->peers[pidx].inmw_cnt; widx++) {
sys/dev/ntb/test/ntb_tool.c
1385
&tc->peers[pidx].inmws[widx], 0,
sys/dev/ntb/test/ntb_tool.c
1393
&tc->peers[pidx].inmws[widx], 0,
sys/dev/ntb/test/ntb_tool.c
1401
&tc->peers[pidx].inmws[widx], 0,
sys/dev/ntb/test/ntb_tool.c
1405
for (sidx = 0; sidx < tc->peers[pidx].outspad_cnt; sidx++) {
sys/dev/ntb/test/ntb_tool.c
1411
tc, sidx, sysctl_peer_spad_handle, "IU", desc);
sys/dev/ntb/test/ntb_tool.c
1426
struct tool_ctx *tc = device_get_softc(dev);
sys/dev/ntb/test/ntb_tool.c
1429
tc->dev = dev;
sys/dev/ntb/test/ntb_tool.c
1430
rc = tool_check_ntb(tc);
sys/dev/ntb/test/ntb_tool.c
1434
tool_init_peers(tc);
sys/dev/ntb/test/ntb_tool.c
1436
rc = tool_init_mws(tc);
sys/dev/ntb/test/ntb_tool.c
1440
tool_init_spads(tc);
sys/dev/ntb/test/ntb_tool.c
1442
rc = tool_init_ntb(tc);
sys/dev/ntb/test/ntb_tool.c
1446
tool_setup_sysctl(tc);
sys/dev/ntb/test/ntb_tool.c
1451
tool_clear_spads(tc);
sys/dev/ntb/test/ntb_tool.c
1452
tool_clear_mws(tc);
sys/dev/ntb/test/ntb_tool.c
1453
tool_clear_peers(tc);
sys/dev/ntb/test/ntb_tool.c
1455
tool_clear_data(tc);
sys/dev/ntb/test/ntb_tool.c
1464
struct tool_ctx *tc = device_get_softc(dev);
sys/dev/ntb/test/ntb_tool.c
1466
tool_clear_ntb(tc);
sys/dev/ntb/test/ntb_tool.c
1468
tool_clear_spads(tc);
sys/dev/ntb/test/ntb_tool.c
1470
tool_clear_mws(tc);
sys/dev/ntb/test/ntb_tool.c
1472
tool_clear_peers(tc);
sys/dev/ntb/test/ntb_tool.c
1474
tool_clear_data(tc);
sys/dev/ntb/test/ntb_tool.c
211
struct tool_ctx *tc;
sys/dev/ntb/test/ntb_tool.c
244
struct tool_ctx *tc;
sys/dev/ntb/test/ntb_tool.c
249
struct tool_ctx *tc;
sys/dev/ntb/test/ntb_tool.c
293
struct tool_ctx *tc = ctx;
sys/dev/ntb/test/ntb_tool.c
298
up = ntb_link_is_up(tc->dev, &speed, &width);
sys/dev/ntb/test/ntb_tool.c
300
tc->link_status = 'Y';
sys/dev/ntb/test/ntb_tool.c
302
tc->link_status = 'N';
sys/dev/ntb/test/ntb_tool.c
304
device_printf(tc->dev, "link is %s speed %d width %d\n",
sys/dev/ntb/test/ntb_tool.c
311
struct tool_ctx *tc = ctx;
sys/dev/ntb/test/ntb_tool.c
314
db_mask = ntb_db_vector_mask(tc->dev, vec);
sys/dev/ntb/test/ntb_tool.c
315
db_bits = ntb_db_read(tc->dev);
sys/dev/ntb/test/ntb_tool.c
317
device_printf(tc->dev, "doorbell vec %d mask %#llx bits %#llx\n",
sys/dev/ntb/test/ntb_tool.c
332
struct tool_ctx *tc = (struct tool_ctx *)arg;
sys/dev/ntb/test/ntb_tool.c
335
val = ntb_link_is_up(tc->dev, NULL, NULL) & tc->link_mask;
sys/dev/ntb/test/ntb_tool.c
337
if (val == tc->link_bits) {
sys/dev/ntb/test/ntb_tool.c
338
device_printf(tc->dev, "link_event successful for link val="
sys/dev/ntb/test/ntb_tool.c
339
"0x%jx\n", tc->link_bits);
sys/dev/ntb/test/ntb_tool.c
340
tc->link_bits = 0x0;
sys/dev/ntb/test/ntb_tool.c
341
tc->link_mask = 0x0;
sys/dev/ntb/test/ntb_tool.c
343
callout_reset(&tc->link_event_timer, 1, tool_link_event_handler, tc);
sys/dev/ntb/test/ntb_tool.c
349
struct tool_ctx *tc = (struct tool_ctx *)arg;
sys/dev/ntb/test/ntb_tool.c
352
db_bits = ntb_db_read(tc->dev);
sys/dev/ntb/test/ntb_tool.c
354
if (db_bits == tc->db_event_val) {
sys/dev/ntb/test/ntb_tool.c
355
device_printf(tc->dev, "db_event successful for db val=0x%jx\n",
sys/dev/ntb/test/ntb_tool.c
356
tc->db_event_val);
sys/dev/ntb/test/ntb_tool.c
357
tc->db_event_val = 0x0;
sys/dev/ntb/test/ntb_tool.c
359
callout_reset(&tc->db_event_timer, 1, tool_db_event_handler, tc);
sys/dev/ntb/test/ntb_tool.c
393
tool_fn_read(struct tool_ctx *tc, struct sysctl_req *req,
sys/dev/ntb/test/ntb_tool.c
399
return read_out(req, (uint64_t)fn_read(tc->dev));
sys/dev/ntb/test/ntb_tool.c
405
tool_fn_write(struct tool_ctx *tc, struct sysctl_oid *oidp,
sys/dev/ntb/test/ntb_tool.c
409
uint64_t db_valid_mask = tc->db_valid_mask;
sys/dev/ntb/test/ntb_tool.c
414
device_printf(tc->dev, "ERR: Set & Clear both are not supported\n");
sys/dev/ntb/test/ntb_tool.c
418
if (tc->db_valid_mask == 0)
sys/dev/ntb/test/ntb_tool.c
419
db_valid_mask = tc->db_valid_mask = ntb_db_valid_mask(tc->dev);
sys/dev/ntb/test/ntb_tool.c
425
device_printf(tc->dev, "0x%jx value is not supported\n", bits);
sys/dev/ntb/test/ntb_tool.c
429
fn_set(tc->dev, bits);
sys/dev/ntb/test/ntb_tool.c
436
device_printf(tc->dev, "0x%jx value is not supported\n", bits);
sys/dev/ntb/test/ntb_tool.c
440
fn_clear(tc->dev, bits);
sys/dev/ntb/test/ntb_tool.c
444
device_printf(tc->dev, "Wrong Write\n");
sys/dev/ntb/test/ntb_tool.c
593
device_printf(inmw->tc->dev, "Wrong Command \"%c\" provided\n",
sys/dev/ntb/test/ntb_tool.c
600
device_printf(inmw->tc->dev, "%s: configured mw size :%zi and "
sys/dev/ntb/test/ntb_tool.c
642
struct tool_ctx *tc = (struct tool_ctx *)arg1;
sys/dev/ntb/test/ntb_tool.c
645
peer_port = ntb_peer_port_number(tc->dev, pidx);
sys/dev/ntb/test/ntb_tool.c
648
device_printf(tc->dev, "Peer port sysctl set failed with err="
sys/dev/ntb/test/ntb_tool.c
651
tc->peers[pidx].port_no = peer_port;
sys/dev/ntb/test/ntb_tool.c
659
struct tool_ctx *tc = (struct tool_ctx *)arg1;
sys/dev/ntb/test/ntb_tool.c
662
local_port = ntb_port_number(tc->dev);
sys/dev/ntb/test/ntb_tool.c
665
device_printf(tc->dev, "Local port sysctl set failed with err="
sys/dev/ntb/test/ntb_tool.c
668
tc->port_no = local_port;
sys/dev/ntb/test/ntb_tool.c
674
tool_init_peers(struct tool_ctx *tc)
sys/dev/ntb/test/ntb_tool.c
678
tc->peer_cnt = ntb_peer_port_count(tc->dev);
sys/dev/ntb/test/ntb_tool.c
679
tc->peers = malloc(tc->peer_cnt * sizeof(*tc->peers), M_NTB_TOOL,
sys/dev/ntb/test/ntb_tool.c
681
for (pidx = 0; pidx < tc->peer_cnt; pidx++) {
sys/dev/ntb/test/ntb_tool.c
682
tc->peers[pidx].pidx = pidx;
sys/dev/ntb/test/ntb_tool.c
683
tc->peers[pidx].tc = tc;
sys/dev/ntb/test/ntb_tool.c
688
tool_clear_peers(struct tool_ctx *tc)
sys/dev/ntb/test/ntb_tool.c
691
free(tc->peers, M_NTB_TOOL);
sys/dev/ntb/test/ntb_tool.c
700
struct tool_ctx *tc = (struct tool_ctx *)arg1;
sys/dev/ntb/test/ntb_tool.c
705
snprintf(buf, 2, "%c", tc->link_status);
sys/dev/ntb/test/ntb_tool.c
715
rc = ntb_link_enable(tc->dev, NTB_SPEED_AUTO, NTB_WIDTH_AUTO);
sys/dev/ntb/test/ntb_tool.c
717
rc = ntb_link_disable(tc->dev);
sys/dev/ntb/test/ntb_tool.c
721
sscanf(buf, "%c", &tc->link_status);
sys/dev/ntb/test/ntb_tool.c
729
struct tool_ctx *tc = (struct tool_ctx *)arg1;
sys/dev/ntb/test/ntb_tool.c
736
up = ntb_link_is_up(tc->dev, NULL, NULL);
sys/dev/ntb/test/ntb_tool.c
749
struct tool_ctx *tc = (struct tool_ctx *)arg1;
sys/dev/ntb/test/ntb_tool.c
755
return read_out(req, tc->link_bits);
sys/dev/ntb/test/ntb_tool.c
762
tc->link_bits = bits;
sys/dev/ntb/test/ntb_tool.c
763
tc->link_mask = (1ULL << ((pidx) % 64));
sys/dev/ntb/test/ntb_tool.c
765
callout_reset(&tc->link_event_timer, 1, tool_link_event_handler, tc);
sys/dev/ntb/test/ntb_tool.c
802
tool_setup_mw(struct tool_ctx *tc, unsigned int pidx, unsigned int widx,
sys/dev/ntb/test/ntb_tool.c
805
struct tool_mw *inmw = &tc->peers[pidx].inmws[widx];
sys/dev/ntb/test/ntb_tool.c
814
device_printf(tc->dev, "mw_size %zi req_size %zi buff %zi\n",
sys/dev/ntb/test/ntb_tool.c
817
if (bus_dma_tag_create(bus_get_dma_tag(tc->dev), inmw->xlat_align, 0,
sys/dev/ntb/test/ntb_tool.c
820
device_printf(tc->dev, "Unable to create MW tag of size "
sys/dev/ntb/test/ntb_tool.c
828
device_printf(tc->dev, "Unable to allocate MW buffer of size "
sys/dev/ntb/test/ntb_tool.c
836
device_printf(tc->dev, "Unable to load MW buffer of size "
sys/dev/ntb/test/ntb_tool.c
843
rc = ntb_mw_set_trans(tc->dev, widx, inmw->dma_base, inmw->size);
sys/dev/ntb/test/ntb_tool.c
869
tool_free_mw(struct tool_ctx *tc, int pidx, int widx)
sys/dev/ntb/test/ntb_tool.c
871
struct tool_mw *inmw = &tc->peers[pidx].inmws[widx];
sys/dev/ntb/test/ntb_tool.c
874
ntb_mw_clear_trans(tc->dev, widx);
sys/dev/ntb/test/ntb_tool.c
905
ntb_peer_port_number(inmw->tc->dev, inmw->pidx), inmw->pidx);
sys/dev/ntb/test/ntb_tool.c
924
struct tool_ctx *tc = inmw->tc;
sys/dev/ntb/test/ntb_tool.c
936
tool_free_mw(tc, inmw->pidx, inmw->widx);
sys/dev/ntb/test/ntb_tool.c
938
rc = tool_setup_mw(tc, inmw->pidx, inmw->widx, wsize);
sys/dev/ntb/test/ntb_tool.c
984
static void tool_clear_mws(struct tool_ctx *tc)
sys/dev/ntb/test/ntb_tool.c
989
for (pidx = 0; pidx < tc->peer_cnt; pidx++) {
sys/dev/ntb/test/ntb_tool.c
990
for (widx = 0; widx < tc->peers[pidx].inmw_cnt; widx++)
sys/dev/ntb/test/ntb_tool.c
991
tool_free_mw(tc, pidx, widx);
sys/dev/ntb/test/ntb_tool.c
992
free(tc->peers[pidx].inmws, M_NTB_TOOL);
sys/dev/ntb/test/ntb_tool.c
997
tool_init_mws(struct tool_ctx *tc)
sys/dev/nvmf/nvmf_tcp.c
1219
tcp_command_pdu(struct nvmf_tcp_qpair *qp, struct nvmf_tcp_capsule *tc)
sys/dev/nvmf/nvmf_tcp.c
1221
struct nvmf_capsule *nc = &tc->nc;
sys/dev/nvmf/nvmf_tcp.c
1276
tcp_response_pdu(struct nvmf_tcp_qpair *qp, struct nvmf_tcp_capsule *tc)
sys/dev/nvmf/nvmf_tcp.c
1278
struct nvmf_capsule *nc = &tc->nc;
sys/dev/nvmf/nvmf_tcp.c
1289
capsule_to_pdu(struct nvmf_tcp_qpair *qp, struct nvmf_tcp_capsule *tc)
sys/dev/nvmf/nvmf_tcp.c
1291
if (tc->nc.nc_qe_len == sizeof(struct nvme_command))
sys/dev/nvmf/nvmf_tcp.c
1292
return (tcp_command_pdu(qp, tc));
sys/dev/nvmf/nvmf_tcp.c
1294
return (tcp_response_pdu(qp, tc));
sys/dev/nvmf/nvmf_tcp.c
1301
struct nvmf_tcp_capsule *tc;
sys/dev/nvmf/nvmf_tcp.c
1333
tc = STAILQ_FIRST(&qp->tx_capsules);
sys/dev/nvmf/nvmf_tcp.c
1337
n = capsule_to_pdu(qp, tc);
sys/dev/nvmf/nvmf_tcp.c
1338
tcp_release_capsule(tc);
sys/dev/nvmf/nvmf_tcp.c
136
static void tcp_release_capsule(struct nvmf_tcp_capsule *tc);
sys/dev/nvmf/nvmf_tcp.c
1531
struct nvmf_tcp_capsule *ntc, *tc;
sys/dev/nvmf/nvmf_tcp.c
1555
STAILQ_FOREACH_SAFE(tc, &qp->tx_capsules, link, ntc) {
sys/dev/nvmf/nvmf_tcp.c
1556
nvmf_abort_capsule_data(&tc->nc, ECONNABORTED);
sys/dev/nvmf/nvmf_tcp.c
1557
tcp_release_capsule(tc);
sys/dev/nvmf/nvmf_tcp.c
1568
cb->tc->active_r2ts--;
sys/dev/nvmf/nvmf_tcp.c
1581
if (cb->tc != NULL)
sys/dev/nvmf/nvmf_tcp.c
1582
cb->tc->pending_r2ts--;
sys/dev/nvmf/nvmf_tcp.c
1621
struct nvmf_tcp_capsule *tc;
sys/dev/nvmf/nvmf_tcp.c
1623
tc = malloc(sizeof(*tc), M_NVMF_TCP, how | M_ZERO);
sys/dev/nvmf/nvmf_tcp.c
1624
if (tc == NULL)
sys/dev/nvmf/nvmf_tcp.c
1626
refcount_init(&tc->refs, 1);
sys/dev/nvmf/nvmf_tcp.c
1628
return (&tc->nc);
sys/dev/nvmf/nvmf_tcp.c
1632
tcp_release_capsule(struct nvmf_tcp_capsule *tc)
sys/dev/nvmf/nvmf_tcp.c
1634
struct nvmf_tcp_qpair *qp = TQP(tc->nc.nc_qpair);
sys/dev/nvmf/nvmf_tcp.c
1636
if (!refcount_release(&tc->refs))
sys/dev/nvmf/nvmf_tcp.c
1639
MPASS(tc->active_r2ts == 0);
sys/dev/nvmf/nvmf_tcp.c
1640
MPASS(tc->pending_r2ts == 0);
sys/dev/nvmf/nvmf_tcp.c
1642
nvmf_tcp_free_pdu(&tc->rx_pdu);
sys/dev/nvmf/nvmf_tcp.c
1643
free(tc, M_NVMF_TCP);
sys/dev/nvmf/nvmf_tcp.c
1650
struct nvmf_tcp_capsule *tc = TCAP(nc);
sys/dev/nvmf/nvmf_tcp.c
1652
tcp_release_capsule(tc);
sys/dev/nvmf/nvmf_tcp.c
1659
struct nvmf_tcp_capsule *tc = TCAP(nc);
sys/dev/nvmf/nvmf_tcp.c
1662
refcount_acquire(&tc->refs);
sys/dev/nvmf/nvmf_tcp.c
1664
STAILQ_INSERT_TAIL(&qp->tx_capsules, tc, link);
sys/dev/nvmf/nvmf_tcp.c
1674
struct nvmf_tcp_capsule *tc = TCAP(nc);
sys/dev/nvmf/nvmf_tcp.c
1677
KASSERT(tc->rx_pdu.hdr != NULL, ("capsule wasn't received"));
sys/dev/nvmf/nvmf_tcp.c
1682
if (tc->rx_pdu.data_len != le32toh(sgl->length)) {
sys/dev/nvmf/nvmf_tcp.c
1688
if (tc->rx_pdu.data_len != 0) {
sys/dev/nvmf/nvmf_tcp.c
1718
struct nvmf_tcp_capsule *tc = TCAP(nc);
sys/dev/nvmf/nvmf_tcp.c
1724
cb->tc = tc;
sys/dev/nvmf/nvmf_tcp.c
1725
refcount_acquire(&tc->refs);
sys/dev/nvmf/nvmf_tcp.c
1734
if (tc->active_r2ts > qp->maxr2t || qp->active_ttags == qp->num_ttags) {
sys/dev/nvmf/nvmf_tcp.c
1736
tc->pending_r2ts++;
sys/dev/nvmf/nvmf_tcp.c
1753
struct nvmf_tcp_capsule *tc = TCAP(nc);
sys/dev/nvmf/nvmf_tcp.c
1755
mbuf_copyto_io(tc->rx_pdu.m, tc->rx_pdu.hdr->pdo + data_offset,
sys/dev/nvmf/nvmf_tcp.c
191
cb->tc = NULL;
sys/dev/nvmf/nvmf_tcp.c
206
if (cb->tc != NULL)
sys/dev/nvmf/nvmf_tcp.c
207
tcp_release_capsule(cb->tc);
sys/dev/nvmf/nvmf_tcp.c
388
struct nvmf_tcp_capsule *tc;
sys/dev/nvmf/nvmf_tcp.c
394
tc = TCAP(nc);
sys/dev/nvmf/nvmf_tcp.c
395
tc->rx_pdu = *pdu;
sys/dev/nvmf/nvmf_tcp.c
407
struct nvmf_tcp_capsule *tc;
sys/dev/nvmf/nvmf_tcp.c
414
tc = TCAP(nc);
sys/dev/nvmf/nvmf_tcp.c
415
tc->rx_pdu = *pdu;
sys/dev/nvmf/nvmf_tcp.c
515
if (cb->tc->active_r2ts > qp->maxr2t)
sys/dev/nvmf/nvmf_tcp.c
518
cb->tc->pending_r2ts--;
sys/dev/nvmf/nvmf_tcp.c
550
cb->tc->active_r2ts++;
sys/dev/nvmf/nvmf_tcp.c
56
struct nvmf_tcp_capsule *tc;
sys/dev/nvmf/nvmf_tcp.c
597
cb->tc->active_r2ts--;
sys/dev/qlnx/qlnxe/ecore.h
1032
u16 ecore_get_cm_pq_idx_mcos(struct ecore_hwfn *p_hwfn, u8 tc);
sys/dev/qlnx/qlnxe/ecore.h
639
u8 tc;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1050
val = (0x1 << p_data->arr[DCBX_PROTOCOL_ROCE].tc) |
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1051
(0x1 << p_data->arr[DCBX_PROTOCOL_ROCE_V2].tc);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1099
p_data->dcb_tc = p_src->arr[type].tc;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
189
p_data->arr[id].tc, p_hwfn->hw_info.num_active_tc,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
213
bool enable, u8 prio, u8 tc,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
220
p_data->arr[type].tc = tc;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
236
p_hwfn->hw_info.offload_tc = tc;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
250
bool enable, u8 prio, u8 tc,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
266
prio, tc, type, personality);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
338
u8 tc, priority_map;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
363
tc = ECORE_DCBX_PRIO2TC(pri_tc_tbl, priority);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
380
enable, priority, tc, type);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
387
p_data->arr[DCBX_PROTOCOL_ETH].tc = p_hwfn->ufp_info.tc;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
395
tc = p_data->arr[DCBX_PROTOCOL_ETH].tc;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
403
priority, tc, type);
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
49
u8 tc; /* Traffic Class */
sys/dev/qlnx/qlnxe/ecore_dev.c
2000
u8 tc, u32 pq_init_flags)
sys/dev/qlnx/qlnxe/ecore_dev.c
2009
qm_info->qm_pq_params[pq_idx].tc_id = tc;
sys/dev/qlnx/qlnxe/ecore_dev.c
2082
u16 ecore_get_cm_pq_idx_mcos(struct ecore_hwfn *p_hwfn, u8 tc)
sys/dev/qlnx/qlnxe/ecore_dev.c
2086
if (tc > max_tc)
sys/dev/qlnx/qlnxe/ecore_dev.c
2087
DP_ERR(p_hwfn, "tc %d must be smaller than %d\n", tc, max_tc);
sys/dev/qlnx/qlnxe/ecore_dev.c
2089
return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_MCOS) + tc;
sys/dev/qlnx/qlnxe/ecore_dev.c
2263
int i, tc;
sys/dev/qlnx/qlnxe/ecore_dev.c
2285
for (tc = 0; tc < NUM_OF_TCS; tc++)
sys/dev/qlnx/qlnxe/ecore_dev.c
2286
DP_VERBOSE(p_hwfn, ECORE_MSG_HW, "%d ", vport->first_tx_pq_id[tc]);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1002
for (tc = 0; tc < num_tc; tc++, tc_client_offset++) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1003
struct init_ets_tc_req *tc_req = &req->tc_req[tc];
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1025
u8 tc;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1062
for (tc = 0, reg_offset = 0; tc < NUM_OF_PHYS_TCS; tc++, reg_offset += 4) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1068
if (!req->tc_rate[tc])
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1073
inc_val = NIG_RL_INC_VAL(req->tc_rate[tc]);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1089
u8 pri, tc;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1103
for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1104
ecore_wr(p_hwfn, p_ptt, NIG_REG_PRIORITY_FOR_TC_0 + tc * 4, tc_pri_mask[tc]);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1105
ecore_wr(p_hwfn, p_ptt, NIG_REG_RX_TC0_PRIORITY_MASK + tc * 4, tc_pri_mask[tc]);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1122
u8 tc, sp_tc_map = 0, wfq_tc_map = 0;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1127
for (tc = 0; tc < NUM_OF_TCS; tc++) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1128
struct init_ets_tc_req *tc_req = &req->tc_req[tc];
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1132
sp_tc_map |= (1 << tc);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1138
wfq_tc_map |= (1 << tc);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1152
for (tc = 0; tc < NUM_OF_TCS; tc++) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1153
struct init_ets_tc_req *tc_req = &req->tc_req[tc];
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1163
ecore_wr(p_hwfn, p_ptt, PRS_REG_ETS_ARB_CREDIT_WEIGHT_0 + tc * tc_weight_addr_diff, byte_weight);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1166
ecore_wr(p_hwfn, p_ptt, PRS_REG_ETS_ARB_CREDIT_UPPER_BOUND_0 + tc * tc_bound_addr_diff, PRS_ETS_UP_BOUND(byte_weight, req->mtu));
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1205
u8 tc;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1223
for (tc = 0; tc < NUM_OF_TCS; tc++, reg_offset += 4) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1225
if (tc == req->num_active_tcs[port]) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
176
#define PQ_INFO_ELEMENT(vp, pf, tc, port, rl_valid, rl) (((vp) << 0) | ((pf) << 12) | ((tc) << 16) | ((port) << 20) | ((rl_valid) << 22) | ((rl) << 24))
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
184
u8 tc,
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
187
if (tc == PURE_LB_TC)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
190
return port_id * (ECORE_IS_E5(p_hwfn->p_dev) ? NUM_OF_PHYS_TCS : max_phys_tcs_per_port) + tc;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
279
u8 tc, ext_voq, port_id, num_tcs_in_port;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
303
for (tc = 0; tc < max_phys_tcs_per_port; tc++)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
304
if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
309
for (tc = 0; tc < max_phys_tcs_per_port; tc++) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
310
ext_voq = ecore_get_ext_voq(p_hwfn, port_id, tc, max_phys_tcs_per_port);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
311
if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
346
u8 tc, ext_voq, port_id, num_tcs_in_port;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
359
for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
360
if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
368
for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
369
if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
370
ext_voq = ecore_get_ext_voq(p_hwfn, port_id, tc, max_phys_tcs_per_port);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
596
u8 tc, i;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
610
for (tc = 0; tc < NUM_OF_TCS; tc++) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
611
vport_pq_id = vport_params[i].first_tx_pq_id[tc];
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
769
u8 tc, i;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
775
for(tc = 0; tc < NUM_OF_TCS; tc++)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
776
vport_params[i].first_tx_pq_id[tc] = QM_INVALID_PQ_ID;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
851
u8 tc;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
859
for (tc = 0; tc < NUM_OF_TCS; tc++) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
860
vport_pq_id = first_tx_pq_id[tc];
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
965
u8 tc, num_tc, tc_client_offset;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
977
for (tc = 0; tc < num_tc; tc++) {
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
978
struct init_ets_tc_req *tc_req = &req->tc_req[tc];
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
982
sp_tc_map |= (1 << tc);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
988
wfq_tc_map |= (1 << tc);
sys/dev/qlnx/qlnxe/ecore_int_api.h
38
#define TX_PI(tc) (RX_PI + 1 + tc)
sys/dev/qlnx/qlnxe/ecore_l2.c
1253
u8 tc,
sys/dev/qlnx/qlnxe/ecore_l2.c
1262
ecore_get_cm_pq_idx_mcos(p_hwfn, tc));
sys/dev/qlnx/qlnxe/ecore_l2.c
1277
u8 tc,
sys/dev/qlnx/qlnxe/ecore_l2.c
1289
rc = ecore_eth_pf_tx_queue_start(p_hwfn, p_cid, tc,
sys/dev/qlnx/qlnxe/ecore_l2_api.h
301
u8 tc,
sys/dev/qlnx/qlnxe/ecore_l2_api.h
83
u8 tc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2110
p_hwfn->ufp_info.tc = (u8)val;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2125
p_hwfn->ufp_info.mode, p_hwfn->ufp_info.tc,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2135
p_hwfn->qm_info.ooo_tc = p_hwfn->ufp_info.tc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2136
p_hwfn->hw_info.offload_tc = p_hwfn->ufp_info.tc;
sys/dev/qlnx/qlnxe/qlnx_os.c
4678
int lro_enable, tc;
sys/dev/qlnx/qlnxe/qlnx_os.c
4687
for (tc = 0; tc < ha->num_tc; tc++) {
sys/dev/qlnx/qlnxe/qlnx_os.c
4688
txq = fp->txq[tc];
sys/dev/qlnx/qlnxe/qlnx_os.c
4698
qlnx_tx_int(ha, fp, fp->txq[tc]);
sys/dev/qlnx/qlnxe/qlnx_os.c
5699
int rss_id, txq_array_index, tc;
sys/dev/qlnx/qlnxe/qlnx_os.c
5710
for (tc = 0; tc < ha->num_tc; tc++) {
sys/dev/qlnx/qlnxe/qlnx_os.c
5711
txq_array_index = tc * ha->num_rss + rss_id;
sys/dev/qlnx/qlnxe/qlnx_os.c
5712
fp->txq[tc] = &ha->txq_array[txq_array_index];
sys/dev/qlnx/qlnxe/qlnx_os.c
5713
fp->txq[tc]->index = txq_array_index;
sys/dev/qlnx/qlnxe/qlnx_os.c
6179
int tc;
sys/dev/qlnx/qlnxe/qlnx_os.c
6185
for (tc = 0; tc < ha->num_tc; tc++)
sys/dev/qlnx/qlnxe/qlnx_os.c
6186
qlnx_free_mem_txq(ha, fp, fp->txq[tc]);
sys/dev/qlnx/qlnxe/qlnx_os.c
6212
int rc, tc;
sys/dev/qlnx/qlnxe/qlnx_os.c
6238
for (tc = 0; tc < ha->num_tc; tc++) {
sys/dev/qlnx/qlnxe/qlnx_os.c
6239
rc = qlnx_alloc_mem_txq(ha, fp, fp->txq[tc]);
sys/dev/qlnx/qlnxe/qlnx_os.c
6499
int rc, tc, i, vport_id = 0,
sys/dev/qlnx/qlnxe/qlnx_os.c
6579
for (tc = 0; tc < ha->num_tc; tc++) {
sys/dev/qlnx/qlnxe/qlnx_os.c
6580
struct qlnx_tx_queue *txq = fp->txq[tc];
sys/dev/qlnx/qlnxe/qlnx_os.c
6591
qparams.sb_idx = TX_PI(tc);
sys/dev/qlnx/qlnxe/qlnx_os.c
6595
&qparams, tc,
sys/dev/qlnx/qlnxe/qlnx_os.c
6611
&fp->sb_info->sb_virt->pi_array[TX_PI(tc)];
sys/dev/qlnx/qlnxe/qlnx_os.c
6723
int rc, tc, i;
sys/dev/qlnx/qlnxe/qlnx_os.c
6754
for (tc = 0; tc < ha->num_tc; tc++) {
sys/dev/qlnx/qlnxe/qlnx_os.c
6755
struct qlnx_tx_queue *txq = fp->txq[tc];
sys/dev/qlnx/qlnxe/qlnx_os.c
6770
for (tc = 0; tc < ha->num_tc; tc++) {
sys/dev/qlnx/qlnxe/qlnx_os.c
6773
tx_queue_id = tc * ha->num_rss + i;
sys/dev/qlnx/qlnxe/qlnx_os.c
6775
fp->txq[tc]->handle);
sys/dev/virtio/p9fs/virtio_p9fs.c
115
KASSERT(req->tc->tag != req->rc->tag,
sys/dev/virtio/p9fs/virtio_p9fs.c
127
KASSERT(req->tc->tag == req->rc->tag,
sys/dev/virtio/p9fs/virtio_p9fs.c
160
error = sglist_append(sg, req->tc->sdata, req->tc->size);
sys/dev/virtio/p9fs/virtio_p9fs.c
229
curreq->rc->tag = curreq->tc->tag;
sys/dev/xen/timer/xen_timer.c
167
xentimer_get_timecount(struct timecounter *tc)
sys/dev/xen/timer/xen_timer.c
410
sc->tc.tc_name = "XENTIMER";
sys/dev/xen/timer/xen_timer.c
411
sc->tc.tc_quality = XENTIMER_QUALITY;
sys/dev/xen/timer/xen_timer.c
430
sc->tc.tc_frequency = NSEC_IN_SEC;
sys/dev/xen/timer/xen_timer.c
431
sc->tc.tc_counter_mask = ~0u;
sys/dev/xen/timer/xen_timer.c
432
sc->tc.tc_get_timecount = xentimer_get_timecount;
sys/dev/xen/timer/xen_timer.c
433
sc->tc.tc_priv = sc;
sys/dev/xen/timer/xen_timer.c
434
tc_init(&sc->tc);
sys/dev/xen/timer/xen_timer.c
96
struct timecounter tc;
sys/fs/p9fs/p9_client.c
136
if (req->tc != NULL) {
sys/fs/p9fs/p9_client.c
137
if (req->tc->tag != P9_NOTAG)
sys/fs/p9fs/p9_client.c
138
p9_tag_destroy(clnt, req->tc->tag);
sys/fs/p9fs/p9_client.c
139
p9_buffer_free(&req->tc);
sys/fs/p9fs/p9_client.c
159
req->tc = p9_buffer_alloc(alloc_msize);
sys/fs/p9fs/p9_client.c
165
req->tc->tag = P9_NOTAG;
sys/fs/p9fs/p9_client.c
169
req->tc->tag = tag;
sys/fs/p9fs/p9_client.c
311
*error = p9_buf_prepare(req->tc, type);
sys/fs/p9fs/p9_client.c
318
*error = p9_buf_vwritef(req->tc, c->proto_version, fmt, ap);
sys/fs/p9fs/p9_client.c
325
*error = p9_buf_finalize(c, req->tc);
sys/fs/p9fs/p9_client.h
57
struct p9_buffer *tc; /* request buffer */
sys/i386/i386/elan-mmcr.c
229
elan_poll_pps(struct timecounter *tc)
sys/i386/i386/elan-mmcr.c
287
elan_get_timecount(struct timecounter *tc)
sys/i386/i386/geode.c
141
geode_get_timecount(struct timecounter *tc)
sys/i386/i386/mp_clock.c
51
static unsigned piix_get_timecount(struct timecounter *tc);
sys/i386/i386/mp_clock.c
87
piix_get_timecount(struct timecounter *tc)
sys/kern/kern_tc.c
1187
tc_init(struct timecounter *tc)
sys/kern/kern_tc.c
1192
u = tc->tc_frequency / tc->tc_counter_mask;
sys/kern/kern_tc.c
1196
if (u > hz && tc->tc_quality >= 0) {
sys/kern/kern_tc.c
1197
tc->tc_quality = -2000;
sys/kern/kern_tc.c
1200
tc->tc_name, (uintmax_t)tc->tc_frequency);
sys/kern/kern_tc.c
1203
} else if (tc->tc_quality >= 0 || bootverbose) {
sys/kern/kern_tc.c
1205
tc->tc_name, (uintmax_t)tc->tc_frequency,
sys/kern/kern_tc.c
1206
tc->tc_quality);
sys/kern/kern_tc.c
1213
SYSCTL_STATIC_CHILDREN(_kern_timecounter_tc), OID_AUTO, tc->tc_name,
sys/kern/kern_tc.c
1217
"mask", CTLFLAG_RD, &(tc->tc_counter_mask), 0,
sys/kern/kern_tc.c
122
static SYSCTL_NODE(_kern_timecounter, OID_AUTO, tc,
sys/kern/kern_tc.c
1220
"counter", CTLTYPE_UINT | CTLFLAG_RD | CTLFLAG_MPSAFE, tc,
sys/kern/kern_tc.c
1221
sizeof(*tc), sysctl_kern_timecounter_get, "IU",
sys/kern/kern_tc.c
1224
"frequency", CTLTYPE_U64 | CTLFLAG_RD | CTLFLAG_MPSAFE, tc,
sys/kern/kern_tc.c
1225
sizeof(*tc), sysctl_kern_timecounter_freq, "QU",
sys/kern/kern_tc.c
1228
"quality", CTLFLAG_RD, &(tc->tc_quality), 0,
sys/kern/kern_tc.c
1232
tc->tc_next = timecounters;
sys/kern/kern_tc.c
1233
timecounters = tc;
sys/kern/kern_tc.c
1243
if (tc->tc_quality < 0)
sys/kern/kern_tc.c
1246
strcmp(tc->tc_name, tc_from_tunable) == 0) {
sys/kern/kern_tc.c
1250
if (tc->tc_quality < timecounter->tc_quality)
sys/kern/kern_tc.c
1252
if (tc->tc_quality == timecounter->tc_quality &&
sys/kern/kern_tc.c
1253
tc->tc_frequency < timecounter->tc_frequency)
sys/kern/kern_tc.c
1256
(void)tc->tc_get_timecount(tc);
sys/kern/kern_tc.c
1257
timecounter = tc;
sys/kern/kern_tc.c
1371
struct timecounter *tc;
sys/kern/kern_tc.c
1400
tc = atomic_load_ptr(&timecounter);
sys/kern/kern_tc.c
1402
if (th->th_counter != tc)
sys/kern/kern_tc.c
1403
ncount = tc->tc_get_timecount(tc);
sys/kern/kern_tc.c
1459
if (th->th_counter != tc) {
sys/kern/kern_tc.c
1461
if ((tc->tc_flags & TC_FLAGS_C2STOP) != 0)
sys/kern/kern_tc.c
1466
th->th_counter = tc;
sys/kern/kern_tc.c
1468
tc_min_ticktock_freq = max(1, tc->tc_frequency /
sys/kern/kern_tc.c
1469
(((uint64_t)tc->tc_counter_mask + 1) / 3));
sys/kern/kern_tc.c
1509
struct timecounter *newtc, *tc;
sys/kern/kern_tc.c
1513
tc = timecounter;
sys/kern/kern_tc.c
1514
strlcpy(newname, tc->tc_name, sizeof(newname));
sys/kern/kern_tc.c
1524
if (strcmp(newname, tc->tc_name) == 0) {
sys/kern/kern_tc.c
1560
struct timecounter *tc;
sys/kern/kern_tc.c
1568
for (tc = timecounters; tc != NULL; tc = tc->tc_next) {
sys/kern/kern_tc.c
1569
if (tc != timecounters)
sys/kern/kern_tc.c
1571
sbuf_printf(&sb, "%s(%d)", tc->tc_name, tc->tc_quality);
sys/kern/kern_tc.c
1772
struct timecounter *tc;
sys/kern/kern_tc.c
1781
tc = th->th_counter;
sys/kern/kern_tc.c
1782
pps->capcount = tc->tc_get_timecount(tc);
sys/kern/kern_tc.c
186
struct timecounter *tc = arg1;
sys/kern/kern_tc.c
188
ncount = tc->tc_get_timecount(tc);
sys/kern/kern_tc.c
196
struct timecounter *tc = arg1;
sys/kern/kern_tc.c
198
freq = tc->tc_frequency;
sys/kern/kern_tc.c
2055
struct timecounter *tc;
sys/kern/kern_tc.c
2062
tc = timehands->th_counter;
sys/kern/kern_tc.c
2063
u = tc->tc_get_timecount(tc) & tc->tc_counter_mask;
sys/kern/kern_tc.c
2065
*base += (uint64_t)tc->tc_counter_mask + 1;
sys/kern/kern_tc.c
209
struct timecounter *tc;
sys/kern/kern_tc.c
211
tc = th->th_counter;
sys/kern/kern_tc.c
212
return ((tc->tc_get_timecount(tc) - th->th_offset_count) &
sys/kern/kern_tc.c
213
tc->tc_counter_mask);
sys/kern/kern_tc.c
2250
struct timecounter *tc;
sys/kern/kern_tc.c
2254
tc = th->th_counter;
sys/kern/kern_tc.c
2255
val1 = tc->tc_get_timecount(tc);
sys/kern/kern_tc.c
2257
val2 = tc->tc_get_timecount(tc);
sys/kern/kern_tc.c
2259
db_printf("timecounter %p %s\n", tc, tc->tc_name);
sys/kern/kern_tc.c
2261
tc->tc_counter_mask, (uintmax_t)tc->tc_frequency, tc->tc_quality,
sys/kern/kern_tc.c
2262
tc->tc_flags, tc->tc_priv);
sys/kern/kern_tc.c
560
struct timecounter *tc;
sys/kern/kern_tc.c
563
tc = timehands->th_counter;
sys/kern/kern_tc.c
57
dummy_get_timecount(struct timecounter *tc)
sys/kern/kern_tc.c
570
cest.period = ((1ULL << 63) / tc->tc_frequency) << 1;
sys/kern/kern_tc.c
582
printf("ffclock reset: %s (%llu Hz), time = %ld.%09lu\n", tc->tc_name,
sys/kern/kern_tc.c
583
(unsigned long long)tc->tc_frequency, (long)ts->tv_sec,
sys/kern/kern_tc.c
780
struct timecounter *tc;
sys/kern/kern_tc.c
783
tc = th->th_counter;
sys/kern/kern_tc.c
790
cest->period = ((1ULL << 63) / tc->tc_frequency ) << 1;
sys/kern/subr_clockcalib.c
106
t1 = tc->tc_get_timecount(tc) & tc->tc_counter_mask;
sys/kern/subr_clockcalib.c
108
tadj += (uint64_t)tc->tc_counter_mask + 1;
sys/kern/subr_clockcalib.c
113
if (t1 > tc->tc_frequency) {
sys/kern/subr_clockcalib.c
119
freq = (double)(tc->tc_frequency) * clk1 / t1;
sys/kern/subr_clockcalib.c
157
freq = (double)(tc->tc_frequency) * cva / va_t;
sys/kern/subr_clockcalib.c
162
1000000.0 / tc->tc_frequency),
sys/kern/subr_clockcalib.c
41
struct timecounter *tc = atomic_load_ptr(&timecounter);
sys/kern/subr_clockcalib.c
98
t0 = tc->tc_get_timecount(tc) & tc->tc_counter_mask;
sys/kern/subr_dummy_vdso_tc.c
33
cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc)
sys/kern/subr_dummy_vdso_tc.c
42
struct timecounter *tc)
sys/kern/subr_terminal.c
198
terminal_alloc(const struct terminal_class *tc, void *softc)
sys/kern/subr_terminal.c
205
tm->tm_class = tc;
sys/kern/subr_turnstile.c
1119
struct turnstile_chain *tc;
sys/kern/subr_turnstile.c
1132
tc = TC_LOOKUP(lock);
sys/kern/subr_turnstile.c
1133
LIST_FOREACH(ts, &tc->tc_turnstiles, ts_hash)
sys/kern/subr_turnstile.c
1311
struct turnstile_chain *tc;
sys/kern/subr_turnstile.c
1317
tc = TC_LOOKUP(lock);
sys/kern/subr_turnstile.c
1318
LIST_FOREACH(ts, &tc->tc_turnstiles, ts_hash)
sys/kern/subr_turnstile.c
562
struct turnstile_chain *tc;
sys/kern/subr_turnstile.c
564
tc = TC_LOOKUP(lock);
sys/kern/subr_turnstile.c
565
mtx_lock_spin(&tc->tc_lock);
sys/kern/subr_turnstile.c
571
struct turnstile_chain *tc;
sys/kern/subr_turnstile.c
574
tc = TC_LOOKUP(lock);
sys/kern/subr_turnstile.c
575
mtx_lock_spin(&tc->tc_lock);
sys/kern/subr_turnstile.c
576
LIST_FOREACH(ts, &tc->tc_turnstiles, ts_hash)
sys/kern/subr_turnstile.c
595
struct turnstile_chain *tc;
sys/kern/subr_turnstile.c
600
tc = TC_LOOKUP(lock);
sys/kern/subr_turnstile.c
601
mtx_lock_spin(&tc->tc_lock);
sys/kern/subr_turnstile.c
604
mtx_unlock_spin(&tc->tc_lock);
sys/kern/subr_turnstile.c
616
struct turnstile_chain *tc;
sys/kern/subr_turnstile.c
622
tc = TC_LOOKUP(lock);
sys/kern/subr_turnstile.c
623
mtx_unlock_spin(&tc->tc_lock);
sys/kern/subr_turnstile.c
635
struct turnstile_chain *tc;
sys/kern/subr_turnstile.c
644
tc = TC_LOOKUP(lock);
sys/kern/subr_turnstile.c
645
mtx_unlock_spin(&tc->tc_lock);
sys/kern/subr_turnstile.c
656
struct turnstile_chain *tc;
sys/kern/subr_turnstile.c
659
tc = TC_LOOKUP(lock);
sys/kern/subr_turnstile.c
660
mtx_assert(&tc->tc_lock, MA_OWNED);
sys/kern/subr_turnstile.c
661
LIST_FOREACH(ts, &tc->tc_turnstiles, ts_hash)
sys/kern/subr_turnstile.c
675
struct turnstile_chain *tc;
sys/kern/subr_turnstile.c
677
tc = TC_LOOKUP(lock);
sys/kern/subr_turnstile.c
678
mtx_unlock_spin(&tc->tc_lock);
sys/kern/subr_turnstile.c
705
struct turnstile_chain *tc;
sys/kern/subr_turnstile.c
727
tc = TC_LOOKUP(ts->ts_lockobj);
sys/kern/subr_turnstile.c
729
mtx_unlock_spin(&tc->tc_lock);
sys/kern/subr_turnstile.c
741
struct turnstile_chain *tc;
sys/kern/subr_turnstile.c
756
tc = TC_LOOKUP(ts->ts_lockobj);
sys/kern/subr_turnstile.c
757
mtx_assert(&tc->tc_lock, MA_OWNED);
sys/kern/subr_turnstile.c
760
tc->tc_depth++;
sys/kern/subr_turnstile.c
761
if (tc->tc_depth > tc->tc_max_depth) {
sys/kern/subr_turnstile.c
762
tc->tc_max_depth = tc->tc_depth;
sys/kern/subr_turnstile.c
763
if (tc->tc_max_depth > turnstile_max_depth)
sys/kern/subr_turnstile.c
764
turnstile_max_depth = tc->tc_max_depth;
sys/kern/subr_turnstile.c
767
LIST_INSERT_HEAD(&tc->tc_turnstiles, ts, ts_hash);
sys/kern/subr_turnstile.c
806
mtx_unlock_spin(&tc->tc_lock);
sys/kern/subr_turnstile.c
830
struct turnstile_chain *tc __unused;
sys/kern/subr_turnstile.c
859
tc = TC_LOOKUP(ts->ts_lockobj);
sys/kern/subr_turnstile.c
860
mtx_assert(&tc->tc_lock, MA_OWNED);
sys/kern/subr_turnstile.c
863
tc->tc_depth--;
sys/kern/subr_turnstile.c
881
struct turnstile_chain *tc __unused;
sys/kern/subr_turnstile.c
893
tc = TC_LOOKUP(ts->ts_lockobj);
sys/kern/subr_turnstile.c
894
mtx_assert(&tc->tc_lock, MA_OWNED);
sys/kern/subr_turnstile.c
913
tc->tc_depth--;
sys/kern/tty_compat.c
127
struct tchars *tc = (struct tchars *)data;
sys/kern/tty_compat.c
131
cc[VINTR] = tc->t_intrc;
sys/kern/tty_compat.c
132
cc[VQUIT] = tc->t_quitc;
sys/kern/tty_compat.c
133
cc[VSTART] = tc->t_startc;
sys/kern/tty_compat.c
134
cc[VSTOP] = tc->t_stopc;
sys/kern/tty_compat.c
135
cc[VEOF] = tc->t_eofc;
sys/kern/tty_compat.c
136
cc[VEOL] = tc->t_brkc;
sys/kern/tty_compat.c
137
if (tc->t_brkc == (char)_POSIX_VDISABLE)
sys/kern/tty_compat.c
215
struct tchars *tc = (struct tchars *)data;
sys/kern/tty_compat.c
218
tc->t_intrc = cc[VINTR];
sys/kern/tty_compat.c
219
tc->t_quitc = cc[VQUIT];
sys/kern/tty_compat.c
220
tc->t_startc = cc[VSTART];
sys/kern/tty_compat.c
221
tc->t_stopc = cc[VSTOP];
sys/kern/tty_compat.c
222
tc->t_eofc = cc[VEOF];
sys/kern/tty_compat.c
223
tc->t_brkc = cc[VEOL];
sys/kern/uipc_ktls.c
3485
size_t t, ta, tc;
sys/kern/uipc_ktls.c
3492
tc = MIN(t, ktls->params.cipher_key_len);
sys/kern/uipc_ktls.c
3494
memcpy(data, ktls->params.cipher_key, tc);
sys/kern/uipc_ktls.c
3495
ta = MIN(t - tc, ktls->params.auth_key_len);
sys/kern/uipc_ktls.c
3497
memcpy(data + tc, ktls->params.auth_key, ta);
sys/kern/uipc_ktls.c
3498
*sz = ta + tc;
sys/netgraph/ng_car.c
209
priv->upper.tc = priv->upper.conf.cbs = NG_CAR_CBS_MIN;
sys/netgraph/ng_car.c
224
priv->lower.tc = priv->lower.conf.cbs = NG_CAR_CBS_MIN;
sys/netgraph/ng_car.c
325
if (hinfo->tc - len >= 0 && col <= QOS_COLOR_GREEN) {
sys/netgraph/ng_car.c
328
hinfo->tc -= len;
sys/netgraph/ng_car.c
337
if (hinfo->tc - len >= 0 && col <= QOS_COLOR_GREEN) {
sys/netgraph/ng_car.c
340
hinfo->tc -= len;
sys/netgraph/ng_car.c
353
if (len - (hinfo->tc - len) > hinfo->conf.ebs ||
sys/netgraph/ng_car.c
364
} else if (hinfo->te + (len - hinfo->tc) < hinfo->conf.ebs &&
sys/netgraph/ng_car.c
368
hinfo->te += len - hinfo->tc;
sys/netgraph/ng_car.c
370
hinfo->tc -= len;
sys/netgraph/ng_car.c
533
priv->upper.tc = priv->upper.conf.cbs;
sys/netgraph/ng_car.c
544
priv->lower.tc = priv->lower.conf.cbs;
sys/netgraph/ng_car.c
651
h->tc += (h->conf.cir * deltat_us) >> 23;
sys/netgraph/ng_car.c
652
delta = h->tc - h->conf.cbs;
sys/netgraph/ng_car.c
654
h->tc = h->conf.cbs;
sys/netgraph/ng_car.c
664
h->tc += (h->conf.cir * deltat_us) >> 23;
sys/netgraph/ng_car.c
665
if (h->tc > ((int64_t)h->conf.cbs))
sys/netgraph/ng_car.c
666
h->tc = h->conf.cbs;
sys/netgraph/ng_car.c
675
h->tc += (h->conf.cir * deltat_us) >> 23;
sys/netgraph/ng_car.c
676
if (h->tc > ((int64_t)h->conf.cbs))
sys/netgraph/ng_car.c
677
h->tc = h->conf.cbs;
sys/netgraph/ng_car.c
68
int64_t tc; /* committed token bucket counter */
sys/netgraph/ng_car.c
692
delay = (-(hinfo->tc)) * hz * 8 / hinfo->conf.cir + 1;
sys/netgraph/ng_car.c
712
while (hinfo->tc >= 0) {
sys/netgraph/ng_car.c
732
hinfo->tc -= 128;
sys/netgraph/ng_car.c
734
hinfo->tc -= m->m_pkthdr.len;
sys/netgraph/ng_car.c
800
hinfo->tc -= 128;
sys/netgraph/ng_car.c
802
hinfo->tc -= m->m_pkthdr.len;
sys/netgraph/ng_tcpmss.c
415
correct_mss(struct tcphdr *tc, int hlen, uint16_t maxmss, int flags)
sys/netgraph/ng_tcpmss.c
423
for (olen = hlen - sizeof(struct tcphdr), opt = (u_char *)(tc + 1);
sys/netgraph/ng_tcpmss.c
440
sum = be16dec(&tc->th_sum);
sys/netgraph/ng_tcpmss.c
442
be16enc(&tc->th_sum, sum);
sys/netinet/libalias/alias.c
1004
alias_port = tc->th_dport;
sys/netinet/libalias/alias.c
1005
tc->th_dport = GetOriginalPort(lnk);
sys/netinet/libalias/alias.c
1033
accumulate -= tc->th_dport;
sys/netinet/libalias/alias.c
1040
accumulate += tc->th_sport;
sys/netinet/libalias/alias.c
1041
tc->th_sport = proxy_port;
sys/netinet/libalias/alias.c
1042
accumulate -= tc->th_sport;
sys/netinet/libalias/alias.c
1050
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias.c
1051
delta = GetDeltaAckIn(tc->th_ack, lnk);
sys/netinet/libalias/alias.c
1053
accumulate += twowords(&tc->th_ack);
sys/netinet/libalias/alias.c
1054
tc->th_ack = htonl(ntohl(tc->th_ack) - delta);
sys/netinet/libalias/alias.c
1055
accumulate -= twowords(&tc->th_ack);
sys/netinet/libalias/alias.c
1058
ADJUST_CHECKSUM(accumulate, tc->th_sum);
sys/netinet/libalias/alias.c
1075
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias.c
1076
TcpMonitorIn(__tcp_get_flags(tc), lnk);
sys/netinet/libalias/alias.c
1092
struct tcphdr *tc;
sys/netinet/libalias/alias.c
1100
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias.c
1105
tc->th_dport, pip->ip_p);
sys/netinet/libalias/alias.c
1114
dest_port = tc->th_dport;
sys/netinet/libalias/alias.c
1119
accumulate = tc->th_dport;
sys/netinet/libalias/alias.c
1120
tc->th_dport = proxy_server_port;
sys/netinet/libalias/alias.c
1121
accumulate -= tc->th_dport;
sys/netinet/libalias/alias.c
1124
ADJUST_CHECKSUM(accumulate, tc->th_sum);
sys/netinet/libalias/alias.c
1132
tc->th_sport, tc->th_dport,
sys/netinet/libalias/alias.c
1145
.sport = &tc->th_sport,
sys/netinet/libalias/alias.c
1146
.dport = &tc->th_dport,
sys/netinet/libalias/alias.c
1157
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias.c
1164
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias.c
1165
TcpMonitorOut(__tcp_get_flags(tc), lnk);
sys/netinet/libalias/alias.c
1172
accumulate = tc->th_sport;
sys/netinet/libalias/alias.c
1173
tc->th_sport = alias_port;
sys/netinet/libalias/alias.c
1174
accumulate -= tc->th_sport;
sys/netinet/libalias/alias.c
1182
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias.c
1183
delta = GetDeltaSeqOut(tc->th_seq, lnk);
sys/netinet/libalias/alias.c
1185
accumulate += twowords(&tc->th_seq);
sys/netinet/libalias/alias.c
1186
tc->th_seq = htonl(ntohl(tc->th_seq) + delta);
sys/netinet/libalias/alias.c
1187
accumulate -= twowords(&tc->th_seq);
sys/netinet/libalias/alias.c
1190
ADJUST_CHECKSUM(accumulate, tc->th_sum);
sys/netinet/libalias/alias.c
1586
struct tcphdr *tc;
sys/netinet/libalias/alias.c
1599
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias.c
1611
tc->th_dport, tc->th_sport,
sys/netinet/libalias/alias.c
1642
accumulate += tc->th_sport;
sys/netinet/libalias/alias.c
1644
ADJUST_CHECKSUM(accumulate, tc->th_sum);
sys/netinet/libalias/alias.c
1656
tc->th_sport = original_port;
sys/netinet/libalias/alias.c
337
struct tcphdr *tc;
sys/netinet/libalias/alias.c
346
tc = (struct tcphdr *)ip_next(ip);
sys/netinet/libalias/alias.c
357
tc->th_dport, tc->th_sport,
sys/netinet/libalias/alias.c
535
struct tcphdr *tc;
sys/netinet/libalias/alias.c
544
tc = (struct tcphdr *)ip_next(ip);
sys/netinet/libalias/alias.c
555
tc->th_dport, tc->th_sport,
sys/netinet/libalias/alias.c
957
struct tcphdr *tc;
sys/netinet/libalias/alias.c
967
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias.c
970
tc->th_sport, tc->th_dport,
sys/netinet/libalias/alias.c
993
.sport = &tc->th_sport,
sys/netinet/libalias/alias.c
994
.dport = &tc->th_dport,
sys/netinet/libalias/alias_ftp.c
225
struct tcphdr *tc;
sys/netinet/libalias/alias_ftp.c
229
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_ftp.c
230
hlen = (pip->ip_hl + tc->th_off) << 2;
sys/netinet/libalias/alias_ftp.c
246
if (ntohs(tc->th_dport) == FTP_CONTROL_PORT_NUMBER) {
sys/netinet/libalias/alias_ftp.c
285
struct tcphdr *tc;
sys/netinet/libalias/alias_ftp.c
288
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_ftp.c
289
hlen = (pip->ip_hl + tc->th_off) << 2;
sys/netinet/libalias/alias_ftp.c
303
ntohs(tc->th_dport) == FTP_CONTROL_PORT_NUMBER &&
sys/netinet/libalias/alias_ftp.c
655
struct tcphdr *tc;
sys/netinet/libalias/alias_ftp.c
663
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_ftp.c
664
hlen = (pip->ip_hl + tc->th_off) << 2;
sys/netinet/libalias/alias_ftp.c
733
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_ftp.c
734
delta = GetDeltaSeqOut(tc->th_seq, lnk);
sys/netinet/libalias/alias_ftp.c
736
pip->ip_len, tc->th_seq, tc->th_off);
sys/netinet/libalias/alias_ftp.c
753
tc->th_sum = 0;
sys/netinet/libalias/alias_ftp.c
755
tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1);
sys/netinet/libalias/alias_ftp.c
757
tc->th_sum = TcpChecksum(pip);
sys/netinet/libalias/alias_irc.c
174
struct tcphdr *tc;
sys/netinet/libalias/alias_irc.c
178
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_irc.c
179
hlen = (pip->ip_hl + tc->th_off) << 2;
sys/netinet/libalias/alias_irc.c
438
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_irc.c
439
delta = GetDeltaSeqOut(tc->th_seq, lnk);
sys/netinet/libalias/alias_irc.c
441
pip->ip_len, tc->th_seq, tc->th_off);
sys/netinet/libalias/alias_irc.c
457
tc->th_sum = 0;
sys/netinet/libalias/alias_irc.c
459
tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1);
sys/netinet/libalias/alias_irc.c
461
tc->th_sum = TcpChecksum(pip);
sys/netinet/libalias/alias_pptp.c
298
struct tcphdr *tc;
sys/netinet/libalias/alias_pptp.c
337
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_pptp.c
339
ADJUST_CHECKSUM(accumulate, tc->th_sum);
sys/netinet/libalias/alias_pptp.c
370
struct tcphdr *tc;
sys/netinet/libalias/alias_pptp.c
409
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_pptp.c
411
ADJUST_CHECKSUM(accumulate, tc->th_sum);
sys/netinet/libalias/alias_pptp.c
433
struct tcphdr *tc;
sys/netinet/libalias/alias_pptp.c
436
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_pptp.c
437
hlen = (pip->ip_hl + tc->th_off) << 2;
sys/netinet/libalias/alias_pptp.c
446
hptr = (PptpMsgHead)tcp_next(tc);
sys/netinet/libalias/alias_proxy.c
291
struct tcphdr *tc;
sys/netinet/libalias/alias_proxy.c
295
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_proxy.c
328
hlen = (pip->ip_hl + tc->th_off) << 2;
sys/netinet/libalias/alias_proxy.c
347
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_proxy.c
348
delta = GetDeltaSeqOut(tc->th_seq, lnk);
sys/netinet/libalias/alias_proxy.c
349
AddSeq(lnk, delta + slen, pip->ip_hl, pip->ip_len, tc->th_seq,
sys/netinet/libalias/alias_proxy.c
350
tc->th_off);
sys/netinet/libalias/alias_proxy.c
367
tc->th_sum = 0;
sys/netinet/libalias/alias_proxy.c
369
tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1);
sys/netinet/libalias/alias_proxy.c
371
tc->th_sum = TcpChecksum(pip);
sys/netinet/libalias/alias_proxy.c
397
struct tcphdr *tc;
sys/netinet/libalias/alias_proxy.c
408
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_proxy.c
409
memcpy(&option[6], (u_char *)&tc->th_sport, 2);
sys/netinet/libalias/alias_skinny.c
208
struct tcphdr *tc, struct alias_link *lnk,
sys/netinet/libalias/alias_skinny.c
215
tc->th_sum = 0;
sys/netinet/libalias/alias_skinny.c
217
tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1);
sys/netinet/libalias/alias_skinny.c
219
tc->th_sum = TcpChecksum(pip);
sys/netinet/libalias/alias_skinny.c
227
struct ip *pip, struct tcphdr *tc,
sys/netinet/libalias/alias_skinny.c
234
(void)tc;
sys/netinet/libalias/alias_skinny.c
251
struct tcphdr *tc, struct alias_link *lnk,
sys/netinet/libalias/alias_skinny.c
258
tc->th_sum = 0;
sys/netinet/libalias/alias_skinny.c
260
tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1);
sys/netinet/libalias/alias_skinny.c
262
tc->th_sum = TcpChecksum(pip);
sys/netinet/libalias/alias_skinny.c
269
struct ip *pip, struct tcphdr *tc,
sys/netinet/libalias/alias_skinny.c
288
tc->th_sum = 0;
sys/netinet/libalias/alias_skinny.c
290
tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1);
sys/netinet/libalias/alias_skinny.c
292
tc->th_sum = TcpChecksum(pip);
sys/netinet/libalias/alias_skinny.c
301
struct tcphdr *tc;
sys/netinet/libalias/alias_skinny.c
308
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_skinny.c
309
hlen = (pip->ip_hl + tc->th_off) << 2;
sys/netinet/libalias/alias_skinny.c
313
sd = (struct skinny_header *)tcp_next(tc);
sys/netinet/libalias/alias_skinny.c
320
if (ntohs(tc->th_dport) == la->skinnyPort)
sys/netinet/libalias/alias_skinny.c
322
else if (ntohs(tc->th_sport) == la->skinnyPort)
sys/netinet/libalias/alias_skinny.c
368
alias_skinny_reg_msg(reg_mesg, pip, tc, lnk, direction);
sys/netinet/libalias/alias_skinny.c
386
alias_skinny_port_msg(port_mesg, pip, tc, lnk, direction);
sys/netinet/libalias/alias_skinny.c
404
alias_skinny_opnrcvch_ack(la, opnrcvchn_ack, pip, tc, lnk, &lip, direction);
sys/netinet/libalias/alias_skinny.c
432
alias_skinny_startmedia(startmedia_tx, pip, tc, lnk, lip, direction);
sys/netinet/libalias/alias_smedia.c
237
struct tcphdr *tc;
sys/netinet/libalias/alias_smedia.c
249
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_smedia.c
250
hlen = (pip->ip_hl + tc->th_off) << 2;
sys/netinet/libalias/alias_smedia.c
394
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_smedia.c
395
delta = GetDeltaSeqOut(tc->th_seq, lnk);
sys/netinet/libalias/alias_smedia.c
397
tc->th_seq, tc->th_off);
sys/netinet/libalias/alias_smedia.c
403
tc->th_sum = 0;
sys/netinet/libalias/alias_smedia.c
405
tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1);
sys/netinet/libalias/alias_smedia.c
407
tc->th_sum = TcpChecksum(pip);
sys/netinet/libalias/alias_smedia.c
424
struct tcphdr *tc;
sys/netinet/libalias/alias_smedia.c
445
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_smedia.c
450
tc->th_sum = 0;
sys/netinet/libalias/alias_smedia.c
452
tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1);
sys/netinet/libalias/alias_smedia.c
454
tc->th_sum = TcpChecksum(pip);
sys/netinet/libalias/alias_smedia.c
468
struct tcphdr *tc;
sys/netinet/libalias/alias_smedia.c
477
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_smedia.c
478
hlen = (pip->ip_hl + tc->th_off) << 2;
sys/netinet/libalias/alias_smedia.c
486
if ((ntohs(tc->th_dport) == RTSP_CONTROL_PORT_NUMBER_1) ||
sys/netinet/libalias/alias_smedia.c
487
(ntohs(tc->th_dport) == RTSP_CONTROL_PORT_NUMBER_2)) {
sys/netinet/libalias/alias_util.c
109
struct tcphdr *tc;
sys/netinet/libalias/alias_util.c
116
tc = (struct tcphdr *)ip_next(pip);
sys/netinet/libalias/alias_util.c
117
ptr = (u_short *)tc;
sys/netpfil/ipfw/ip_fw_table.c
1000
tc->count = 0;
sys/netpfil/ipfw/ip_fw_table.c
1004
ta->change_ti(tc->astate, &tablestate[kidx]);
sys/netpfil/ipfw/ip_fw_table.c
1009
ipfw_unref_table_values(ch, tc, ta, astate_old, &ti_old);
sys/netpfil/ipfw/ip_fw_table.c
106
get_table_value(struct ip_fw_chain *ch, struct table_config *tc, uint32_t kidx)
sys/netpfil/ipfw/ip_fw_table.c
1173
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1178
if ((tc = find_table(ni, ti)) == NULL) {
sys/netpfil/ipfw/ip_fw_table.c
1184
if (tc->no.refcnt > 0) {
sys/netpfil/ipfw/ip_fw_table.c
1190
unlink_table(ch, tc);
sys/netpfil/ipfw/ip_fw_table.c
1194
if (ipfw_objhash_free_idx(ni, tc->no.kidx) != 0)
sys/netpfil/ipfw/ip_fw_table.c
1196
tc->no.kidx, tc->tablename);
sys/netpfil/ipfw/ip_fw_table.c
1199
ipfw_unref_table_values(ch, tc, tc->ta, tc->astate, &tc->ti_copy);
sys/netpfil/ipfw/ip_fw_table.c
1202
free_table_config(ni, tc);
sys/netpfil/ipfw/ip_fw_table.c
1219
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
124
check_table_limit(struct table_config *tc, struct tentry_info *tei)
sys/netpfil/ipfw/ip_fw_table.c
127
if (tc->limit == 0 || tc->count < tc->limit)
sys/netpfil/ipfw/ip_fw_table.c
1270
tc = (struct table_config *)ipfw_objhash_lookup_kidx(ni, i);
sys/netpfil/ipfw/ip_fw_table.c
1271
if (tc == NULL || tc->ta->change_ti == NULL)
sys/netpfil/ipfw/ip_fw_table.c
1274
tc->ta->change_ti(tc->astate, ti);
sys/netpfil/ipfw/ip_fw_table.c
1304
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1310
error = find_table_err(CHAIN_TO_NI(ch), &ti, &tc);
sys/netpfil/ipfw/ip_fw_table.c
1314
if (tc == NULL)
sys/netpfil/ipfw/ip_fw_table.c
1317
tc->no.refcnt++;
sys/netpfil/ipfw/ip_fw_table.c
1318
*kidx = tc->no.kidx;
sys/netpfil/ipfw/ip_fw_table.c
1404
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1416
if ((tc = find_table(CHAIN_TO_NI(ch), &ti)) == NULL) {
sys/netpfil/ipfw/ip_fw_table.c
1421
export_table_info(ch, tc, (ipfw_xtable_info *)(oh + 1));
sys/netpfil/ipfw/ip_fw_table.c
1443
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1464
if ((tc = find_table(ni, &ti)) == NULL) {
sys/netpfil/ipfw/ip_fw_table.c
1470
if ((tc->ta->flags & TA_FLAG_READONLY) != 0) {
sys/netpfil/ipfw/ip_fw_table.c
1476
tc->limit = i->limit;
sys/netpfil/ipfw/ip_fw_table.c
1478
tc->locked = ((i->flags & IPFW_TGFLAGS_LOCKED) != 0);
sys/netpfil/ipfw/ip_fw_table.c
1553
struct table_config *tc, *tc_new, *tmp;
sys/netpfil/ipfw/ip_fw_table.c
1565
tc = alloc_table_config(ch, ti, ta, aname, i->tflags);
sys/netpfil/ipfw/ip_fw_table.c
1566
if (tc == NULL)
sys/netpfil/ipfw/ip_fw_table.c
1569
tc->vmask = i->vmask;
sys/netpfil/ipfw/ip_fw_table.c
1570
tc->limit = i->limit;
sys/netpfil/ipfw/ip_fw_table.c
1572
tc->locked = 1;
sys/netpfil/ipfw/ip_fw_table.c
1574
tc->locked = (i->flags & IPFW_TGFLAGS_LOCKED) != 0;
sys/netpfil/ipfw/ip_fw_table.c
1584
if (compat == 0 || tc_new->no.subtype != tc->no.subtype) {
sys/netpfil/ipfw/ip_fw_table.c
1585
free_table_config(ni, tc);
sys/netpfil/ipfw/ip_fw_table.c
1590
tmp = tc;
sys/netpfil/ipfw/ip_fw_table.c
1591
tc = tc_new;
sys/netpfil/ipfw/ip_fw_table.c
1598
free_table_config(ni, tc);
sys/netpfil/ipfw/ip_fw_table.c
1601
tc->no.kidx = kidx;
sys/netpfil/ipfw/ip_fw_table.c
1602
tc->no.etlv = IPFW_TLV_TBL_NAME;
sys/netpfil/ipfw/ip_fw_table.c
1604
link_table(ch, tc);
sys/netpfil/ipfw/ip_fw_table.c
1608
tc->no.refcnt++;
sys/netpfil/ipfw/ip_fw_table.c
1610
*pkidx = tc->no.kidx;
sys/netpfil/ipfw/ip_fw_table.c
1678
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1708
table_get_count(struct ip_fw_chain *ch, struct table_config *tc)
sys/netpfil/ipfw/ip_fw_table.c
1714
ti = KIDX_TO_TI(ch, tc->no.kidx);
sys/netpfil/ipfw/ip_fw_table.c
1715
ta = tc->ta;
sys/netpfil/ipfw/ip_fw_table.c
1719
return (tc->count);
sys/netpfil/ipfw/ip_fw_table.c
1723
return (ta->get_count(tc->astate, ti));
sys/netpfil/ipfw/ip_fw_table.c
1727
ta->foreach(tc->astate, ti, count_ext_entries, &da);
sys/netpfil/ipfw/ip_fw_table.c
1736
export_table_info(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
1742
i->type = tc->no.subtype;
sys/netpfil/ipfw/ip_fw_table.c
1743
i->tflags = tc->tflags;
sys/netpfil/ipfw/ip_fw_table.c
1744
i->vmask = tc->vmask;
sys/netpfil/ipfw/ip_fw_table.c
1745
i->set = tc->no.set;
sys/netpfil/ipfw/ip_fw_table.c
1746
i->kidx = tc->no.kidx;
sys/netpfil/ipfw/ip_fw_table.c
1747
i->refcnt = tc->no.refcnt;
sys/netpfil/ipfw/ip_fw_table.c
1748
i->count = table_get_count(ch, tc);
sys/netpfil/ipfw/ip_fw_table.c
1749
i->limit = tc->limit;
sys/netpfil/ipfw/ip_fw_table.c
1750
i->flags |= (tc->locked != 0) ? IPFW_TGFLAGS_LOCKED : 0;
sys/netpfil/ipfw/ip_fw_table.c
1753
strlcpy(i->tablename, tc->tablename, sizeof(i->tablename));
sys/netpfil/ipfw/ip_fw_table.c
1754
ti = KIDX_TO_TI(ch, tc->no.kidx);
sys/netpfil/ipfw/ip_fw_table.c
1755
ta = tc->ta;
sys/netpfil/ipfw/ip_fw_table.c
1758
ta->print_config(tc->astate, ti, i->algoname,
sys/netpfil/ipfw/ip_fw_table.c
1764
ta->dump_tinfo(tc->astate, ti, &i->ta_info);
sys/netpfil/ipfw/ip_fw_table.c
1843
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1857
if ((tc = find_table(CHAIN_TO_NI(ch), &ti)) == NULL) {
sys/netpfil/ipfw/ip_fw_table.c
1861
export_table_info(ch, tc, i);
sys/netpfil/ipfw/ip_fw_table.c
1879
da.ti = KIDX_TO_TI(ch, tc->no.kidx);
sys/netpfil/ipfw/ip_fw_table.c
1880
da.tc = tc;
sys/netpfil/ipfw/ip_fw_table.c
1883
ta = tc->ta;
sys/netpfil/ipfw/ip_fw_table.c
1885
ta->foreach(tc->astate, da.ti, dump_table_tentry, &da);
sys/netpfil/ipfw/ip_fw_table.c
1898
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1906
tc = da->tc;
sys/netpfil/ipfw/ip_fw_table.c
1907
ta = tc->ta;
sys/netpfil/ipfw/ip_fw_table.c
1918
error = ta->dump_tentry(tc->astate, da->ti, e, tent);
sys/netpfil/ipfw/ip_fw_table.c
1922
pval = get_table_value(da->ch, da->tc, tent->v.kidx);
sys/netpfil/ipfw/ip_fw_table.c
1938
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1944
tc = da->tc;
sys/netpfil/ipfw/ip_fw_table.c
1945
ta = tc->ta;
sys/netpfil/ipfw/ip_fw_table.c
1947
error = ta->dump_tentry(tc->astate, da->ti, e, &da->tent);
sys/netpfil/ipfw/ip_fw_table.c
1964
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1970
tc = (struct table_config *)ipfw_objhash_lookup_kidx(ni, kidx);
sys/netpfil/ipfw/ip_fw_table.c
1971
if (tc == NULL)
sys/netpfil/ipfw/ip_fw_table.c
1974
ta = tc->ta;
sys/netpfil/ipfw/ip_fw_table.c
1978
da.ti = KIDX_TO_TI(ch, tc->no.kidx);
sys/netpfil/ipfw/ip_fw_table.c
1979
da.tc = tc;
sys/netpfil/ipfw/ip_fw_table.c
1983
ta->foreach(tc->astate, da.ti, prepare_table_tentry, &da);
sys/netpfil/ipfw/ip_fw_table.c
218
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
225
tc = NULL;
sys/netpfil/ipfw/ip_fw_table.c
2252
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
2257
error = find_table_err(CHAIN_TO_NI(ch), ti, &tc);
sys/netpfil/ipfw/ip_fw_table.c
226
if ((tc = find_table(ni, ti)) != NULL) {
sys/netpfil/ipfw/ip_fw_table.c
2261
*pno = &tc->no;
sys/netpfil/ipfw/ip_fw_table.c
2270
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
2274
tc = (struct table_config *)ipfw_objhash_lookup_kidx(ni, idx);
sys/netpfil/ipfw/ip_fw_table.c
2275
KASSERT(tc != NULL, ("Table with index %u not found", idx));
sys/netpfil/ipfw/ip_fw_table.c
2277
return (&tc->no);
sys/netpfil/ipfw/ip_fw_table.c
228
if (tc->no.subtype != ti->type)
sys/netpfil/ipfw/ip_fw_table.c
231
if (tc->locked != 0)
sys/netpfil/ipfw/ip_fw_table.c
236
check_table_limit(tc, tei) != 0)
sys/netpfil/ipfw/ip_fw_table.c
240
tc->no.refcnt++;
sys/netpfil/ipfw/ip_fw_table.c
241
*ptc = tc;
sys/netpfil/ipfw/ip_fw_table.c
2552
struct table_config **tc)
sys/netpfil/ipfw/ip_fw_table.c
257
tc = (struct table_config *)ipfw_objhash_lookup_kidx(ni, kidx);
sys/netpfil/ipfw/ip_fw_table.c
2579
*tc = (struct table_config *)no;
sys/netpfil/ipfw/ip_fw_table.c
258
KASSERT(tc != NULL, ("create_table_compat returned bad idx %u", kidx));
sys/netpfil/ipfw/ip_fw_table.c
2594
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
2596
if (find_table_err(ni, ti, &tc) != 0)
sys/netpfil/ipfw/ip_fw_table.c
2599
return (tc);
sys/netpfil/ipfw/ip_fw_table.c
261
*ptc = tc;
sys/netpfil/ipfw/ip_fw_table.c
2613
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
2632
tc = malloc(sizeof(struct table_config), M_IPFW, M_WAITOK | M_ZERO);
sys/netpfil/ipfw/ip_fw_table.c
2633
tc->no.name = tc->tablename;
sys/netpfil/ipfw/ip_fw_table.c
2634
tc->no.subtype = ta->type;
sys/netpfil/ipfw/ip_fw_table.c
2635
tc->no.set = set;
sys/netpfil/ipfw/ip_fw_table.c
2636
tc->tflags = tflags;
sys/netpfil/ipfw/ip_fw_table.c
2637
tc->ta = ta;
sys/netpfil/ipfw/ip_fw_table.c
2638
strlcpy(tc->tablename, name, sizeof(tc->tablename));
sys/netpfil/ipfw/ip_fw_table.c
2640
tc->vshared = 1;
sys/netpfil/ipfw/ip_fw_table.c
2643
error = ta->init(ch, &tc->astate, &tc->ti_copy, aname, tflags);
sys/netpfil/ipfw/ip_fw_table.c
2645
free(tc, M_IPFW);
sys/netpfil/ipfw/ip_fw_table.c
2649
return (tc);
sys/netpfil/ipfw/ip_fw_table.c
2656
free_table_config(struct namedobj_instance *ni, struct table_config *tc)
sys/netpfil/ipfw/ip_fw_table.c
2659
KASSERT(tc->linked == 0, ("free() on linked config"));
sys/netpfil/ipfw/ip_fw_table.c
2666
tc->ta->destroy(tc->astate, &tc->ti_copy);
sys/netpfil/ipfw/ip_fw_table.c
2667
free(tc, M_IPFW);
sys/netpfil/ipfw/ip_fw_table.c
2675
link_table(struct ip_fw_chain *ch, struct table_config *tc)
sys/netpfil/ipfw/ip_fw_table.c
2684
kidx = tc->no.kidx;
sys/netpfil/ipfw/ip_fw_table.c
2686
ipfw_objhash_add(ni, &tc->no);
sys/netpfil/ipfw/ip_fw_table.c
2689
*ti = tc->ti_copy;
sys/netpfil/ipfw/ip_fw_table.c
2692
if (tc->ta->change_ti != NULL)
sys/netpfil/ipfw/ip_fw_table.c
2693
tc->ta->change_ti(tc->astate, ti);
sys/netpfil/ipfw/ip_fw_table.c
2695
tc->linked = 1;
sys/netpfil/ipfw/ip_fw_table.c
2696
tc->ta->refcnt++;
sys/netpfil/ipfw/ip_fw_table.c
2704
unlink_table(struct ip_fw_chain *ch, struct table_config *tc)
sys/netpfil/ipfw/ip_fw_table.c
2714
kidx = tc->no.kidx;
sys/netpfil/ipfw/ip_fw_table.c
2717
ipfw_objhash_del(ni, &tc->no);
sys/netpfil/ipfw/ip_fw_table.c
2720
tc->linked = 0;
sys/netpfil/ipfw/ip_fw_table.c
2721
tc->ta->refcnt--;
sys/netpfil/ipfw/ip_fw_table.c
2724
if (tc->ta->change_ti != NULL)
sys/netpfil/ipfw/ip_fw_table.c
2725
tc->ta->change_ti(tc->astate, NULL);
sys/netpfil/ipfw/ip_fw_table.c
273
rollback_added_entries(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
286
ta = tc->ta;
sys/netpfil/ipfw/ip_fw_table.c
298
error = ta->add(tc->astate, tinfo, ptei, v, &num);
sys/netpfil/ipfw/ip_fw_table.c
306
error = ta->del(tc->astate, tinfo, ptei, vv, &num);
sys/netpfil/ipfw/ip_fw_table.c
308
tc->count -= num;
sys/netpfil/ipfw/ip_fw_table.c
423
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
436
error = find_ref_table(ch, ti, tei, count, OP_ADD, &tc);
sys/netpfil/ipfw/ip_fw_table.c
442
tc->no.refcnt--;
sys/netpfil/ipfw/ip_fw_table.c
443
ta = tc->ta;
sys/netpfil/ipfw/ip_fw_table.c
455
error = ipfw_link_table_values(ch, tc, tei, count, flags);
sys/netpfil/ipfw/ip_fw_table.c
463
kidx = tc->no.kidx;
sys/netpfil/ipfw/ip_fw_table.c
464
error = check_table_space(ch, tc, KIDX_TO_TI(ch, kidx), count);
sys/netpfil/ipfw/ip_fw_table.c
469
kidx = tc->no.kidx;
sys/netpfil/ipfw/ip_fw_table.c
470
ta = tc->ta;
sys/netpfil/ipfw/ip_fw_table.c
481
if ((error = check_table_limit(tc, ptei)) == 0) {
sys/netpfil/ipfw/ip_fw_table.c
490
error = ta->add(tc->astate, KIDX_TO_TI(ch, kidx),
sys/netpfil/ipfw/ip_fw_table.c
497
tc->count += num;
sys/netpfil/ipfw/ip_fw_table.c
513
rollback_added_entries(ch, tc, KIDX_TO_TI(ch, kidx),
sys/netpfil/ipfw/ip_fw_table.c
522
ipfw_garbage_table_values(ch, tc, tei, count, rollback);
sys/netpfil/ipfw/ip_fw_table.c
526
check_table_space(ch, tc, KIDX_TO_TI(ch, kidx), 0);
sys/netpfil/ipfw/ip_fw_table.c
548
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
560
error = find_ref_table(ch, ti, tei, count, OP_DEL, &tc);
sys/netpfil/ipfw/ip_fw_table.c
565
ta = tc->ta;
sys/netpfil/ipfw/ip_fw_table.c
575
tc->no.refcnt--;
sys/netpfil/ipfw/ip_fw_table.c
581
if (ta != tc->ta) {
sys/netpfil/ipfw/ip_fw_table.c
587
kidx = tc->no.kidx;
sys/netpfil/ipfw/ip_fw_table.c
596
error = ta->del(tc->astate, KIDX_TO_TI(ch, kidx), ptei, v,
sys/netpfil/ipfw/ip_fw_table.c
602
tc->count -= num;
sys/netpfil/ipfw/ip_fw_table.c
608
ipfw_garbage_table_values(ch, tc, tei, count, 0);
sys/netpfil/ipfw/ip_fw_table.c
612
check_table_space(ch, tc, KIDX_TO_TI(ch, kidx), 0);
sys/netpfil/ipfw/ip_fw_table.c
641
check_table_space(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
65
struct table_config **tc);
sys/netpfil/ipfw/ip_fw_table.c
652
ta = tc->ta;
sys/netpfil/ipfw/ip_fw_table.c
657
tc->no.refcnt++;
sys/netpfil/ipfw/ip_fw_table.c
666
if (ta->need_modify(tc->astate, ti, count, &pflags) == 0) {
sys/netpfil/ipfw/ip_fw_table.c
677
ti = KIDX_TO_TI(ch, tc->no.kidx);
sys/netpfil/ipfw/ip_fw_table.c
678
if (ta->need_modify(tc->astate, ti, count, &pflags) == 0) {
sys/netpfil/ipfw/ip_fw_table.c
687
error = ta->fill_mod(tc->astate, ti, ta_buf, &pflags);
sys/netpfil/ipfw/ip_fw_table.c
691
ta->modify(tc->astate, ti, ta_buf, pflags);
sys/netpfil/ipfw/ip_fw_table.c
699
tc->no.refcnt--;
sys/netpfil/ipfw/ip_fw_table.c
71
struct table_config *tc);
sys/netpfil/ipfw/ip_fw_table.c
74
static void link_table(struct ip_fw_chain *ch, struct table_config *tc);
sys/netpfil/ipfw/ip_fw_table.c
75
static void unlink_table(struct ip_fw_chain *ch, struct table_config *tc);
sys/netpfil/ipfw/ip_fw_table.c
82
static void export_table_info(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
841
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
870
if ((tc = find_table(ni, &ti)) == NULL) {
sys/netpfil/ipfw/ip_fw_table.c
876
if (tc->no.subtype != ti.type) {
sys/netpfil/ipfw/ip_fw_table.c
881
kti = KIDX_TO_TI(ch, tc->no.kidx);
sys/netpfil/ipfw/ip_fw_table.c
883
error = tc->ta->find_tentry(tc->astate, kti, tent);
sys/netpfil/ipfw/ip_fw_table.c
885
pval = get_table_value(ch, tc, tent->v.kidx);
sys/netpfil/ipfw/ip_fw_table.c
90
static int check_table_space(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
937
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
952
if ((tc = find_table(ni, ti)) == NULL) {
sys/netpfil/ipfw/ip_fw_table.c
958
ta = tc->ta;
sys/netpfil/ipfw/ip_fw_table.c
966
ta->print_config(tc->astate, KIDX_TO_TI(ch, tc->no.kidx),
sys/netpfil/ipfw/ip_fw_table.c
971
tflags = tc->tflags;
sys/netpfil/ipfw/ip_fw_table.c
989
kidx = tc->no.kidx;
sys/netpfil/ipfw/ip_fw_table.c
997
astate_old = tc->astate;
sys/netpfil/ipfw/ip_fw_table.c
998
tc->astate = astate_new;
sys/netpfil/ipfw/ip_fw_table.c
999
tc->ti_copy = ti_new;
sys/netpfil/ipfw/ip_fw_table.h
187
int ipfw_link_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.h
189
void ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.h
193
void ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
128
get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
134
if (tc->vshared != 0) {
sys/netpfil/ipfw/ip_fw_table_value.c
303
ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
325
alloc_table_vidx(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
337
vlimit = tc->ta->vlimit;
sys/netpfil/ipfw/ip_fw_table_value.c
345
if (tc->vshared != 0) {
sys/netpfil/ipfw/ip_fw_table_value.c
363
ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
391
get_value_ptrs(ch, tc, &pval, &vi);
sys/netpfil/ipfw/ip_fw_table_value.c
422
ipfw_link_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
437
get_value_ptrs(ch, tc, &pval, &vi);
sys/netpfil/ipfw/ip_fw_table_value.c
441
vlimit = tc->ta->vlimit;
sys/netpfil/ipfw/ip_fw_table_value.c
446
mask_table_value(ptei->pvalue, &tval, tc->vmask);
sys/netpfil/ipfw/ip_fw_table_value.c
490
mask_table_value(ptei->pvalue, &tval, tc->vmask);
sys/netpfil/ipfw/ip_fw_table_value.c
499
if ((error = alloc_table_vidx(ch, tc, vi, &vidx, flags)) != 0)
sys/powerpc/include/asm.h
98
.tc name[TC],name
sys/powerpc/powerpc/clock.c
235
decr_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc)
sys/powerpc/powerpc/clock.c
245
struct timecounter *tc)
sys/powerpc/powerpc/clock.c
321
decr_get_timecount(struct timecounter *tc)
sys/powerpc/powerpc/clock.c
92
struct timecounter *tc);
sys/powerpc/powerpc/clock.c
95
struct timecounter *tc);
sys/riscv/include/bus_dma.h
101
struct bus_dma_tag_common *tc;
sys/riscv/include/bus_dma.h
103
tc = (struct bus_dma_tag_common *)dmat;
sys/riscv/include/bus_dma.h
104
return (tc->impl->load_ma(dmat, map, ma, tlen, ma_offs, flags,
sys/riscv/include/bus_dma.h
113
struct bus_dma_tag_common *tc;
sys/riscv/include/bus_dma.h
115
tc = (struct bus_dma_tag_common *)dmat;
sys/riscv/include/bus_dma.h
116
return (tc->impl->load_buffer(dmat, map, buf, buflen, pmap, flags, segs,
sys/riscv/include/bus_dma.h
124
struct bus_dma_tag_common *tc;
sys/riscv/include/bus_dma.h
126
tc = (struct bus_dma_tag_common *)dmat;
sys/riscv/include/bus_dma.h
127
tc->impl->map_waitok(dmat, map, mem, callback, callback_arg);
sys/riscv/include/bus_dma.h
134
struct bus_dma_tag_common *tc;
sys/riscv/include/bus_dma.h
136
tc = (struct bus_dma_tag_common *)dmat;
sys/riscv/include/bus_dma.h
137
return (tc->impl->map_complete(dmat, map, segs, nsegs, error));
sys/riscv/include/bus_dma.h
17
struct bus_dma_tag_common *tc;
sys/riscv/include/bus_dma.h
19
tc = (struct bus_dma_tag_common *)dmat;
sys/riscv/include/bus_dma.h
20
return (tc->impl->map_create(dmat, flags, mapp));
sys/riscv/include/bus_dma.h
30
struct bus_dma_tag_common *tc;
sys/riscv/include/bus_dma.h
32
tc = (struct bus_dma_tag_common *)dmat;
sys/riscv/include/bus_dma.h
33
return (tc->impl->map_destroy(dmat, map));
sys/riscv/include/bus_dma.h
45
struct bus_dma_tag_common *tc;
sys/riscv/include/bus_dma.h
47
tc = (struct bus_dma_tag_common *)dmat;
sys/riscv/include/bus_dma.h
48
return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp));
sys/riscv/include/bus_dma.h
58
struct bus_dma_tag_common *tc;
sys/riscv/include/bus_dma.h
60
tc = (struct bus_dma_tag_common *)dmat;
sys/riscv/include/bus_dma.h
61
tc->impl->mem_free(dmat, vaddr, map);
sys/riscv/include/bus_dma.h
70
struct bus_dma_tag_common *tc;
sys/riscv/include/bus_dma.h
72
tc = (struct bus_dma_tag_common *)dmat;
sys/riscv/include/bus_dma.h
73
tc->impl->map_unload(dmat, map);
sys/riscv/include/bus_dma.h
79
struct bus_dma_tag_common *tc;
sys/riscv/include/bus_dma.h
81
tc = (struct bus_dma_tag_common *)dmat;
sys/riscv/include/bus_dma.h
82
tc->impl->map_sync(dmat, map, op);
sys/riscv/include/bus_dma.h
89
struct bus_dma_tag_common *tc;
sys/riscv/include/bus_dma.h
91
tc = (struct bus_dma_tag_common *)dmat;
sys/riscv/include/bus_dma.h
92
return (tc->impl->load_phys(dmat, map, buf, buflen, flags, segs,
sys/riscv/riscv/busdma_machdep.c
121
struct bus_dma_tag_common *tc;
sys/riscv/riscv/busdma_machdep.c
133
tc = (struct bus_dma_tag_common *)parent;
sys/riscv/riscv/busdma_machdep.c
134
error = tc->impl->tag_create(parent, alignment,
sys/riscv/riscv/busdma_machdep.c
166
struct bus_dma_tag_common *tc;
sys/riscv/riscv/busdma_machdep.c
168
tc = (struct bus_dma_tag_common *)dmat;
sys/riscv/riscv/busdma_machdep.c
169
return (tc->impl->tag_destroy(dmat));
sys/riscv/riscv/timer.c
107
struct timecounter *tc)
sys/riscv/riscv/timer.c
99
riscv_timer_tc_get_timecount(struct timecounter *tc __unused)
sys/sys/terminal.h
211
struct terminal *terminal_alloc(const struct terminal_class *tc, void *softc);
sys/sys/timetc.h
88
void tc_init(struct timecounter *tc);
sys/sys/vdso.h
111
struct timecounter *tc);
sys/sys/vdso.h
151
struct timecounter *tc);
sys/sys/vdso.h
80
int __vdso_gettc(const struct vdso_timehands *vdso_th, u_int *tc);
sys/x86/include/bus_dma.h
108
struct bus_dma_tag_common *tc;
sys/x86/include/bus_dma.h
111
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/include/bus_dma.h
112
tc->impl->map_unload(dmat, map);
sys/x86/include/bus_dma.h
119
struct bus_dma_tag_common *tc;
sys/x86/include/bus_dma.h
122
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/include/bus_dma.h
123
tc->impl->map_sync(dmat, map, op);
sys/x86/include/bus_dma.h
135
struct bus_dma_tag_common *tc;
sys/x86/include/bus_dma.h
137
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/include/bus_dma.h
138
return (tc->impl->load_phys(dmat, map, buf, buflen, flags, segs,
sys/x86/include/bus_dma.h
147
struct bus_dma_tag_common *tc;
sys/x86/include/bus_dma.h
149
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/include/bus_dma.h
150
return (tc->impl->load_ma(dmat, map, ma, tlen, ma_offs, flags,
sys/x86/include/bus_dma.h
163
struct bus_dma_tag_common *tc;
sys/x86/include/bus_dma.h
165
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/include/bus_dma.h
166
return (tc->impl->load_buffer(dmat, map, buf, buflen, pmap, flags, segs,
sys/x86/include/bus_dma.h
174
struct bus_dma_tag_common *tc;
sys/x86/include/bus_dma.h
177
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/include/bus_dma.h
178
tc->impl->map_waitok(dmat, map, mem, callback, callback_arg);
sys/x86/include/bus_dma.h
186
struct bus_dma_tag_common *tc;
sys/x86/include/bus_dma.h
188
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/include/bus_dma.h
189
return (tc->impl->map_complete(dmat, map, segs, nsegs, error));
sys/x86/include/bus_dma.h
197
struct bus_dma_tag_common *tc;
sys/x86/include/bus_dma.h
199
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/include/bus_dma.h
200
return (tc->impl->load_kmsan(map, mem));
sys/x86/include/bus_dma.h
42
struct bus_dma_tag_common *tc;
sys/x86/include/bus_dma.h
44
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/include/bus_dma.h
45
return (tc->impl->id_mapped(dmat, buf, buflen));
sys/x86/include/bus_dma.h
55
struct bus_dma_tag_common *tc;
sys/x86/include/bus_dma.h
57
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/include/bus_dma.h
58
return (tc->impl->map_create(dmat, flags, mapp));
sys/x86/include/bus_dma.h
68
struct bus_dma_tag_common *tc;
sys/x86/include/bus_dma.h
70
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/include/bus_dma.h
71
return (tc->impl->map_destroy(dmat, map));
sys/x86/include/bus_dma.h
83
struct bus_dma_tag_common *tc;
sys/x86/include/bus_dma.h
85
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/include/bus_dma.h
86
return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp));
sys/x86/include/bus_dma.h
96
struct bus_dma_tag_common *tc;
sys/x86/include/bus_dma.h
98
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/include/bus_dma.h
99
tc->impl->mem_free(dmat, vaddr, map);
sys/x86/include/pvclock.h
123
struct timecounter tc;
sys/x86/isa/clock.c
101
struct timecounter tc;
sys/x86/isa/clock.c
123
static unsigned i8254_get_timecount(struct timecounter *tc);
sys/x86/isa/clock.c
452
attimer_sc->tc.tc_frequency = freq;
sys/x86/isa/clock.c
466
i8254_get_timecount(struct timecounter *tc)
sys/x86/isa/clock.c
468
device_t dev = (device_t)tc->tc_priv;
sys/x86/isa/clock.c
579
sc->tc.tc_get_timecount = i8254_get_timecount;
sys/x86/isa/clock.c
580
sc->tc.tc_counter_mask = 0xffff;
sys/x86/isa/clock.c
581
sc->tc.tc_frequency = i8254_freq;
sys/x86/isa/clock.c
582
sc->tc.tc_name = "i8254";
sys/x86/isa/clock.c
583
sc->tc.tc_quality = 0;
sys/x86/isa/clock.c
584
sc->tc.tc_priv = dev;
sys/x86/isa/clock.c
585
tc_init(&sc->tc);
sys/x86/x86/busdma_machdep.c
123
struct bus_dma_tag_common *tc;
sys/x86/x86/busdma_machdep.c
125
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/x86/busdma_machdep.c
126
domain = vm_phys_domain_match(domain, 0ul, tc->lowaddr);
sys/x86/x86/busdma_machdep.c
128
if (domain == tc->domain)
sys/x86/x86/busdma_machdep.c
130
tc->domain = domain;
sys/x86/x86/busdma_machdep.c
131
return (tc->impl->tag_set_domain(dmat));
sys/x86/x86/busdma_machdep.c
144
struct bus_dma_tag_common *tc;
sys/x86/x86/busdma_machdep.c
156
tc = (struct bus_dma_tag_common *)parent;
sys/x86/x86/busdma_machdep.c
157
error = tc->impl->tag_create(parent, alignment,
sys/x86/x86/busdma_machdep.c
189
struct bus_dma_tag_common *tc;
sys/x86/x86/busdma_machdep.c
191
tc = (struct bus_dma_tag_common *)dmat;
sys/x86/x86/busdma_machdep.c
192
return (tc->impl->tag_destroy(dmat));
sys/x86/x86/delay.c
72
struct timecounter *tc;
sys/x86/x86/delay.c
87
tc = timecounter;
sys/x86/x86/delay.c
88
if (tc->tc_quality <= 0)
sys/x86/x86/delay.c
90
func = tc->tc_get_timecount;
sys/x86/x86/delay.c
91
mask = tc->tc_counter_mask;
sys/x86/x86/delay.c
92
freq = tc->tc_frequency;
sys/x86/x86/delay.c
95
last = func(tc) & mask;
sys/x86/x86/delay.c
98
u = func(tc) & mask;
sys/x86/x86/pvclock.c
211
pvclock_tc_get_timecount(struct timecounter *tc)
sys/x86/x86/pvclock.c
213
struct pvclock *pvc = tc->tc_priv;
sys/x86/x86/pvclock.c
220
struct timecounter *tc)
sys/x86/x86/pvclock.c
222
struct pvclock *pvc = tc->tc_priv;
sys/x86/x86/pvclock.c
243
struct timecounter *tc)
sys/x86/x86/pvclock.c
245
struct pvclock *pvc = tc->tc_priv;
sys/x86/x86/pvclock.c
307
pvc->tc.tc_get_timecount = pvclock_tc_get_timecount;
sys/x86/x86/pvclock.c
308
pvc->tc.tc_poll_pps = NULL;
sys/x86/x86/pvclock.c
309
pvc->tc.tc_counter_mask = ~0U;
sys/x86/x86/pvclock.c
310
pvc->tc.tc_frequency = 1000000000ULL;
sys/x86/x86/pvclock.c
311
pvc->tc.tc_name = tc_name;
sys/x86/x86/pvclock.c
312
pvc->tc.tc_quality = tc_quality;
sys/x86/x86/pvclock.c
313
pvc->tc.tc_flags = tc_flags;
sys/x86/x86/pvclock.c
314
pvc->tc.tc_priv = pvc;
sys/x86/x86/pvclock.c
315
pvc->tc.tc_fill_vdso_timehands = pvclock_tc_vdso_timehands;
sys/x86/x86/pvclock.c
317
pvc->tc.tc_fill_vdso_timehands32 = pvclock_tc_vdso_timehands32;
sys/x86/x86/pvclock.c
337
tc_init(&pvc->tc);
sys/x86/x86/pvclock.c
64
static u_int pvclock_tc_get_timecount(struct timecounter *tc);
sys/x86/x86/pvclock.c
66
struct vdso_timehands *vdso_th, struct timecounter *tc);
sys/x86/x86/pvclock.c
69
struct vdso_timehands32 *vdso_th, struct timecounter *tc);
sys/x86/x86/tsc.c
100
static u_int tsc_get_timecount_low_mfence(struct timecounter *tc);
sys/x86/x86/tsc.c
101
static u_int tscp_get_timecount(struct timecounter *tc);
sys/x86/x86/tsc.c
102
static u_int tscp_get_timecount_low(struct timecounter *tc);
sys/x86/x86/tsc.c
105
struct timecounter *tc);
sys/x86/x86/tsc.c
108
struct timecounter *tc);
sys/x86/x86/tsc.c
907
tsc_get_timecount(struct timecounter *tc __unused)
sys/x86/x86/tsc.c
914
tscp_get_timecount(struct timecounter *tc __unused)
sys/x86/x86/tsc.c
921
tsc_get_timecount_low(struct timecounter *tc)
sys/x86/x86/tsc.c
926
: "=a" (rv) : "c" ((int)(intptr_t)tc->tc_priv) : "edx");
sys/x86/x86/tsc.c
931
tscp_get_timecount_low(struct timecounter *tc)
sys/x86/x86/tsc.c
936
: "=&a" (rv) : "m" (tc->tc_priv) : "ecx", "edx");
sys/x86/x86/tsc.c
941
tsc_get_timecount_lfence(struct timecounter *tc __unused)
sys/x86/x86/tsc.c
949
tsc_get_timecount_low_lfence(struct timecounter *tc)
sys/x86/x86/tsc.c
95
static u_int tsc_get_timecount(struct timecounter *tc);
sys/x86/x86/tsc.c
953
return (tsc_get_timecount_low(tc));
sys/x86/x86/tsc.c
957
tsc_get_timecount_mfence(struct timecounter *tc __unused)
sys/x86/x86/tsc.c
96
static inline u_int tsc_get_timecount_low(struct timecounter *tc);
sys/x86/x86/tsc.c
965
tsc_get_timecount_low_mfence(struct timecounter *tc)
sys/x86/x86/tsc.c
969
return (tsc_get_timecount_low(tc));
sys/x86/x86/tsc.c
97
static u_int tsc_get_timecount_lfence(struct timecounter *tc);
sys/x86/x86/tsc.c
973
x86_tsc_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc)
sys/x86/x86/tsc.c
977
vdso_th->th_x86_shift = (int)(intptr_t)tc->tc_priv;
sys/x86/x86/tsc.c
98
static u_int tsc_get_timecount_low_lfence(struct timecounter *tc);
sys/x86/x86/tsc.c
988
struct timecounter *tc)
sys/x86/x86/tsc.c
99
static u_int tsc_get_timecount_mfence(struct timecounter *tc);
sys/x86/x86/tsc.c
992
vdso_th32->th_x86_shift = (int)(intptr_t)tc->tc_priv;
tests/include/byteswap_test.c
12
ATF_TC_HEAD(byteswap, tc)
tests/include/byteswap_test.c
14
atf_tc_set_md_var(tc, "descr", "Test swapping macros in <byteswap.h>");
tests/include/byteswap_test.c
17
ATF_TC_BODY(byteswap, tc)
tests/include/endian_test.c
12
ATF_TC_HEAD(endian, tc)
tests/include/endian_test.c
14
atf_tc_set_md_var(tc, "descr", "Test swapping macros in <byteswap.h>");
tests/include/endian_test.c
17
ATF_TC_BODY(endian, tc)
tests/include/stdckdint_test.c
13
ATF_TC_BODY(ckd_add, tc)
tests/include/stdckdint_test.c
24
ATF_TC_BODY(ckd_sub, tc)
tests/include/stdckdint_test.c
35
ATF_TC_BODY(ckd_mul, tc)
tests/include/sys_endian_test.c
12
ATF_TC_HEAD(sys_endian, tc)
tests/include/sys_endian_test.c
14
atf_tc_set_md_var(tc, "descr", "Test swapping macros in <byteswap.h>");
tests/include/sys_endian_test.c
17
ATF_TC_BODY(sys_endian, tc)
tests/sys/acl/acl-api-test.c
134
ATF_TC_BODY(acl_cmp_test, tc)
tests/sys/acl/acl-api-test.c
75
ATF_TC_BODY(acl_mode_roundup, tc)
tests/sys/acl/acl-api-test.c
99
ATF_TC_BODY(acl_equiv_mode_test, tc)
tests/sys/aio/aio_test.c
1039
ATF_TC_BODY(aio_large_read_test, tc)
tests/sys/aio/aio_test.c
1113
ATF_TC_BODY(aio_socket_two_reads, tc)
tests/sys/aio/aio_test.c
1242
ATF_TC_BODY(aio_socket_blocking_short_write, tc)
tests/sys/aio/aio_test.c
1252
ATF_TC_BODY(aio_socket_blocking_short_write_vectored, tc)
tests/sys/aio/aio_test.c
1261
ATF_TC_BODY(aio_socket_listen_fail, tc)
tests/sys/aio/aio_test.c
1297
ATF_TC_BODY(aio_socket_listen_pending, tc)
tests/sys/aio/aio_test.c
1335
ATF_TC_BODY(aio_socket_short_write_cancel, tc)
tests/sys/aio/aio_test.c
1400
ATF_TC_BODY(aio_socket_shutdown, tc)
tests/sys/aio/aio_test.c
1464
ATF_TC_BODY(aio_fsync_errors, tc)
tests/sys/aio/aio_test.c
1575
ATF_TC_BODY(aio_fsync_sync_test, tc)
tests/sys/aio/aio_test.c
1581
ATF_TC_BODY(aio_fsync_dsync_test, tc)
tests/sys/aio/aio_test.c
1591
ATF_TC_BODY(aio_writev_dos_iov_len, tc)
tests/sys/aio/aio_test.c
1629
ATF_TC_BODY(aio_writev_dos_iovcnt, tc)
tests/sys/aio/aio_test.c
1658
ATF_TC_HEAD(aio_writev_efault, tc)
tests/sys/aio/aio_test.c
1660
atf_tc_set_md_var(tc, "descr",
tests/sys/aio/aio_test.c
1662
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/aio/aio_test.c
1664
ATF_TC_BODY(aio_writev_efault, tc)
tests/sys/aio/aio_test.c
1700
ATF_TC_CLEANUP(aio_writev_efault, tc)
tests/sys/aio/aio_test.c
1706
ATF_TC_BODY(aio_writev_empty_file_poll, tc)
tests/sys/aio/aio_test.c
1728
ATF_TC_BODY(aio_writev_empty_file_signal, tc)
tests/sys/aio/aio_test.c
1755
ATF_TC_BODY(ev_oneshot, tc)
tests/sys/aio/aio_test.c
1804
ATF_TC_HEAD(vectored_big_iovcnt, tc)
tests/sys/aio/aio_test.c
1806
atf_tc_set_md_var(tc, "descr",
tests/sys/aio/aio_test.c
1809
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/aio/aio_test.c
1811
ATF_TC_BODY(vectored_big_iovcnt, tc)
tests/sys/aio/aio_test.c
1879
ATF_TC_CLEANUP(vectored_big_iovcnt, tc)
tests/sys/aio/aio_test.c
1885
ATF_TC_BODY(vectored_file_poll, tc)
tests/sys/aio/aio_test.c
1891
ATF_TC_BODY(vectored_thread, tc)
tests/sys/aio/aio_test.c
1897
ATF_TC_HEAD(vectored_md_poll, tc)
tests/sys/aio/aio_test.c
1899
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/aio/aio_test.c
1901
ATF_TC_BODY(vectored_md_poll, tc)
tests/sys/aio/aio_test.c
1905
ATF_TC_CLEANUP(vectored_md_poll, tc)
tests/sys/aio/aio_test.c
1911
ATF_TC_BODY(vectored_socket_poll, tc)
tests/sys/aio/aio_test.c
1920
ATF_TC_HEAD(vectored_unaligned, tc)
tests/sys/aio/aio_test.c
1922
atf_tc_set_md_var(tc, "descr",
tests/sys/aio/aio_test.c
1925
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/aio/aio_test.c
1926
atf_tc_set_md_var(tc, "require.kmods", "zfs");
tests/sys/aio/aio_test.c
1928
ATF_TC_BODY(vectored_unaligned, tc)
tests/sys/aio/aio_test.c
1936
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
tests/sys/aio/aio_test.c
1945
fd = aio_zvol_setup(atf_tc_get_ident(tc));
tests/sys/aio/aio_test.c
1992
ATF_TC_CLEANUP(vectored_unaligned, tc)
tests/sys/aio/aio_test.c
1994
aio_zvol_cleanup(atf_tc_get_ident(tc));
tests/sys/aio/aio_test.c
2022
ATF_TC_HEAD(vectored_zvol_poll, tc)
tests/sys/aio/aio_test.c
2024
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/aio/aio_test.c
2025
atf_tc_set_md_var(tc, "require.kmods", "zfs");
tests/sys/aio/aio_test.c
2027
ATF_TC_BODY(vectored_zvol_poll, tc)
tests/sys/aio/aio_test.c
2029
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
tests/sys/aio/aio_test.c
2031
aio_zvol_test(poll, NULL, true, atf_tc_get_ident(tc));
tests/sys/aio/aio_test.c
2033
ATF_TC_CLEANUP(vectored_zvol_poll, tc)
tests/sys/aio/aio_test.c
2035
aio_zvol_cleanup(atf_tc_get_ident(tc));
tests/sys/aio/aio_test.c
472
ATF_TC_BODY(file_kq, tc)
tests/sys/aio/aio_test.c
478
ATF_TC_BODY(file_poll, tc)
tests/sys/aio/aio_test.c
484
ATF_TC_BODY(file_signal, tc)
tests/sys/aio/aio_test.c
490
ATF_TC_BODY(file_suspend, tc)
tests/sys/aio/aio_test.c
496
ATF_TC_BODY(file_thread, tc)
tests/sys/aio/aio_test.c
502
ATF_TC_BODY(file_waitcomplete, tc)
tests/sys/aio/aio_test.c
546
ATF_TC_BODY(fifo_kq, tc)
tests/sys/aio/aio_test.c
552
ATF_TC_BODY(fifo_poll, tc)
tests/sys/aio/aio_test.c
558
ATF_TC_BODY(fifo_signal, tc)
tests/sys/aio/aio_test.c
564
ATF_TC_BODY(fifo_suspend, tc)
tests/sys/aio/aio_test.c
570
ATF_TC_BODY(fifo_thread, tc)
tests/sys/aio/aio_test.c
576
ATF_TC_BODY(fifo_waitcomplete, tc)
tests/sys/aio/aio_test.c
612
ATF_TC_BODY(socket_kq, tc)
tests/sys/aio/aio_test.c
618
ATF_TC_BODY(socket_poll, tc)
tests/sys/aio/aio_test.c
624
ATF_TC_BODY(socket_signal, tc)
tests/sys/aio/aio_test.c
630
ATF_TC_BODY(socket_suspend, tc)
tests/sys/aio/aio_test.c
636
ATF_TC_BODY(socket_thread, tc)
tests/sys/aio/aio_test.c
642
ATF_TC_BODY(socket_waitcomplete, tc)
tests/sys/aio/aio_test.c
688
ATF_TC_BODY(pty_kq, tc)
tests/sys/aio/aio_test.c
694
ATF_TC_BODY(pty_poll, tc)
tests/sys/aio/aio_test.c
700
ATF_TC_BODY(pty_signal, tc)
tests/sys/aio/aio_test.c
706
ATF_TC_BODY(pty_suspend, tc)
tests/sys/aio/aio_test.c
712
ATF_TC_BODY(pty_thread, tc)
tests/sys/aio/aio_test.c
718
ATF_TC_BODY(pty_waitcomplete, tc)
tests/sys/aio/aio_test.c
744
ATF_TC_BODY(pipe_kq, tc)
tests/sys/aio/aio_test.c
750
ATF_TC_BODY(pipe_poll, tc)
tests/sys/aio/aio_test.c
756
ATF_TC_BODY(pipe_signal, tc)
tests/sys/aio/aio_test.c
762
ATF_TC_BODY(pipe_suspend, tc)
tests/sys/aio/aio_test.c
768
ATF_TC_BODY(pipe_thread, tc)
tests/sys/aio/aio_test.c
774
ATF_TC_BODY(pipe_waitcomplete, tc)
tests/sys/aio/aio_test.c
873
ATF_TC_HEAD(md_kq, tc)
tests/sys/aio/aio_test.c
876
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/aio/aio_test.c
878
ATF_TC_BODY(md_kq, tc)
tests/sys/aio/aio_test.c
882
ATF_TC_CLEANUP(md_kq, tc)
tests/sys/aio/aio_test.c
888
ATF_TC_HEAD(md_poll, tc)
tests/sys/aio/aio_test.c
891
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/aio/aio_test.c
893
ATF_TC_BODY(md_poll, tc)
tests/sys/aio/aio_test.c
897
ATF_TC_CLEANUP(md_poll, tc)
tests/sys/aio/aio_test.c
903
ATF_TC_HEAD(md_signal, tc)
tests/sys/aio/aio_test.c
906
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/aio/aio_test.c
908
ATF_TC_BODY(md_signal, tc)
tests/sys/aio/aio_test.c
912
ATF_TC_CLEANUP(md_signal, tc)
tests/sys/aio/aio_test.c
918
ATF_TC_HEAD(md_suspend, tc)
tests/sys/aio/aio_test.c
921
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/aio/aio_test.c
923
ATF_TC_BODY(md_suspend, tc)
tests/sys/aio/aio_test.c
927
ATF_TC_CLEANUP(md_suspend, tc)
tests/sys/aio/aio_test.c
933
ATF_TC_HEAD(md_thread, tc)
tests/sys/aio/aio_test.c
936
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/aio/aio_test.c
938
ATF_TC_BODY(md_thread, tc)
tests/sys/aio/aio_test.c
942
ATF_TC_CLEANUP(md_thread, tc)
tests/sys/aio/aio_test.c
948
ATF_TC_HEAD(md_waitcomplete, tc)
tests/sys/aio/aio_test.c
951
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/aio/aio_test.c
953
ATF_TC_BODY(md_waitcomplete, tc)
tests/sys/aio/aio_test.c
957
ATF_TC_CLEANUP(md_waitcomplete, tc)
tests/sys/aio/lio_test.c
125
ATF_TC_BODY(lio_listio_empty_wait, tc)
tests/sys/aio/lio_test.c
134
ATF_TC_BODY(lio_listio_empty_nowait, tc)
tests/sys/aio/lio_test.c
146
ATF_TC_BODY(lio_listio_empty_nowait_kevent, tc)
tests/sys/aio/lio_test.c
174
ATF_TC_BODY(lio_listio_empty_nowait_signal, tc)
tests/sys/aio/lio_test.c
193
ATF_TC_BODY(lio_listio_empty_nowait_thread, tc)
tests/sys/aio/lio_test.c
213
ATF_TC_BODY(lio_listio_opcodes, tc)
tests/sys/aio/lio_test.c
295
ATF_TC_BODY(lio_listio_invalid_opcode, tc)
tests/sys/aio/lio_test.c
62
ATF_TC_BODY(lio_listio_eagain_kevent, tc)
tests/sys/arch/aarch64/sve.c
142
ATF_TC_BODY(sve_signal, tc)
tests/sys/arch/aarch64/sve.c
188
ATF_TC_BODY(sve_signal_altstack, tc)
tests/sys/arch/aarch64/sve.c
240
ATF_TC_BODY(sve_ptrace, tc)
tests/sys/arch/aarch64/sve.c
257
atf_tc_get_config_var(tc, "srcdir"));
tests/sys/arch/aarch64/sve.c
337
ATF_TC_BODY(sve_fork_env, tc)
tests/sys/arch/aarch64/sve.c
373
ATF_TC_BODY(sve_fork_regs, tc)
tests/sys/arch/aarch64/sve.c
63
ATF_TC_BODY(sve_registers, tc)
tests/sys/audit/administrative.c
1002
ATF_TC_CLEANUP(auditon_setkmask_failure, tc)
tests/sys/audit/administrative.c
1009
ATF_TC_HEAD(auditon_getqctrl_success, tc)
tests/sys/audit/administrative.c
1011
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
1015
ATF_TC_BODY(auditon_getqctrl_success, tc)
tests/sys/audit/administrative.c
1027
ATF_TC_CLEANUP(auditon_getqctrl_success, tc)
tests/sys/audit/administrative.c
1034
ATF_TC_HEAD(auditon_getqctrl_failure, tc)
tests/sys/audit/administrative.c
1036
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1040
ATF_TC_BODY(auditon_getqctrl_failure, tc)
tests/sys/audit/administrative.c
1051
ATF_TC_CLEANUP(auditon_getqctrl_failure, tc)
tests/sys/audit/administrative.c
1058
ATF_TC_HEAD(auditon_setqctrl_success, tc)
tests/sys/audit/administrative.c
1060
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
1064
ATF_TC_BODY(auditon_setqctrl_success, tc)
tests/sys/audit/administrative.c
1079
ATF_TC_CLEANUP(auditon_setqctrl_success, tc)
tests/sys/audit/administrative.c
1086
ATF_TC_HEAD(auditon_setqctrl_failure, tc)
tests/sys/audit/administrative.c
1088
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1092
ATF_TC_BODY(auditon_setqctrl_failure, tc)
tests/sys/audit/administrative.c
1103
ATF_TC_CLEANUP(auditon_setqctrl_failure, tc)
tests/sys/audit/administrative.c
111
ATF_TC_CLEANUP(settimeofday_failure, tc)
tests/sys/audit/administrative.c
1110
ATF_TC_HEAD(auditon_getclass_success, tc)
tests/sys/audit/administrative.c
1112
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
1116
ATF_TC_BODY(auditon_getclass_success, tc)
tests/sys/audit/administrative.c
1130
ATF_TC_CLEANUP(auditon_getclass_success, tc)
tests/sys/audit/administrative.c
1137
ATF_TC_HEAD(auditon_getclass_failure, tc)
tests/sys/audit/administrative.c
1139
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1143
ATF_TC_BODY(auditon_getclass_failure, tc)
tests/sys/audit/administrative.c
1154
ATF_TC_CLEANUP(auditon_getclass_failure, tc)
tests/sys/audit/administrative.c
1161
ATF_TC_HEAD(auditon_setclass_success, tc)
tests/sys/audit/administrative.c
1163
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
1167
ATF_TC_BODY(auditon_setclass_success, tc)
tests/sys/audit/administrative.c
118
ATF_TC_HEAD(clock_settime_success, tc)
tests/sys/audit/administrative.c
1183
ATF_TC_CLEANUP(auditon_setclass_success, tc)
tests/sys/audit/administrative.c
1190
ATF_TC_HEAD(auditon_setclass_failure, tc)
tests/sys/audit/administrative.c
1192
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1196
ATF_TC_BODY(auditon_setclass_failure, tc)
tests/sys/audit/administrative.c
120
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
1207
ATF_TC_CLEANUP(auditon_setclass_failure, tc)
tests/sys/audit/administrative.c
1214
ATF_TC_HEAD(auditon_getcond_success, tc)
tests/sys/audit/administrative.c
1216
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
1220
ATF_TC_BODY(auditon_getcond_success, tc)
tests/sys/audit/administrative.c
1231
ATF_TC_CLEANUP(auditon_getcond_success, tc)
tests/sys/audit/administrative.c
1238
ATF_TC_HEAD(auditon_getcond_failure, tc)
tests/sys/audit/administrative.c
124
ATF_TC_BODY(clock_settime_success, tc)
tests/sys/audit/administrative.c
1240
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1244
ATF_TC_BODY(auditon_getcond_failure, tc)
tests/sys/audit/administrative.c
1255
ATF_TC_CLEANUP(auditon_getcond_failure, tc)
tests/sys/audit/administrative.c
1262
ATF_TC_HEAD(auditon_setcond_success, tc)
tests/sys/audit/administrative.c
1264
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
1268
ATF_TC_BODY(auditon_setcond_success, tc)
tests/sys/audit/administrative.c
1280
ATF_TC_CLEANUP(auditon_setcond_success, tc)
tests/sys/audit/administrative.c
1287
ATF_TC_HEAD(auditon_setcond_failure, tc)
tests/sys/audit/administrative.c
1289
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1293
ATF_TC_BODY(auditon_setcond_failure, tc)
tests/sys/audit/administrative.c
1304
ATF_TC_CLEANUP(auditon_setcond_failure, tc)
tests/sys/audit/administrative.c
1317
ATF_TC_HEAD(auditon_getcwd_failure, tc)
tests/sys/audit/administrative.c
1319
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1323
ATF_TC_BODY(auditon_getcwd_failure, tc)
tests/sys/audit/administrative.c
1334
ATF_TC_CLEANUP(auditon_getcwd_failure, tc)
tests/sys/audit/administrative.c
1341
ATF_TC_HEAD(auditon_getcar_failure, tc)
tests/sys/audit/administrative.c
1343
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1347
ATF_TC_BODY(auditon_getcar_failure, tc)
tests/sys/audit/administrative.c
1358
ATF_TC_CLEANUP(auditon_getcar_failure, tc)
tests/sys/audit/administrative.c
1365
ATF_TC_HEAD(auditon_getstat_failure, tc)
tests/sys/audit/administrative.c
1367
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1371
ATF_TC_BODY(auditon_getstat_failure, tc)
tests/sys/audit/administrative.c
138
ATF_TC_CLEANUP(clock_settime_success, tc)
tests/sys/audit/administrative.c
1383
ATF_TC_CLEANUP(auditon_getstat_failure, tc)
tests/sys/audit/administrative.c
1390
ATF_TC_HEAD(auditon_setstat_failure, tc)
tests/sys/audit/administrative.c
1392
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1396
ATF_TC_BODY(auditon_setstat_failure, tc)
tests/sys/audit/administrative.c
1408
ATF_TC_CLEANUP(auditon_setstat_failure, tc)
tests/sys/audit/administrative.c
1415
ATF_TC_HEAD(auditon_setumask_failure, tc)
tests/sys/audit/administrative.c
1417
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1421
ATF_TC_BODY(auditon_setumask_failure, tc)
tests/sys/audit/administrative.c
1433
ATF_TC_CLEANUP(auditon_setumask_failure, tc)
tests/sys/audit/administrative.c
1440
ATF_TC_HEAD(auditon_setsmask_failure, tc)
tests/sys/audit/administrative.c
1442
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1446
ATF_TC_BODY(auditon_setsmask_failure, tc)
tests/sys/audit/administrative.c
145
ATF_TC_HEAD(clock_settime_failure, tc)
tests/sys/audit/administrative.c
1458
ATF_TC_CLEANUP(auditon_setsmask_failure, tc)
tests/sys/audit/administrative.c
147
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1471
ATF_TC_HEAD(reboot_failure, tc)
tests/sys/audit/administrative.c
1473
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1477
ATF_TC_BODY(reboot_failure, tc)
tests/sys/audit/administrative.c
1487
ATF_TC_CLEANUP(reboot_failure, tc)
tests/sys/audit/administrative.c
1500
ATF_TC_HEAD(quotactl_failure, tc)
tests/sys/audit/administrative.c
1502
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1506
ATF_TC_BODY(quotactl_failure, tc)
tests/sys/audit/administrative.c
151
ATF_TC_BODY(clock_settime_failure, tc)
tests/sys/audit/administrative.c
1516
ATF_TC_CLEANUP(quotactl_failure, tc)
tests/sys/audit/administrative.c
1523
ATF_TC_HEAD(mount_failure, tc)
tests/sys/audit/administrative.c
1525
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1529
ATF_TC_BODY(mount_failure, tc)
tests/sys/audit/administrative.c
1539
ATF_TC_CLEANUP(mount_failure, tc)
tests/sys/audit/administrative.c
1546
ATF_TC_HEAD(nmount_failure, tc)
tests/sys/audit/administrative.c
1548
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1552
ATF_TC_BODY(nmount_failure, tc)
tests/sys/audit/administrative.c
1562
ATF_TC_CLEANUP(nmount_failure, tc)
tests/sys/audit/administrative.c
1569
ATF_TC_HEAD(swapon_failure, tc)
tests/sys/audit/administrative.c
1571
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1575
ATF_TC_BODY(swapon_failure, tc)
tests/sys/audit/administrative.c
1586
ATF_TC_CLEANUP(swapon_failure, tc)
tests/sys/audit/administrative.c
1593
ATF_TC_HEAD(swapoff_failure, tc)
tests/sys/audit/administrative.c
1595
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
1599
ATF_TC_BODY(swapoff_failure, tc)
tests/sys/audit/administrative.c
1610
ATF_TC_CLEANUP(swapoff_failure, tc)
tests/sys/audit/administrative.c
165
ATF_TC_CLEANUP(clock_settime_failure, tc)
tests/sys/audit/administrative.c
172
ATF_TC_HEAD(adjtime_success, tc)
tests/sys/audit/administrative.c
174
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
178
ATF_TC_BODY(adjtime_success, tc)
tests/sys/audit/administrative.c
189
ATF_TC_CLEANUP(adjtime_success, tc)
tests/sys/audit/administrative.c
196
ATF_TC_HEAD(adjtime_failure, tc)
tests/sys/audit/administrative.c
198
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
202
ATF_TC_BODY(adjtime_failure, tc)
tests/sys/audit/administrative.c
212
ATF_TC_CLEANUP(adjtime_failure, tc)
tests/sys/audit/administrative.c
219
ATF_TC_HEAD(ntp_adjtime_success, tc)
tests/sys/audit/administrative.c
221
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
225
ATF_TC_BODY(ntp_adjtime_success, tc)
tests/sys/audit/administrative.c
238
ATF_TC_CLEANUP(ntp_adjtime_success, tc)
tests/sys/audit/administrative.c
245
ATF_TC_HEAD(ntp_adjtime_failure, tc)
tests/sys/audit/administrative.c
247
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
251
ATF_TC_BODY(ntp_adjtime_failure, tc)
tests/sys/audit/administrative.c
261
ATF_TC_CLEANUP(ntp_adjtime_failure, tc)
tests/sys/audit/administrative.c
268
ATF_TC_HEAD(nfs_getfh_success, tc)
tests/sys/audit/administrative.c
270
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
274
ATF_TC_BODY(nfs_getfh_success, tc)
tests/sys/audit/administrative.c
288
ATF_TC_CLEANUP(nfs_getfh_success, tc)
tests/sys/audit/administrative.c
295
ATF_TC_HEAD(nfs_getfh_failure, tc)
tests/sys/audit/administrative.c
297
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
301
ATF_TC_BODY(nfs_getfh_failure, tc)
tests/sys/audit/administrative.c
312
ATF_TC_CLEANUP(nfs_getfh_failure, tc)
tests/sys/audit/administrative.c
319
ATF_TC_HEAD(auditctl_success, tc)
tests/sys/audit/administrative.c
321
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
325
ATF_TC_BODY(auditctl_success, tc)
tests/sys/audit/administrative.c
335
ATF_TC_CLEANUP(auditctl_success, tc)
tests/sys/audit/administrative.c
356
ATF_TC_HEAD(auditctl_failure, tc)
tests/sys/audit/administrative.c
358
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
362
ATF_TC_BODY(auditctl_failure, tc)
tests/sys/audit/administrative.c
373
ATF_TC_CLEANUP(auditctl_failure, tc)
tests/sys/audit/administrative.c
380
ATF_TC_HEAD(acct_success, tc)
tests/sys/audit/administrative.c
382
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
384
atf_tc_set_md_var(tc, "require.files",
tests/sys/audit/administrative.c
388
ATF_TC_BODY(acct_success, tc)
tests/sys/audit/administrative.c
422
ATF_TC_CLEANUP(acct_success, tc)
tests/sys/audit/administrative.c
434
ATF_TC_HEAD(acct_failure, tc)
tests/sys/audit/administrative.c
436
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
440
ATF_TC_BODY(acct_failure, tc)
tests/sys/audit/administrative.c
451
ATF_TC_CLEANUP(acct_failure, tc)
tests/sys/audit/administrative.c
458
ATF_TC_HEAD(getauid_success, tc)
tests/sys/audit/administrative.c
460
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
464
ATF_TC_BODY(getauid_success, tc)
tests/sys/audit/administrative.c
475
ATF_TC_CLEANUP(getauid_success, tc)
tests/sys/audit/administrative.c
482
ATF_TC_HEAD(getauid_failure, tc)
tests/sys/audit/administrative.c
484
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
488
ATF_TC_BODY(getauid_failure, tc)
tests/sys/audit/administrative.c
499
ATF_TC_CLEANUP(getauid_failure, tc)
tests/sys/audit/administrative.c
506
ATF_TC_HEAD(setauid_success, tc)
tests/sys/audit/administrative.c
508
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
512
ATF_TC_BODY(setauid_success, tc)
tests/sys/audit/administrative.c
524
ATF_TC_CLEANUP(setauid_success, tc)
tests/sys/audit/administrative.c
531
ATF_TC_HEAD(setauid_failure, tc)
tests/sys/audit/administrative.c
533
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
537
ATF_TC_BODY(setauid_failure, tc)
tests/sys/audit/administrative.c
548
ATF_TC_CLEANUP(setauid_failure, tc)
tests/sys/audit/administrative.c
555
ATF_TC_HEAD(getaudit_success, tc)
tests/sys/audit/administrative.c
557
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
561
ATF_TC_BODY(getaudit_success, tc)
tests/sys/audit/administrative.c
572
ATF_TC_CLEANUP(getaudit_success, tc)
tests/sys/audit/administrative.c
579
ATF_TC_HEAD(getaudit_failure, tc)
tests/sys/audit/administrative.c
581
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
585
ATF_TC_BODY(getaudit_failure, tc)
tests/sys/audit/administrative.c
596
ATF_TC_CLEANUP(getaudit_failure, tc)
tests/sys/audit/administrative.c
603
ATF_TC_HEAD(setaudit_success, tc)
tests/sys/audit/administrative.c
605
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
609
ATF_TC_BODY(setaudit_success, tc)
tests/sys/audit/administrative.c
61
ATF_TC_HEAD(settimeofday_success, tc)
tests/sys/audit/administrative.c
621
ATF_TC_CLEANUP(setaudit_success, tc)
tests/sys/audit/administrative.c
628
ATF_TC_HEAD(setaudit_failure, tc)
tests/sys/audit/administrative.c
63
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
630
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
634
ATF_TC_BODY(setaudit_failure, tc)
tests/sys/audit/administrative.c
645
ATF_TC_CLEANUP(setaudit_failure, tc)
tests/sys/audit/administrative.c
652
ATF_TC_HEAD(getaudit_addr_success, tc)
tests/sys/audit/administrative.c
654
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
658
ATF_TC_BODY(getaudit_addr_success, tc)
tests/sys/audit/administrative.c
67
ATF_TC_BODY(settimeofday_success, tc)
tests/sys/audit/administrative.c
670
ATF_TC_CLEANUP(getaudit_addr_success, tc)
tests/sys/audit/administrative.c
677
ATF_TC_HEAD(getaudit_addr_failure, tc)
tests/sys/audit/administrative.c
679
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
683
ATF_TC_BODY(getaudit_addr_failure, tc)
tests/sys/audit/administrative.c
695
ATF_TC_CLEANUP(getaudit_addr_failure, tc)
tests/sys/audit/administrative.c
702
ATF_TC_HEAD(setaudit_addr_success, tc)
tests/sys/audit/administrative.c
704
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
708
ATF_TC_BODY(setaudit_addr_success, tc)
tests/sys/audit/administrative.c
721
ATF_TC_CLEANUP(setaudit_addr_success, tc)
tests/sys/audit/administrative.c
728
ATF_TC_HEAD(setaudit_addr_failure, tc)
tests/sys/audit/administrative.c
730
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
734
ATF_TC_BODY(setaudit_addr_failure, tc)
tests/sys/audit/administrative.c
746
ATF_TC_CLEANUP(setaudit_addr_failure, tc)
tests/sys/audit/administrative.c
760
ATF_TC_HEAD(auditon_default_success, tc)
tests/sys/audit/administrative.c
762
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
766
ATF_TC_BODY(auditon_default_success, tc)
tests/sys/audit/administrative.c
779
ATF_TC_CLEANUP(auditon_default_success, tc)
tests/sys/audit/administrative.c
786
ATF_TC_HEAD(auditon_default_failure, tc)
tests/sys/audit/administrative.c
788
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
792
ATF_TC_BODY(auditon_default_failure, tc)
tests/sys/audit/administrative.c
803
ATF_TC_CLEANUP(auditon_default_failure, tc)
tests/sys/audit/administrative.c
810
ATF_TC_HEAD(auditon_getpolicy_success, tc)
tests/sys/audit/administrative.c
812
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
816
ATF_TC_BODY(auditon_getpolicy_success, tc)
tests/sys/audit/administrative.c
82
ATF_TC_CLEANUP(settimeofday_success, tc)
tests/sys/audit/administrative.c
827
ATF_TC_CLEANUP(auditon_getpolicy_success, tc)
tests/sys/audit/administrative.c
834
ATF_TC_HEAD(auditon_getpolicy_failure, tc)
tests/sys/audit/administrative.c
836
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
840
ATF_TC_BODY(auditon_getpolicy_failure, tc)
tests/sys/audit/administrative.c
851
ATF_TC_CLEANUP(auditon_getpolicy_failure, tc)
tests/sys/audit/administrative.c
858
ATF_TC_HEAD(auditon_setpolicy_success, tc)
tests/sys/audit/administrative.c
860
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
864
ATF_TC_BODY(auditon_setpolicy_success, tc)
tests/sys/audit/administrative.c
877
ATF_TC_CLEANUP(auditon_setpolicy_success, tc)
tests/sys/audit/administrative.c
884
ATF_TC_HEAD(auditon_setpolicy_failure, tc)
tests/sys/audit/administrative.c
886
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
89
ATF_TC_HEAD(settimeofday_failure, tc)
tests/sys/audit/administrative.c
890
ATF_TC_BODY(auditon_setpolicy_failure, tc)
tests/sys/audit/administrative.c
901
ATF_TC_CLEANUP(auditon_setpolicy_failure, tc)
tests/sys/audit/administrative.c
908
ATF_TC_HEAD(auditon_getkmask_success, tc)
tests/sys/audit/administrative.c
91
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
910
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
914
ATF_TC_BODY(auditon_getkmask_success, tc)
tests/sys/audit/administrative.c
926
ATF_TC_CLEANUP(auditon_getkmask_success, tc)
tests/sys/audit/administrative.c
933
ATF_TC_HEAD(auditon_getkmask_failure, tc)
tests/sys/audit/administrative.c
935
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
939
ATF_TC_BODY(auditon_getkmask_failure, tc)
tests/sys/audit/administrative.c
95
ATF_TC_BODY(settimeofday_failure, tc)
tests/sys/audit/administrative.c
950
ATF_TC_CLEANUP(auditon_getkmask_failure, tc)
tests/sys/audit/administrative.c
957
ATF_TC_HEAD(auditon_setkmask_success, tc)
tests/sys/audit/administrative.c
959
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/administrative.c
963
ATF_TC_BODY(auditon_setkmask_success, tc)
tests/sys/audit/administrative.c
978
ATF_TC_CLEANUP(auditon_setkmask_success, tc)
tests/sys/audit/administrative.c
985
ATF_TC_HEAD(auditon_setkmask_failure, tc)
tests/sys/audit/administrative.c
987
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/administrative.c
991
ATF_TC_BODY(auditon_setkmask_failure, tc)
tests/sys/audit/file-attribute-access.c
1002
ATF_TC_CLEANUP(extattr_get_link_success, tc)
tests/sys/audit/file-attribute-access.c
1009
ATF_TC_HEAD(extattr_get_link_failure, tc)
tests/sys/audit/file-attribute-access.c
1011
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
1015
ATF_TC_BODY(extattr_get_link_failure, tc)
tests/sys/audit/file-attribute-access.c
1027
ATF_TC_CLEANUP(extattr_get_link_failure, tc)
tests/sys/audit/file-attribute-access.c
103
ATF_TC_HEAD(lstat_success, tc)
tests/sys/audit/file-attribute-access.c
1034
ATF_TC_HEAD(extattr_list_file_success, tc)
tests/sys/audit/file-attribute-access.c
1036
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
1040
ATF_TC_BODY(extattr_list_file_success, tc)
tests/sys/audit/file-attribute-access.c
105
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
1056
ATF_TC_CLEANUP(extattr_list_file_success, tc)
tests/sys/audit/file-attribute-access.c
1063
ATF_TC_HEAD(extattr_list_file_failure, tc)
tests/sys/audit/file-attribute-access.c
1065
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
1069
ATF_TC_BODY(extattr_list_file_failure, tc)
tests/sys/audit/file-attribute-access.c
1082
ATF_TC_CLEANUP(extattr_list_file_failure, tc)
tests/sys/audit/file-attribute-access.c
1089
ATF_TC_HEAD(extattr_list_fd_success, tc)
tests/sys/audit/file-attribute-access.c
109
ATF_TC_BODY(lstat_success, tc)
tests/sys/audit/file-attribute-access.c
1091
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
1095
ATF_TC_BODY(extattr_list_fd_success, tc)
tests/sys/audit/file-attribute-access.c
1112
ATF_TC_CLEANUP(extattr_list_fd_success, tc)
tests/sys/audit/file-attribute-access.c
1119
ATF_TC_HEAD(extattr_list_fd_failure, tc)
tests/sys/audit/file-attribute-access.c
1121
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
1125
ATF_TC_BODY(extattr_list_fd_failure, tc)
tests/sys/audit/file-attribute-access.c
1138
ATF_TC_CLEANUP(extattr_list_fd_failure, tc)
tests/sys/audit/file-attribute-access.c
1145
ATF_TC_HEAD(extattr_list_link_success, tc)
tests/sys/audit/file-attribute-access.c
1147
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
1151
ATF_TC_BODY(extattr_list_link_success, tc)
tests/sys/audit/file-attribute-access.c
1167
ATF_TC_CLEANUP(extattr_list_link_success, tc)
tests/sys/audit/file-attribute-access.c
1174
ATF_TC_HEAD(extattr_list_link_failure, tc)
tests/sys/audit/file-attribute-access.c
1176
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
118
ATF_TC_CLEANUP(lstat_success, tc)
tests/sys/audit/file-attribute-access.c
1180
ATF_TC_BODY(extattr_list_link_failure, tc)
tests/sys/audit/file-attribute-access.c
1192
ATF_TC_CLEANUP(extattr_list_link_failure, tc)
tests/sys/audit/file-attribute-access.c
125
ATF_TC_HEAD(lstat_failure, tc)
tests/sys/audit/file-attribute-access.c
127
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
131
ATF_TC_BODY(lstat_failure, tc)
tests/sys/audit/file-attribute-access.c
139
ATF_TC_CLEANUP(lstat_failure, tc)
tests/sys/audit/file-attribute-access.c
146
ATF_TC_HEAD(fstat_success, tc)
tests/sys/audit/file-attribute-access.c
148
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
152
ATF_TC_BODY(fstat_success, tc)
tests/sys/audit/file-attribute-access.c
165
ATF_TC_CLEANUP(fstat_success, tc)
tests/sys/audit/file-attribute-access.c
172
ATF_TC_HEAD(fstat_failure, tc)
tests/sys/audit/file-attribute-access.c
174
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
178
ATF_TC_BODY(fstat_failure, tc)
tests/sys/audit/file-attribute-access.c
187
ATF_TC_CLEANUP(fstat_failure, tc)
tests/sys/audit/file-attribute-access.c
194
ATF_TC_HEAD(fstatat_success, tc)
tests/sys/audit/file-attribute-access.c
196
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
200
ATF_TC_BODY(fstatat_success, tc)
tests/sys/audit/file-attribute-access.c
210
ATF_TC_CLEANUP(fstatat_success, tc)
tests/sys/audit/file-attribute-access.c
217
ATF_TC_HEAD(fstatat_failure, tc)
tests/sys/audit/file-attribute-access.c
219
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
223
ATF_TC_BODY(fstatat_failure, tc)
tests/sys/audit/file-attribute-access.c
232
ATF_TC_CLEANUP(fstatat_failure, tc)
tests/sys/audit/file-attribute-access.c
239
ATF_TC_HEAD(statfs_success, tc)
tests/sys/audit/file-attribute-access.c
241
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
245
ATF_TC_BODY(statfs_success, tc)
tests/sys/audit/file-attribute-access.c
255
ATF_TC_CLEANUP(statfs_success, tc)
tests/sys/audit/file-attribute-access.c
262
ATF_TC_HEAD(statfs_failure, tc)
tests/sys/audit/file-attribute-access.c
264
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
268
ATF_TC_BODY(statfs_failure, tc)
tests/sys/audit/file-attribute-access.c
276
ATF_TC_CLEANUP(statfs_failure, tc)
tests/sys/audit/file-attribute-access.c
283
ATF_TC_HEAD(fstatfs_success, tc)
tests/sys/audit/file-attribute-access.c
285
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
289
ATF_TC_BODY(fstatfs_success, tc)
tests/sys/audit/file-attribute-access.c
304
ATF_TC_CLEANUP(fstatfs_success, tc)
tests/sys/audit/file-attribute-access.c
311
ATF_TC_HEAD(fstatfs_failure, tc)
tests/sys/audit/file-attribute-access.c
313
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
317
ATF_TC_BODY(fstatfs_failure, tc)
tests/sys/audit/file-attribute-access.c
326
ATF_TC_CLEANUP(fstatfs_failure, tc)
tests/sys/audit/file-attribute-access.c
333
ATF_TC_HEAD(getfsstat_success, tc)
tests/sys/audit/file-attribute-access.c
335
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
339
ATF_TC_BODY(getfsstat_success, tc)
tests/sys/audit/file-attribute-access.c
349
ATF_TC_CLEANUP(getfsstat_success, tc)
tests/sys/audit/file-attribute-access.c
356
ATF_TC_HEAD(getfsstat_failure, tc)
tests/sys/audit/file-attribute-access.c
358
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
362
ATF_TC_BODY(getfsstat_failure, tc)
tests/sys/audit/file-attribute-access.c
371
ATF_TC_CLEANUP(getfsstat_failure, tc)
tests/sys/audit/file-attribute-access.c
378
ATF_TC_HEAD(lgetfh_success, tc)
tests/sys/audit/file-attribute-access.c
380
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
384
ATF_TC_BODY(lgetfh_success, tc)
tests/sys/audit/file-attribute-access.c
394
ATF_TC_CLEANUP(lgetfh_success, tc)
tests/sys/audit/file-attribute-access.c
401
ATF_TC_HEAD(lgetfh_failure, tc)
tests/sys/audit/file-attribute-access.c
403
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
407
ATF_TC_BODY(lgetfh_failure, tc)
tests/sys/audit/file-attribute-access.c
416
ATF_TC_CLEANUP(lgetfh_failure, tc)
tests/sys/audit/file-attribute-access.c
423
ATF_TC_HEAD(fhopen_success, tc)
tests/sys/audit/file-attribute-access.c
425
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
429
ATF_TC_BODY(fhopen_success, tc)
tests/sys/audit/file-attribute-access.c
447
ATF_TC_CLEANUP(fhopen_success, tc)
tests/sys/audit/file-attribute-access.c
454
ATF_TC_HEAD(fhopen_failure, tc)
tests/sys/audit/file-attribute-access.c
456
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
460
ATF_TC_BODY(fhopen_failure, tc)
tests/sys/audit/file-attribute-access.c
472
ATF_TC_CLEANUP(fhopen_failure, tc)
tests/sys/audit/file-attribute-access.c
479
ATF_TC_HEAD(fhstat_success, tc)
tests/sys/audit/file-attribute-access.c
481
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
485
ATF_TC_BODY(fhstat_success, tc)
tests/sys/audit/file-attribute-access.c
501
ATF_TC_CLEANUP(fhstat_success, tc)
tests/sys/audit/file-attribute-access.c
508
ATF_TC_HEAD(fhstat_failure, tc)
tests/sys/audit/file-attribute-access.c
510
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
514
ATF_TC_BODY(fhstat_failure, tc)
tests/sys/audit/file-attribute-access.c
523
ATF_TC_CLEANUP(fhstat_failure, tc)
tests/sys/audit/file-attribute-access.c
530
ATF_TC_HEAD(fhstatfs_success, tc)
tests/sys/audit/file-attribute-access.c
532
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
536
ATF_TC_BODY(fhstatfs_success, tc)
tests/sys/audit/file-attribute-access.c
552
ATF_TC_CLEANUP(fhstatfs_success, tc)
tests/sys/audit/file-attribute-access.c
559
ATF_TC_HEAD(fhstatfs_failure, tc)
tests/sys/audit/file-attribute-access.c
561
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
565
ATF_TC_BODY(fhstatfs_failure, tc)
tests/sys/audit/file-attribute-access.c
574
ATF_TC_CLEANUP(fhstatfs_failure, tc)
tests/sys/audit/file-attribute-access.c
581
ATF_TC_HEAD(access_success, tc)
tests/sys/audit/file-attribute-access.c
583
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
587
ATF_TC_BODY(access_success, tc)
tests/sys/audit/file-attribute-access.c
59
ATF_TC_HEAD(stat_success, tc)
tests/sys/audit/file-attribute-access.c
597
ATF_TC_CLEANUP(access_success, tc)
tests/sys/audit/file-attribute-access.c
604
ATF_TC_HEAD(access_failure, tc)
tests/sys/audit/file-attribute-access.c
606
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
61
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
610
ATF_TC_BODY(access_failure, tc)
tests/sys/audit/file-attribute-access.c
618
ATF_TC_CLEANUP(access_failure, tc)
tests/sys/audit/file-attribute-access.c
625
ATF_TC_HEAD(eaccess_success, tc)
tests/sys/audit/file-attribute-access.c
627
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
631
ATF_TC_BODY(eaccess_success, tc)
tests/sys/audit/file-attribute-access.c
641
ATF_TC_CLEANUP(eaccess_success, tc)
tests/sys/audit/file-attribute-access.c
648
ATF_TC_HEAD(eaccess_failure, tc)
tests/sys/audit/file-attribute-access.c
65
ATF_TC_BODY(stat_success, tc)
tests/sys/audit/file-attribute-access.c
650
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
654
ATF_TC_BODY(eaccess_failure, tc)
tests/sys/audit/file-attribute-access.c
662
ATF_TC_CLEANUP(eaccess_failure, tc)
tests/sys/audit/file-attribute-access.c
669
ATF_TC_HEAD(faccessat_success, tc)
tests/sys/audit/file-attribute-access.c
671
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
675
ATF_TC_BODY(faccessat_success, tc)
tests/sys/audit/file-attribute-access.c
685
ATF_TC_CLEANUP(faccessat_success, tc)
tests/sys/audit/file-attribute-access.c
692
ATF_TC_HEAD(faccessat_failure, tc)
tests/sys/audit/file-attribute-access.c
694
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
698
ATF_TC_BODY(faccessat_failure, tc)
tests/sys/audit/file-attribute-access.c
707
ATF_TC_CLEANUP(faccessat_failure, tc)
tests/sys/audit/file-attribute-access.c
714
ATF_TC_HEAD(pathconf_success, tc)
tests/sys/audit/file-attribute-access.c
716
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
720
ATF_TC_BODY(pathconf_success, tc)
tests/sys/audit/file-attribute-access.c
731
ATF_TC_CLEANUP(pathconf_success, tc)
tests/sys/audit/file-attribute-access.c
738
ATF_TC_HEAD(pathconf_failure, tc)
tests/sys/audit/file-attribute-access.c
740
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
744
ATF_TC_BODY(pathconf_failure, tc)
tests/sys/audit/file-attribute-access.c
75
ATF_TC_CLEANUP(stat_success, tc)
tests/sys/audit/file-attribute-access.c
752
ATF_TC_CLEANUP(pathconf_failure, tc)
tests/sys/audit/file-attribute-access.c
759
ATF_TC_HEAD(lpathconf_success, tc)
tests/sys/audit/file-attribute-access.c
761
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
765
ATF_TC_BODY(lpathconf_success, tc)
tests/sys/audit/file-attribute-access.c
775
ATF_TC_CLEANUP(lpathconf_success, tc)
tests/sys/audit/file-attribute-access.c
782
ATF_TC_HEAD(lpathconf_failure, tc)
tests/sys/audit/file-attribute-access.c
784
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
788
ATF_TC_BODY(lpathconf_failure, tc)
tests/sys/audit/file-attribute-access.c
796
ATF_TC_CLEANUP(lpathconf_failure, tc)
tests/sys/audit/file-attribute-access.c
803
ATF_TC_HEAD(fpathconf_success, tc)
tests/sys/audit/file-attribute-access.c
805
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
809
ATF_TC_BODY(fpathconf_success, tc)
tests/sys/audit/file-attribute-access.c
82
ATF_TC_HEAD(stat_failure, tc)
tests/sys/audit/file-attribute-access.c
823
ATF_TC_CLEANUP(fpathconf_success, tc)
tests/sys/audit/file-attribute-access.c
830
ATF_TC_HEAD(fpathconf_failure, tc)
tests/sys/audit/file-attribute-access.c
832
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
836
ATF_TC_BODY(fpathconf_failure, tc)
tests/sys/audit/file-attribute-access.c
84
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
845
ATF_TC_CLEANUP(fpathconf_failure, tc)
tests/sys/audit/file-attribute-access.c
852
ATF_TC_HEAD(extattr_get_file_success, tc)
tests/sys/audit/file-attribute-access.c
854
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
858
ATF_TC_BODY(extattr_get_file_success, tc)
tests/sys/audit/file-attribute-access.c
88
ATF_TC_BODY(stat_failure, tc)
tests/sys/audit/file-attribute-access.c
880
ATF_TC_CLEANUP(extattr_get_file_success, tc)
tests/sys/audit/file-attribute-access.c
887
ATF_TC_HEAD(extattr_get_file_failure, tc)
tests/sys/audit/file-attribute-access.c
889
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
893
ATF_TC_BODY(extattr_get_file_failure, tc)
tests/sys/audit/file-attribute-access.c
907
ATF_TC_CLEANUP(extattr_get_file_failure, tc)
tests/sys/audit/file-attribute-access.c
914
ATF_TC_HEAD(extattr_get_fd_success, tc)
tests/sys/audit/file-attribute-access.c
916
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
920
ATF_TC_BODY(extattr_get_fd_success, tc)
tests/sys/audit/file-attribute-access.c
942
ATF_TC_CLEANUP(extattr_get_fd_success, tc)
tests/sys/audit/file-attribute-access.c
949
ATF_TC_HEAD(extattr_get_fd_failure, tc)
tests/sys/audit/file-attribute-access.c
951
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-access.c
955
ATF_TC_BODY(extattr_get_fd_failure, tc)
tests/sys/audit/file-attribute-access.c
96
ATF_TC_CLEANUP(stat_failure, tc)
tests/sys/audit/file-attribute-access.c
968
ATF_TC_CLEANUP(extattr_get_fd_failure, tc)
tests/sys/audit/file-attribute-access.c
975
ATF_TC_HEAD(extattr_get_link_success, tc)
tests/sys/audit/file-attribute-access.c
977
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-access.c
981
ATF_TC_BODY(extattr_get_link_success, tc)
tests/sys/audit/file-attribute-modify.c
1016
ATF_TC_CLEANUP(extattr_set_file_success, tc)
tests/sys/audit/file-attribute-modify.c
1023
ATF_TC_HEAD(extattr_set_file_failure, tc)
tests/sys/audit/file-attribute-modify.c
1025
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
1029
ATF_TC_BODY(extattr_set_file_failure, tc)
tests/sys/audit/file-attribute-modify.c
1043
ATF_TC_CLEANUP(extattr_set_file_failure, tc)
tests/sys/audit/file-attribute-modify.c
105
ATF_TC_HEAD(fcntl_success, tc)
tests/sys/audit/file-attribute-modify.c
1050
ATF_TC_HEAD(extattr_set_fd_success, tc)
tests/sys/audit/file-attribute-modify.c
1052
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
1056
ATF_TC_BODY(extattr_set_fd_success, tc)
tests/sys/audit/file-attribute-modify.c
107
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
1073
ATF_TC_CLEANUP(extattr_set_fd_success, tc)
tests/sys/audit/file-attribute-modify.c
1080
ATF_TC_HEAD(extattr_set_fd_failure, tc)
tests/sys/audit/file-attribute-modify.c
1082
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
1086
ATF_TC_BODY(extattr_set_fd_failure, tc)
tests/sys/audit/file-attribute-modify.c
1099
ATF_TC_CLEANUP(extattr_set_fd_failure, tc)
tests/sys/audit/file-attribute-modify.c
1106
ATF_TC_HEAD(extattr_set_link_success, tc)
tests/sys/audit/file-attribute-modify.c
1108
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
111
ATF_TC_BODY(fcntl_success, tc)
tests/sys/audit/file-attribute-modify.c
1112
ATF_TC_BODY(extattr_set_link_success, tc)
tests/sys/audit/file-attribute-modify.c
1129
ATF_TC_CLEANUP(extattr_set_link_success, tc)
tests/sys/audit/file-attribute-modify.c
1136
ATF_TC_HEAD(extattr_set_link_failure, tc)
tests/sys/audit/file-attribute-modify.c
1138
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
1142
ATF_TC_BODY(extattr_set_link_failure, tc)
tests/sys/audit/file-attribute-modify.c
1155
ATF_TC_CLEANUP(extattr_set_link_failure, tc)
tests/sys/audit/file-attribute-modify.c
1162
ATF_TC_HEAD(extattr_delete_file_success, tc)
tests/sys/audit/file-attribute-modify.c
1164
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
1168
ATF_TC_BODY(extattr_delete_file_success, tc)
tests/sys/audit/file-attribute-modify.c
1187
ATF_TC_CLEANUP(extattr_delete_file_success, tc)
tests/sys/audit/file-attribute-modify.c
1194
ATF_TC_HEAD(extattr_delete_file_failure, tc)
tests/sys/audit/file-attribute-modify.c
1196
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
1200
ATF_TC_BODY(extattr_delete_file_failure, tc)
tests/sys/audit/file-attribute-modify.c
1213
ATF_TC_CLEANUP(extattr_delete_file_failure, tc)
tests/sys/audit/file-attribute-modify.c
1220
ATF_TC_HEAD(extattr_delete_fd_success, tc)
tests/sys/audit/file-attribute-modify.c
1222
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
1226
ATF_TC_BODY(extattr_delete_fd_success, tc)
tests/sys/audit/file-attribute-modify.c
1245
ATF_TC_CLEANUP(extattr_delete_fd_success, tc)
tests/sys/audit/file-attribute-modify.c
1252
ATF_TC_HEAD(extattr_delete_fd_failure, tc)
tests/sys/audit/file-attribute-modify.c
1254
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
1258
ATF_TC_BODY(extattr_delete_fd_failure, tc)
tests/sys/audit/file-attribute-modify.c
126
ATF_TC_CLEANUP(fcntl_success, tc)
tests/sys/audit/file-attribute-modify.c
1271
ATF_TC_CLEANUP(extattr_delete_fd_failure, tc)
tests/sys/audit/file-attribute-modify.c
1278
ATF_TC_HEAD(extattr_delete_link_success, tc)
tests/sys/audit/file-attribute-modify.c
1280
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
1284
ATF_TC_BODY(extattr_delete_link_success, tc)
tests/sys/audit/file-attribute-modify.c
1302
ATF_TC_CLEANUP(extattr_delete_link_success, tc)
tests/sys/audit/file-attribute-modify.c
1309
ATF_TC_HEAD(extattr_delete_link_failure, tc)
tests/sys/audit/file-attribute-modify.c
1311
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
1315
ATF_TC_BODY(extattr_delete_link_failure, tc)
tests/sys/audit/file-attribute-modify.c
1327
ATF_TC_CLEANUP(extattr_delete_link_failure, tc)
tests/sys/audit/file-attribute-modify.c
133
ATF_TC_HEAD(fcntl_failure, tc)
tests/sys/audit/file-attribute-modify.c
135
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
139
ATF_TC_BODY(fcntl_failure, tc)
tests/sys/audit/file-attribute-modify.c
147
ATF_TC_CLEANUP(fcntl_failure, tc)
tests/sys/audit/file-attribute-modify.c
154
ATF_TC_HEAD(fsync_success, tc)
tests/sys/audit/file-attribute-modify.c
156
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
160
ATF_TC_BODY(fsync_success, tc)
tests/sys/audit/file-attribute-modify.c
173
ATF_TC_CLEANUP(fsync_success, tc)
tests/sys/audit/file-attribute-modify.c
180
ATF_TC_HEAD(fsync_failure, tc)
tests/sys/audit/file-attribute-modify.c
182
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
186
ATF_TC_BODY(fsync_failure, tc)
tests/sys/audit/file-attribute-modify.c
195
ATF_TC_CLEANUP(fsync_failure, tc)
tests/sys/audit/file-attribute-modify.c
202
ATF_TC_HEAD(chmod_success, tc)
tests/sys/audit/file-attribute-modify.c
204
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
208
ATF_TC_BODY(chmod_success, tc)
tests/sys/audit/file-attribute-modify.c
218
ATF_TC_CLEANUP(chmod_success, tc)
tests/sys/audit/file-attribute-modify.c
225
ATF_TC_HEAD(chmod_failure, tc)
tests/sys/audit/file-attribute-modify.c
227
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
231
ATF_TC_BODY(chmod_failure, tc)
tests/sys/audit/file-attribute-modify.c
239
ATF_TC_CLEANUP(chmod_failure, tc)
tests/sys/audit/file-attribute-modify.c
246
ATF_TC_HEAD(fchmod_success, tc)
tests/sys/audit/file-attribute-modify.c
248
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
252
ATF_TC_BODY(fchmod_success, tc)
tests/sys/audit/file-attribute-modify.c
265
ATF_TC_CLEANUP(fchmod_success, tc)
tests/sys/audit/file-attribute-modify.c
272
ATF_TC_HEAD(fchmod_failure, tc)
tests/sys/audit/file-attribute-modify.c
274
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
278
ATF_TC_BODY(fchmod_failure, tc)
tests/sys/audit/file-attribute-modify.c
287
ATF_TC_CLEANUP(fchmod_failure, tc)
tests/sys/audit/file-attribute-modify.c
294
ATF_TC_HEAD(lchmod_success, tc)
tests/sys/audit/file-attribute-modify.c
296
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
300
ATF_TC_BODY(lchmod_success, tc)
tests/sys/audit/file-attribute-modify.c
309
ATF_TC_CLEANUP(lchmod_success, tc)
tests/sys/audit/file-attribute-modify.c
316
ATF_TC_HEAD(lchmod_failure, tc)
tests/sys/audit/file-attribute-modify.c
318
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
322
ATF_TC_BODY(lchmod_failure, tc)
tests/sys/audit/file-attribute-modify.c
330
ATF_TC_CLEANUP(lchmod_failure, tc)
tests/sys/audit/file-attribute-modify.c
337
ATF_TC_HEAD(fchmodat_success, tc)
tests/sys/audit/file-attribute-modify.c
339
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
343
ATF_TC_BODY(fchmodat_success, tc)
tests/sys/audit/file-attribute-modify.c
353
ATF_TC_CLEANUP(fchmodat_success, tc)
tests/sys/audit/file-attribute-modify.c
360
ATF_TC_HEAD(fchmodat_failure, tc)
tests/sys/audit/file-attribute-modify.c
362
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
366
ATF_TC_BODY(fchmodat_failure, tc)
tests/sys/audit/file-attribute-modify.c
374
ATF_TC_CLEANUP(fchmodat_failure, tc)
tests/sys/audit/file-attribute-modify.c
381
ATF_TC_HEAD(chown_success, tc)
tests/sys/audit/file-attribute-modify.c
383
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
387
ATF_TC_BODY(chown_success, tc)
tests/sys/audit/file-attribute-modify.c
397
ATF_TC_CLEANUP(chown_success, tc)
tests/sys/audit/file-attribute-modify.c
404
ATF_TC_HEAD(chown_failure, tc)
tests/sys/audit/file-attribute-modify.c
406
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
410
ATF_TC_BODY(chown_failure, tc)
tests/sys/audit/file-attribute-modify.c
418
ATF_TC_CLEANUP(chown_failure, tc)
tests/sys/audit/file-attribute-modify.c
425
ATF_TC_HEAD(fchown_success, tc)
tests/sys/audit/file-attribute-modify.c
427
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
431
ATF_TC_BODY(fchown_success, tc)
tests/sys/audit/file-attribute-modify.c
444
ATF_TC_CLEANUP(fchown_success, tc)
tests/sys/audit/file-attribute-modify.c
451
ATF_TC_HEAD(fchown_failure, tc)
tests/sys/audit/file-attribute-modify.c
453
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
457
ATF_TC_BODY(fchown_failure, tc)
tests/sys/audit/file-attribute-modify.c
466
ATF_TC_CLEANUP(fchown_failure, tc)
tests/sys/audit/file-attribute-modify.c
473
ATF_TC_HEAD(lchown_success, tc)
tests/sys/audit/file-attribute-modify.c
475
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
479
ATF_TC_BODY(lchown_success, tc)
tests/sys/audit/file-attribute-modify.c
488
ATF_TC_CLEANUP(lchown_success, tc)
tests/sys/audit/file-attribute-modify.c
495
ATF_TC_HEAD(lchown_failure, tc)
tests/sys/audit/file-attribute-modify.c
497
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
501
ATF_TC_BODY(lchown_failure, tc)
tests/sys/audit/file-attribute-modify.c
509
ATF_TC_CLEANUP(lchown_failure, tc)
tests/sys/audit/file-attribute-modify.c
516
ATF_TC_HEAD(fchownat_success, tc)
tests/sys/audit/file-attribute-modify.c
518
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
522
ATF_TC_BODY(fchownat_success, tc)
tests/sys/audit/file-attribute-modify.c
532
ATF_TC_CLEANUP(fchownat_success, tc)
tests/sys/audit/file-attribute-modify.c
539
ATF_TC_HEAD(fchownat_failure, tc)
tests/sys/audit/file-attribute-modify.c
541
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
545
ATF_TC_BODY(fchownat_failure, tc)
tests/sys/audit/file-attribute-modify.c
554
ATF_TC_CLEANUP(fchownat_failure, tc)
tests/sys/audit/file-attribute-modify.c
561
ATF_TC_HEAD(chflags_success, tc)
tests/sys/audit/file-attribute-modify.c
563
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
567
ATF_TC_BODY(chflags_success, tc)
tests/sys/audit/file-attribute-modify.c
577
ATF_TC_CLEANUP(chflags_success, tc)
tests/sys/audit/file-attribute-modify.c
58
ATF_TC_HEAD(flock_success, tc)
tests/sys/audit/file-attribute-modify.c
584
ATF_TC_HEAD(chflags_failure, tc)
tests/sys/audit/file-attribute-modify.c
586
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
590
ATF_TC_BODY(chflags_failure, tc)
tests/sys/audit/file-attribute-modify.c
598
ATF_TC_CLEANUP(chflags_failure, tc)
tests/sys/audit/file-attribute-modify.c
60
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
605
ATF_TC_HEAD(fchflags_success, tc)
tests/sys/audit/file-attribute-modify.c
607
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
611
ATF_TC_BODY(fchflags_success, tc)
tests/sys/audit/file-attribute-modify.c
624
ATF_TC_CLEANUP(fchflags_success, tc)
tests/sys/audit/file-attribute-modify.c
631
ATF_TC_HEAD(fchflags_failure, tc)
tests/sys/audit/file-attribute-modify.c
633
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
637
ATF_TC_BODY(fchflags_failure, tc)
tests/sys/audit/file-attribute-modify.c
64
ATF_TC_BODY(flock_success, tc)
tests/sys/audit/file-attribute-modify.c
646
ATF_TC_CLEANUP(fchflags_failure, tc)
tests/sys/audit/file-attribute-modify.c
653
ATF_TC_HEAD(lchflags_success, tc)
tests/sys/audit/file-attribute-modify.c
655
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
659
ATF_TC_BODY(lchflags_success, tc)
tests/sys/audit/file-attribute-modify.c
668
ATF_TC_CLEANUP(lchflags_success, tc)
tests/sys/audit/file-attribute-modify.c
675
ATF_TC_HEAD(lchflags_failure, tc)
tests/sys/audit/file-attribute-modify.c
677
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
681
ATF_TC_BODY(lchflags_failure, tc)
tests/sys/audit/file-attribute-modify.c
689
ATF_TC_CLEANUP(lchflags_failure, tc)
tests/sys/audit/file-attribute-modify.c
696
ATF_TC_HEAD(chflagsat_success, tc)
tests/sys/audit/file-attribute-modify.c
698
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
702
ATF_TC_BODY(chflagsat_success, tc)
tests/sys/audit/file-attribute-modify.c
712
ATF_TC_CLEANUP(chflagsat_success, tc)
tests/sys/audit/file-attribute-modify.c
719
ATF_TC_HEAD(chflagsat_failure, tc)
tests/sys/audit/file-attribute-modify.c
721
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
725
ATF_TC_BODY(chflagsat_failure, tc)
tests/sys/audit/file-attribute-modify.c
734
ATF_TC_CLEANUP(chflagsat_failure, tc)
tests/sys/audit/file-attribute-modify.c
741
ATF_TC_HEAD(utimes_success, tc)
tests/sys/audit/file-attribute-modify.c
743
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
747
ATF_TC_BODY(utimes_success, tc)
tests/sys/audit/file-attribute-modify.c
757
ATF_TC_CLEANUP(utimes_success, tc)
tests/sys/audit/file-attribute-modify.c
764
ATF_TC_HEAD(utimes_failure, tc)
tests/sys/audit/file-attribute-modify.c
766
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
77
ATF_TC_CLEANUP(flock_success, tc)
tests/sys/audit/file-attribute-modify.c
770
ATF_TC_BODY(utimes_failure, tc)
tests/sys/audit/file-attribute-modify.c
778
ATF_TC_CLEANUP(utimes_failure, tc)
tests/sys/audit/file-attribute-modify.c
785
ATF_TC_HEAD(futimes_success, tc)
tests/sys/audit/file-attribute-modify.c
787
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
791
ATF_TC_BODY(futimes_success, tc)
tests/sys/audit/file-attribute-modify.c
804
ATF_TC_CLEANUP(futimes_success, tc)
tests/sys/audit/file-attribute-modify.c
811
ATF_TC_HEAD(futimes_failure, tc)
tests/sys/audit/file-attribute-modify.c
813
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
817
ATF_TC_BODY(futimes_failure, tc)
tests/sys/audit/file-attribute-modify.c
826
ATF_TC_CLEANUP(futimes_failure, tc)
tests/sys/audit/file-attribute-modify.c
833
ATF_TC_HEAD(lutimes_success, tc)
tests/sys/audit/file-attribute-modify.c
835
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
839
ATF_TC_BODY(lutimes_success, tc)
tests/sys/audit/file-attribute-modify.c
84
ATF_TC_HEAD(flock_failure, tc)
tests/sys/audit/file-attribute-modify.c
848
ATF_TC_CLEANUP(lutimes_success, tc)
tests/sys/audit/file-attribute-modify.c
855
ATF_TC_HEAD(lutimes_failure, tc)
tests/sys/audit/file-attribute-modify.c
857
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
86
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
861
ATF_TC_BODY(lutimes_failure, tc)
tests/sys/audit/file-attribute-modify.c
869
ATF_TC_CLEANUP(lutimes_failure, tc)
tests/sys/audit/file-attribute-modify.c
876
ATF_TC_HEAD(futimesat_success, tc)
tests/sys/audit/file-attribute-modify.c
878
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
882
ATF_TC_BODY(futimesat_success, tc)
tests/sys/audit/file-attribute-modify.c
892
ATF_TC_CLEANUP(futimesat_success, tc)
tests/sys/audit/file-attribute-modify.c
899
ATF_TC_HEAD(futimesat_failure, tc)
tests/sys/audit/file-attribute-modify.c
90
ATF_TC_BODY(flock_failure, tc)
tests/sys/audit/file-attribute-modify.c
901
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
905
ATF_TC_BODY(futimesat_failure, tc)
tests/sys/audit/file-attribute-modify.c
913
ATF_TC_CLEANUP(futimesat_failure, tc)
tests/sys/audit/file-attribute-modify.c
920
ATF_TC_HEAD(mprotect_success, tc)
tests/sys/audit/file-attribute-modify.c
922
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
926
ATF_TC_BODY(mprotect_success, tc)
tests/sys/audit/file-attribute-modify.c
936
ATF_TC_CLEANUP(mprotect_success, tc)
tests/sys/audit/file-attribute-modify.c
943
ATF_TC_HEAD(mprotect_failure, tc)
tests/sys/audit/file-attribute-modify.c
945
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
949
ATF_TC_BODY(mprotect_failure, tc)
tests/sys/audit/file-attribute-modify.c
958
ATF_TC_CLEANUP(mprotect_failure, tc)
tests/sys/audit/file-attribute-modify.c
969
ATF_TC_HEAD(undelete_failure, tc)
tests/sys/audit/file-attribute-modify.c
971
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-attribute-modify.c
975
ATF_TC_BODY(undelete_failure, tc)
tests/sys/audit/file-attribute-modify.c
98
ATF_TC_CLEANUP(flock_failure, tc)
tests/sys/audit/file-attribute-modify.c
986
ATF_TC_CLEANUP(undelete_failure, tc)
tests/sys/audit/file-attribute-modify.c
993
ATF_TC_HEAD(extattr_set_file_success, tc)
tests/sys/audit/file-attribute-modify.c
995
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-attribute-modify.c
999
ATF_TC_BODY(extattr_set_file_success, tc)
tests/sys/audit/file-close.c
103
ATF_TC_BODY(close_success, tc)
tests/sys/audit/file-close.c
118
ATF_TC_CLEANUP(close_success, tc)
tests/sys/audit/file-close.c
125
ATF_TC_HEAD(close_failure, tc)
tests/sys/audit/file-close.c
127
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-close.c
131
ATF_TC_BODY(close_failure, tc)
tests/sys/audit/file-close.c
140
ATF_TC_CLEANUP(close_failure, tc)
tests/sys/audit/file-close.c
147
ATF_TC_HEAD(closefrom_success, tc)
tests/sys/audit/file-close.c
149
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-close.c
153
ATF_TC_BODY(closefrom_success, tc)
tests/sys/audit/file-close.c
164
ATF_TC_CLEANUP(closefrom_success, tc)
tests/sys/audit/file-close.c
171
ATF_TC_HEAD(revoke_success, tc)
tests/sys/audit/file-close.c
173
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-close.c
177
ATF_TC_BODY(revoke_success, tc)
tests/sys/audit/file-close.c
193
ATF_TC_CLEANUP(revoke_success, tc)
tests/sys/audit/file-close.c
200
ATF_TC_HEAD(revoke_failure, tc)
tests/sys/audit/file-close.c
202
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-close.c
206
ATF_TC_BODY(revoke_failure, tc)
tests/sys/audit/file-close.c
214
ATF_TC_CLEANUP(revoke_failure, tc)
tests/sys/audit/file-close.c
51
ATF_TC_HEAD(munmap_success, tc)
tests/sys/audit/file-close.c
53
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-close.c
57
ATF_TC_BODY(munmap_success, tc)
tests/sys/audit/file-close.c
69
ATF_TC_CLEANUP(munmap_success, tc)
tests/sys/audit/file-close.c
76
ATF_TC_HEAD(munmap_failure, tc)
tests/sys/audit/file-close.c
78
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-close.c
82
ATF_TC_BODY(munmap_failure, tc)
tests/sys/audit/file-close.c
90
ATF_TC_CLEANUP(munmap_failure, tc)
tests/sys/audit/file-close.c
97
ATF_TC_HEAD(close_success, tc)
tests/sys/audit/file-close.c
99
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-create.c
102
ATF_TC_CLEANUP(mkdirat_success, tc)
tests/sys/audit/file-create.c
109
ATF_TC_HEAD(mkdirat_failure, tc)
tests/sys/audit/file-create.c
111
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-create.c
115
ATF_TC_BODY(mkdirat_failure, tc)
tests/sys/audit/file-create.c
124
ATF_TC_CLEANUP(mkdirat_failure, tc)
tests/sys/audit/file-create.c
131
ATF_TC_HEAD(mkfifo_success, tc)
tests/sys/audit/file-create.c
133
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-create.c
137
ATF_TC_BODY(mkfifo_success, tc)
tests/sys/audit/file-create.c
144
ATF_TC_CLEANUP(mkfifo_success, tc)
tests/sys/audit/file-create.c
151
ATF_TC_HEAD(mkfifo_failure, tc)
tests/sys/audit/file-create.c
153
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-create.c
157
ATF_TC_BODY(mkfifo_failure, tc)
tests/sys/audit/file-create.c
166
ATF_TC_CLEANUP(mkfifo_failure, tc)
tests/sys/audit/file-create.c
173
ATF_TC_HEAD(mkfifoat_success, tc)
tests/sys/audit/file-create.c
175
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-create.c
179
ATF_TC_BODY(mkfifoat_success, tc)
tests/sys/audit/file-create.c
186
ATF_TC_CLEANUP(mkfifoat_success, tc)
tests/sys/audit/file-create.c
193
ATF_TC_HEAD(mkfifoat_failure, tc)
tests/sys/audit/file-create.c
195
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-create.c
199
ATF_TC_BODY(mkfifoat_failure, tc)
tests/sys/audit/file-create.c
208
ATF_TC_CLEANUP(mkfifoat_failure, tc)
tests/sys/audit/file-create.c
215
ATF_TC_HEAD(mknod_success, tc)
tests/sys/audit/file-create.c
217
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-create.c
221
ATF_TC_BODY(mknod_success, tc)
tests/sys/audit/file-create.c
228
ATF_TC_CLEANUP(mknod_success, tc)
tests/sys/audit/file-create.c
235
ATF_TC_HEAD(mknod_failure, tc)
tests/sys/audit/file-create.c
237
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-create.c
241
ATF_TC_BODY(mknod_failure, tc)
tests/sys/audit/file-create.c
250
ATF_TC_CLEANUP(mknod_failure, tc)
tests/sys/audit/file-create.c
257
ATF_TC_HEAD(mknodat_success, tc)
tests/sys/audit/file-create.c
259
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-create.c
263
ATF_TC_BODY(mknodat_success, tc)
tests/sys/audit/file-create.c
270
ATF_TC_CLEANUP(mknodat_success, tc)
tests/sys/audit/file-create.c
277
ATF_TC_HEAD(mknodat_failure, tc)
tests/sys/audit/file-create.c
279
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-create.c
283
ATF_TC_BODY(mknodat_failure, tc)
tests/sys/audit/file-create.c
292
ATF_TC_CLEANUP(mknodat_failure, tc)
tests/sys/audit/file-create.c
299
ATF_TC_HEAD(rename_success, tc)
tests/sys/audit/file-create.c
301
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-create.c
305
ATF_TC_BODY(rename_success, tc)
tests/sys/audit/file-create.c
314
ATF_TC_CLEANUP(rename_success, tc)
tests/sys/audit/file-create.c
321
ATF_TC_HEAD(rename_failure, tc)
tests/sys/audit/file-create.c
323
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-create.c
327
ATF_TC_BODY(rename_failure, tc)
tests/sys/audit/file-create.c
335
ATF_TC_CLEANUP(rename_failure, tc)
tests/sys/audit/file-create.c
342
ATF_TC_HEAD(renameat_success, tc)
tests/sys/audit/file-create.c
344
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-create.c
348
ATF_TC_BODY(renameat_success, tc)
tests/sys/audit/file-create.c
357
ATF_TC_CLEANUP(renameat_success, tc)
tests/sys/audit/file-create.c
364
ATF_TC_HEAD(renameat_failure, tc)
tests/sys/audit/file-create.c
366
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-create.c
370
ATF_TC_BODY(renameat_failure, tc)
tests/sys/audit/file-create.c
378
ATF_TC_CLEANUP(renameat_failure, tc)
tests/sys/audit/file-create.c
385
ATF_TC_HEAD(link_success, tc)
tests/sys/audit/file-create.c
387
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-create.c
391
ATF_TC_BODY(link_success, tc)
tests/sys/audit/file-create.c
400
ATF_TC_CLEANUP(link_success, tc)
tests/sys/audit/file-create.c
407
ATF_TC_HEAD(link_failure, tc)
tests/sys/audit/file-create.c
409
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-create.c
413
ATF_TC_BODY(link_failure, tc)
tests/sys/audit/file-create.c
421
ATF_TC_CLEANUP(link_failure, tc)
tests/sys/audit/file-create.c
428
ATF_TC_HEAD(linkat_success, tc)
tests/sys/audit/file-create.c
430
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-create.c
434
ATF_TC_BODY(linkat_success, tc)
tests/sys/audit/file-create.c
443
ATF_TC_CLEANUP(linkat_success, tc)
tests/sys/audit/file-create.c
450
ATF_TC_HEAD(linkat_failure, tc)
tests/sys/audit/file-create.c
452
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-create.c
456
ATF_TC_BODY(linkat_failure, tc)
tests/sys/audit/file-create.c
464
ATF_TC_CLEANUP(linkat_failure, tc)
tests/sys/audit/file-create.c
47
ATF_TC_HEAD(mkdir_success, tc)
tests/sys/audit/file-create.c
471
ATF_TC_HEAD(symlink_success, tc)
tests/sys/audit/file-create.c
473
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-create.c
477
ATF_TC_BODY(symlink_success, tc)
tests/sys/audit/file-create.c
484
ATF_TC_CLEANUP(symlink_success, tc)
tests/sys/audit/file-create.c
49
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-create.c
491
ATF_TC_HEAD(symlink_failure, tc)
tests/sys/audit/file-create.c
493
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-create.c
497
ATF_TC_BODY(symlink_failure, tc)
tests/sys/audit/file-create.c
506
ATF_TC_CLEANUP(symlink_failure, tc)
tests/sys/audit/file-create.c
513
ATF_TC_HEAD(symlinkat_success, tc)
tests/sys/audit/file-create.c
515
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-create.c
519
ATF_TC_BODY(symlinkat_success, tc)
tests/sys/audit/file-create.c
526
ATF_TC_CLEANUP(symlinkat_success, tc)
tests/sys/audit/file-create.c
53
ATF_TC_BODY(mkdir_success, tc)
tests/sys/audit/file-create.c
533
ATF_TC_HEAD(symlinkat_failure, tc)
tests/sys/audit/file-create.c
535
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-create.c
539
ATF_TC_BODY(symlinkat_failure, tc)
tests/sys/audit/file-create.c
548
ATF_TC_CLEANUP(symlinkat_failure, tc)
tests/sys/audit/file-create.c
60
ATF_TC_CLEANUP(mkdir_success, tc)
tests/sys/audit/file-create.c
67
ATF_TC_HEAD(mkdir_failure, tc)
tests/sys/audit/file-create.c
69
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-create.c
73
ATF_TC_BODY(mkdir_failure, tc)
tests/sys/audit/file-create.c
82
ATF_TC_CLEANUP(mkdir_failure, tc)
tests/sys/audit/file-create.c
89
ATF_TC_HEAD(mkdirat_success, tc)
tests/sys/audit/file-create.c
91
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-create.c
95
ATF_TC_BODY(mkdirat_success, tc)
tests/sys/audit/file-delete.c
101
ATF_TC_CLEANUP(rename_success, tc)
tests/sys/audit/file-delete.c
108
ATF_TC_HEAD(rename_failure, tc)
tests/sys/audit/file-delete.c
110
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-delete.c
114
ATF_TC_BODY(rename_failure, tc)
tests/sys/audit/file-delete.c
122
ATF_TC_CLEANUP(rename_failure, tc)
tests/sys/audit/file-delete.c
129
ATF_TC_HEAD(renameat_success, tc)
tests/sys/audit/file-delete.c
131
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-delete.c
135
ATF_TC_BODY(renameat_success, tc)
tests/sys/audit/file-delete.c
144
ATF_TC_CLEANUP(renameat_success, tc)
tests/sys/audit/file-delete.c
151
ATF_TC_HEAD(renameat_failure, tc)
tests/sys/audit/file-delete.c
153
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-delete.c
157
ATF_TC_BODY(renameat_failure, tc)
tests/sys/audit/file-delete.c
165
ATF_TC_CLEANUP(renameat_failure, tc)
tests/sys/audit/file-delete.c
172
ATF_TC_HEAD(unlink_success, tc)
tests/sys/audit/file-delete.c
174
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-delete.c
178
ATF_TC_BODY(unlink_success, tc)
tests/sys/audit/file-delete.c
187
ATF_TC_CLEANUP(unlink_success, tc)
tests/sys/audit/file-delete.c
194
ATF_TC_HEAD(unlink_failure, tc)
tests/sys/audit/file-delete.c
196
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-delete.c
200
ATF_TC_BODY(unlink_failure, tc)
tests/sys/audit/file-delete.c
208
ATF_TC_CLEANUP(unlink_failure, tc)
tests/sys/audit/file-delete.c
215
ATF_TC_HEAD(unlinkat_success, tc)
tests/sys/audit/file-delete.c
217
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-delete.c
221
ATF_TC_BODY(unlinkat_success, tc)
tests/sys/audit/file-delete.c
229
ATF_TC_CLEANUP(unlinkat_success, tc)
tests/sys/audit/file-delete.c
236
ATF_TC_HEAD(unlinkat_failure, tc)
tests/sys/audit/file-delete.c
238
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-delete.c
242
ATF_TC_BODY(unlinkat_failure, tc)
tests/sys/audit/file-delete.c
250
ATF_TC_CLEANUP(unlinkat_failure, tc)
tests/sys/audit/file-delete.c
44
ATF_TC_HEAD(rmdir_success, tc)
tests/sys/audit/file-delete.c
46
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-delete.c
50
ATF_TC_BODY(rmdir_success, tc)
tests/sys/audit/file-delete.c
58
ATF_TC_CLEANUP(rmdir_success, tc)
tests/sys/audit/file-delete.c
65
ATF_TC_HEAD(rmdir_failure, tc)
tests/sys/audit/file-delete.c
67
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-delete.c
71
ATF_TC_BODY(rmdir_failure, tc)
tests/sys/audit/file-delete.c
79
ATF_TC_CLEANUP(rmdir_failure, tc)
tests/sys/audit/file-delete.c
86
ATF_TC_HEAD(rename_success, tc)
tests/sys/audit/file-delete.c
88
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-delete.c
92
ATF_TC_BODY(rename_success, tc)
tests/sys/audit/file-read.c
105
ATF_TC_HEAD(readlinkat_failure, tc)
tests/sys/audit/file-read.c
107
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-read.c
111
ATF_TC_BODY(readlinkat_failure, tc)
tests/sys/audit/file-read.c
120
ATF_TC_CLEANUP(readlinkat_failure, tc)
tests/sys/audit/file-read.c
39
ATF_TC_HEAD(readlink_success, tc)
tests/sys/audit/file-read.c
41
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-read.c
45
ATF_TC_BODY(readlink_success, tc)
tests/sys/audit/file-read.c
54
ATF_TC_CLEANUP(readlink_success, tc)
tests/sys/audit/file-read.c
61
ATF_TC_HEAD(readlink_failure, tc)
tests/sys/audit/file-read.c
63
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-read.c
67
ATF_TC_BODY(readlink_failure, tc)
tests/sys/audit/file-read.c
76
ATF_TC_CLEANUP(readlink_failure, tc)
tests/sys/audit/file-read.c
83
ATF_TC_HEAD(readlinkat_success, tc)
tests/sys/audit/file-read.c
85
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-read.c
89
ATF_TC_BODY(readlinkat_success, tc)
tests/sys/audit/file-read.c
98
ATF_TC_CLEANUP(readlinkat_success, tc)
tests/sys/audit/file-write.c
103
ATF_TC_CLEANUP(ftruncate_success, tc)
tests/sys/audit/file-write.c
110
ATF_TC_HEAD(ftruncate_failure, tc)
tests/sys/audit/file-write.c
112
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-write.c
116
ATF_TC_BODY(ftruncate_failure, tc)
tests/sys/audit/file-write.c
125
ATF_TC_CLEANUP(ftruncate_failure, tc)
tests/sys/audit/file-write.c
42
ATF_TC_HEAD(truncate_success, tc)
tests/sys/audit/file-write.c
44
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-write.c
48
ATF_TC_BODY(truncate_success, tc)
tests/sys/audit/file-write.c
58
ATF_TC_CLEANUP(truncate_success, tc)
tests/sys/audit/file-write.c
65
ATF_TC_HEAD(truncate_failure, tc)
tests/sys/audit/file-write.c
67
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/file-write.c
71
ATF_TC_BODY(truncate_failure, tc)
tests/sys/audit/file-write.c
79
ATF_TC_CLEANUP(truncate_failure, tc)
tests/sys/audit/file-write.c
86
ATF_TC_HEAD(ftruncate_success, tc)
tests/sys/audit/file-write.c
88
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/file-write.c
92
ATF_TC_BODY(ftruncate_success, tc)
tests/sys/audit/inter-process.c
1000
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
1004
ATF_TC_BODY(semctl_getncnt_success, tc)
tests/sys/audit/inter-process.c
1021
ATF_TC_CLEANUP(semctl_getncnt_success, tc)
tests/sys/audit/inter-process.c
1028
ATF_TC_HEAD(semctl_getncnt_failure, tc)
tests/sys/audit/inter-process.c
1030
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
1034
ATF_TC_BODY(semctl_getncnt_failure, tc)
tests/sys/audit/inter-process.c
104
ATF_TC_CLEANUP(msgget_failure, tc)
tests/sys/audit/inter-process.c
1042
ATF_TC_CLEANUP(semctl_getncnt_failure, tc)
tests/sys/audit/inter-process.c
1049
ATF_TC_HEAD(semctl_getzcnt_success, tc)
tests/sys/audit/inter-process.c
1051
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
1055
ATF_TC_BODY(semctl_getzcnt_success, tc)
tests/sys/audit/inter-process.c
1072
ATF_TC_CLEANUP(semctl_getzcnt_success, tc)
tests/sys/audit/inter-process.c
1079
ATF_TC_HEAD(semctl_getzcnt_failure, tc)
tests/sys/audit/inter-process.c
1081
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
1085
ATF_TC_BODY(semctl_getzcnt_failure, tc)
tests/sys/audit/inter-process.c
1093
ATF_TC_CLEANUP(semctl_getzcnt_failure, tc)
tests/sys/audit/inter-process.c
1100
ATF_TC_HEAD(semctl_getall_success, tc)
tests/sys/audit/inter-process.c
1102
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
1106
ATF_TC_BODY(semctl_getall_success, tc)
tests/sys/audit/inter-process.c
111
ATF_TC_HEAD(msgsnd_success, tc)
tests/sys/audit/inter-process.c
1124
ATF_TC_CLEANUP(semctl_getall_success, tc)
tests/sys/audit/inter-process.c
113
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
1131
ATF_TC_HEAD(semctl_getall_failure, tc)
tests/sys/audit/inter-process.c
1133
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
1137
ATF_TC_BODY(semctl_getall_failure, tc)
tests/sys/audit/inter-process.c
1145
ATF_TC_CLEANUP(semctl_getall_failure, tc)
tests/sys/audit/inter-process.c
1152
ATF_TC_HEAD(semctl_setall_success, tc)
tests/sys/audit/inter-process.c
1154
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
1158
ATF_TC_BODY(semctl_setall_success, tc)
tests/sys/audit/inter-process.c
117
ATF_TC_BODY(msgsnd_success, tc)
tests/sys/audit/inter-process.c
1179
ATF_TC_CLEANUP(semctl_setall_success, tc)
tests/sys/audit/inter-process.c
1186
ATF_TC_HEAD(semctl_setall_failure, tc)
tests/sys/audit/inter-process.c
1188
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
1192
ATF_TC_BODY(semctl_setall_failure, tc)
tests/sys/audit/inter-process.c
1200
ATF_TC_CLEANUP(semctl_setall_failure, tc)
tests/sys/audit/inter-process.c
1207
ATF_TC_HEAD(semctl_stat_success, tc)
tests/sys/audit/inter-process.c
1209
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
1213
ATF_TC_BODY(semctl_stat_success, tc)
tests/sys/audit/inter-process.c
1231
ATF_TC_CLEANUP(semctl_stat_success, tc)
tests/sys/audit/inter-process.c
1238
ATF_TC_HEAD(semctl_stat_failure, tc)
tests/sys/audit/inter-process.c
1240
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
1244
ATF_TC_BODY(semctl_stat_failure, tc)
tests/sys/audit/inter-process.c
1252
ATF_TC_CLEANUP(semctl_stat_failure, tc)
tests/sys/audit/inter-process.c
1259
ATF_TC_HEAD(semctl_set_success, tc)
tests/sys/audit/inter-process.c
1261
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
1265
ATF_TC_BODY(semctl_set_success, tc)
tests/sys/audit/inter-process.c
1286
ATF_TC_CLEANUP(semctl_set_success, tc)
tests/sys/audit/inter-process.c
1293
ATF_TC_HEAD(semctl_set_failure, tc)
tests/sys/audit/inter-process.c
1295
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
1299
ATF_TC_BODY(semctl_set_failure, tc)
tests/sys/audit/inter-process.c
1318
ATF_TC_CLEANUP(semctl_set_failure, tc)
tests/sys/audit/inter-process.c
1325
ATF_TC_HEAD(semctl_rmid_success, tc)
tests/sys/audit/inter-process.c
1327
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
1331
ATF_TC_BODY(semctl_rmid_success, tc)
tests/sys/audit/inter-process.c
1345
ATF_TC_CLEANUP(semctl_rmid_success, tc)
tests/sys/audit/inter-process.c
1352
ATF_TC_HEAD(semctl_rmid_failure, tc)
tests/sys/audit/inter-process.c
1354
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
1358
ATF_TC_BODY(semctl_rmid_failure, tc)
tests/sys/audit/inter-process.c
1366
ATF_TC_CLEANUP(semctl_rmid_failure, tc)
tests/sys/audit/inter-process.c
1373
ATF_TC_HEAD(semctl_illegal_command, tc)
tests/sys/audit/inter-process.c
1375
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
1379
ATF_TC_BODY(semctl_illegal_command, tc)
tests/sys/audit/inter-process.c
139
ATF_TC_CLEANUP(msgsnd_success, tc)
tests/sys/audit/inter-process.c
1394
ATF_TC_CLEANUP(semctl_illegal_command, tc)
tests/sys/audit/inter-process.c
1401
ATF_TC_HEAD(shm_open_success, tc)
tests/sys/audit/inter-process.c
1403
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
1407
ATF_TC_BODY(shm_open_success, tc)
tests/sys/audit/inter-process.c
1417
ATF_TC_CLEANUP(shm_open_success, tc)
tests/sys/audit/inter-process.c
1424
ATF_TC_HEAD(shm_open_failure, tc)
tests/sys/audit/inter-process.c
1426
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
1430
ATF_TC_BODY(shm_open_failure, tc)
tests/sys/audit/inter-process.c
1439
ATF_TC_CLEANUP(shm_open_failure, tc)
tests/sys/audit/inter-process.c
1446
ATF_TC_HEAD(shm_unlink_success, tc)
tests/sys/audit/inter-process.c
1448
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
1452
ATF_TC_BODY(shm_unlink_success, tc)
tests/sys/audit/inter-process.c
146
ATF_TC_HEAD(msgsnd_failure, tc)
tests/sys/audit/inter-process.c
1466
ATF_TC_CLEANUP(shm_unlink_success, tc)
tests/sys/audit/inter-process.c
1473
ATF_TC_HEAD(shm_unlink_failure, tc)
tests/sys/audit/inter-process.c
1475
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
1479
ATF_TC_BODY(shm_unlink_failure, tc)
tests/sys/audit/inter-process.c
148
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
1487
ATF_TC_CLEANUP(shm_unlink_failure, tc)
tests/sys/audit/inter-process.c
1494
ATF_TC_HEAD(pipe_success, tc)
tests/sys/audit/inter-process.c
1496
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
1500
ATF_TC_BODY(pipe_success, tc)
tests/sys/audit/inter-process.c
1513
ATF_TC_CLEANUP(pipe_success, tc)
tests/sys/audit/inter-process.c
152
ATF_TC_BODY(msgsnd_failure, tc)
tests/sys/audit/inter-process.c
1520
ATF_TC_HEAD(pipe_failure, tc)
tests/sys/audit/inter-process.c
1522
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
1526
ATF_TC_BODY(pipe_failure, tc)
tests/sys/audit/inter-process.c
1536
ATF_TC_CLEANUP(pipe_failure, tc)
tests/sys/audit/inter-process.c
1543
ATF_TC_HEAD(posix_openpt_success, tc)
tests/sys/audit/inter-process.c
1545
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
1549
ATF_TC_BODY(posix_openpt_success, tc)
tests/sys/audit/inter-process.c
1561
ATF_TC_CLEANUP(posix_openpt_success, tc)
tests/sys/audit/inter-process.c
1568
ATF_TC_HEAD(posix_openpt_failure, tc)
tests/sys/audit/inter-process.c
1570
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
1574
ATF_TC_BODY(posix_openpt_failure, tc)
tests/sys/audit/inter-process.c
1582
ATF_TC_CLEANUP(posix_openpt_failure, tc)
tests/sys/audit/inter-process.c
160
ATF_TC_CLEANUP(msgsnd_failure, tc)
tests/sys/audit/inter-process.c
167
ATF_TC_HEAD(msgrcv_success, tc)
tests/sys/audit/inter-process.c
169
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
173
ATF_TC_BODY(msgrcv_success, tc)
tests/sys/audit/inter-process.c
199
ATF_TC_CLEANUP(msgrcv_success, tc)
tests/sys/audit/inter-process.c
206
ATF_TC_HEAD(msgrcv_failure, tc)
tests/sys/audit/inter-process.c
208
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
212
ATF_TC_BODY(msgrcv_failure, tc)
tests/sys/audit/inter-process.c
220
ATF_TC_CLEANUP(msgrcv_failure, tc)
tests/sys/audit/inter-process.c
227
ATF_TC_HEAD(msgctl_rmid_success, tc)
tests/sys/audit/inter-process.c
229
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
233
ATF_TC_BODY(msgctl_rmid_success, tc)
tests/sys/audit/inter-process.c
246
ATF_TC_CLEANUP(msgctl_rmid_success, tc)
tests/sys/audit/inter-process.c
253
ATF_TC_HEAD(msgctl_rmid_failure, tc)
tests/sys/audit/inter-process.c
255
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
259
ATF_TC_BODY(msgctl_rmid_failure, tc)
tests/sys/audit/inter-process.c
267
ATF_TC_CLEANUP(msgctl_rmid_failure, tc)
tests/sys/audit/inter-process.c
274
ATF_TC_HEAD(msgctl_stat_success, tc)
tests/sys/audit/inter-process.c
276
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
280
ATF_TC_BODY(msgctl_stat_success, tc)
tests/sys/audit/inter-process.c
296
ATF_TC_CLEANUP(msgctl_stat_success, tc)
tests/sys/audit/inter-process.c
303
ATF_TC_HEAD(msgctl_stat_failure, tc)
tests/sys/audit/inter-process.c
305
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
309
ATF_TC_BODY(msgctl_stat_failure, tc)
tests/sys/audit/inter-process.c
317
ATF_TC_CLEANUP(msgctl_stat_failure, tc)
tests/sys/audit/inter-process.c
324
ATF_TC_HEAD(msgctl_set_success, tc)
tests/sys/audit/inter-process.c
326
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
330
ATF_TC_BODY(msgctl_set_success, tc)
tests/sys/audit/inter-process.c
348
ATF_TC_CLEANUP(msgctl_set_success, tc)
tests/sys/audit/inter-process.c
355
ATF_TC_HEAD(msgctl_set_failure, tc)
tests/sys/audit/inter-process.c
357
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
361
ATF_TC_BODY(msgctl_set_failure, tc)
tests/sys/audit/inter-process.c
369
ATF_TC_CLEANUP(msgctl_set_failure, tc)
tests/sys/audit/inter-process.c
376
ATF_TC_HEAD(msgctl_illegal_command, tc)
tests/sys/audit/inter-process.c
378
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
382
ATF_TC_BODY(msgctl_illegal_command, tc)
tests/sys/audit/inter-process.c
396
ATF_TC_CLEANUP(msgctl_illegal_command, tc)
tests/sys/audit/inter-process.c
403
ATF_TC_HEAD(shmget_success, tc)
tests/sys/audit/inter-process.c
405
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
409
ATF_TC_BODY(shmget_success, tc)
tests/sys/audit/inter-process.c
422
ATF_TC_CLEANUP(shmget_success, tc)
tests/sys/audit/inter-process.c
429
ATF_TC_HEAD(shmget_failure, tc)
tests/sys/audit/inter-process.c
431
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
435
ATF_TC_BODY(shmget_failure, tc)
tests/sys/audit/inter-process.c
443
ATF_TC_CLEANUP(shmget_failure, tc)
tests/sys/audit/inter-process.c
450
ATF_TC_HEAD(shmat_success, tc)
tests/sys/audit/inter-process.c
452
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
456
ATF_TC_BODY(shmat_success, tc)
tests/sys/audit/inter-process.c
475
ATF_TC_CLEANUP(shmat_success, tc)
tests/sys/audit/inter-process.c
482
ATF_TC_HEAD(shmat_failure, tc)
tests/sys/audit/inter-process.c
484
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
488
ATF_TC_BODY(shmat_failure, tc)
tests/sys/audit/inter-process.c
496
ATF_TC_CLEANUP(shmat_failure, tc)
tests/sys/audit/inter-process.c
503
ATF_TC_HEAD(shmdt_success, tc)
tests/sys/audit/inter-process.c
505
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
509
ATF_TC_BODY(shmdt_success, tc)
tests/sys/audit/inter-process.c
530
ATF_TC_CLEANUP(shmdt_success, tc)
tests/sys/audit/inter-process.c
537
ATF_TC_HEAD(shmdt_failure, tc)
tests/sys/audit/inter-process.c
539
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
543
ATF_TC_BODY(shmdt_failure, tc)
tests/sys/audit/inter-process.c
551
ATF_TC_CLEANUP(shmdt_failure, tc)
tests/sys/audit/inter-process.c
558
ATF_TC_HEAD(shmctl_rmid_success, tc)
tests/sys/audit/inter-process.c
560
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
564
ATF_TC_BODY(shmctl_rmid_success, tc)
tests/sys/audit/inter-process.c
578
ATF_TC_CLEANUP(shmctl_rmid_success, tc)
tests/sys/audit/inter-process.c
585
ATF_TC_HEAD(shmctl_rmid_failure, tc)
tests/sys/audit/inter-process.c
587
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
591
ATF_TC_BODY(shmctl_rmid_failure, tc)
tests/sys/audit/inter-process.c
599
ATF_TC_CLEANUP(shmctl_rmid_failure, tc)
tests/sys/audit/inter-process.c
606
ATF_TC_HEAD(shmctl_stat_success, tc)
tests/sys/audit/inter-process.c
608
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
612
ATF_TC_BODY(shmctl_stat_success, tc)
tests/sys/audit/inter-process.c
629
ATF_TC_CLEANUP(shmctl_stat_success, tc)
tests/sys/audit/inter-process.c
63
ATF_TC_HEAD(msgget_success, tc)
tests/sys/audit/inter-process.c
636
ATF_TC_HEAD(shmctl_stat_failure, tc)
tests/sys/audit/inter-process.c
638
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
642
ATF_TC_BODY(shmctl_stat_failure, tc)
tests/sys/audit/inter-process.c
65
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
650
ATF_TC_CLEANUP(shmctl_stat_failure, tc)
tests/sys/audit/inter-process.c
657
ATF_TC_HEAD(shmctl_set_success, tc)
tests/sys/audit/inter-process.c
659
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
663
ATF_TC_BODY(shmctl_set_success, tc)
tests/sys/audit/inter-process.c
682
ATF_TC_CLEANUP(shmctl_set_success, tc)
tests/sys/audit/inter-process.c
689
ATF_TC_HEAD(shmctl_set_failure, tc)
tests/sys/audit/inter-process.c
69
ATF_TC_BODY(msgget_success, tc)
tests/sys/audit/inter-process.c
691
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
695
ATF_TC_BODY(shmctl_set_failure, tc)
tests/sys/audit/inter-process.c
703
ATF_TC_CLEANUP(shmctl_set_failure, tc)
tests/sys/audit/inter-process.c
710
ATF_TC_HEAD(shmctl_illegal_command, tc)
tests/sys/audit/inter-process.c
712
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
716
ATF_TC_BODY(shmctl_illegal_command, tc)
tests/sys/audit/inter-process.c
731
ATF_TC_CLEANUP(shmctl_illegal_command, tc)
tests/sys/audit/inter-process.c
738
ATF_TC_HEAD(semget_success, tc)
tests/sys/audit/inter-process.c
740
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
744
ATF_TC_BODY(semget_success, tc)
tests/sys/audit/inter-process.c
759
ATF_TC_CLEANUP(semget_success, tc)
tests/sys/audit/inter-process.c
766
ATF_TC_HEAD(semget_failure, tc)
tests/sys/audit/inter-process.c
768
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
772
ATF_TC_BODY(semget_failure, tc)
tests/sys/audit/inter-process.c
783
ATF_TC_CLEANUP(semget_failure, tc)
tests/sys/audit/inter-process.c
790
ATF_TC_HEAD(semop_success, tc)
tests/sys/audit/inter-process.c
792
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
796
ATF_TC_BODY(semop_success, tc)
tests/sys/audit/inter-process.c
816
ATF_TC_CLEANUP(semop_success, tc)
tests/sys/audit/inter-process.c
823
ATF_TC_HEAD(semop_failure, tc)
tests/sys/audit/inter-process.c
825
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
829
ATF_TC_BODY(semop_failure, tc)
tests/sys/audit/inter-process.c
83
ATF_TC_CLEANUP(msgget_success, tc)
tests/sys/audit/inter-process.c
837
ATF_TC_CLEANUP(semop_failure, tc)
tests/sys/audit/inter-process.c
844
ATF_TC_HEAD(semctl_getval_success, tc)
tests/sys/audit/inter-process.c
846
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
850
ATF_TC_BODY(semctl_getval_success, tc)
tests/sys/audit/inter-process.c
867
ATF_TC_CLEANUP(semctl_getval_success, tc)
tests/sys/audit/inter-process.c
874
ATF_TC_HEAD(semctl_getval_failure, tc)
tests/sys/audit/inter-process.c
876
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
880
ATF_TC_BODY(semctl_getval_failure, tc)
tests/sys/audit/inter-process.c
888
ATF_TC_CLEANUP(semctl_getval_failure, tc)
tests/sys/audit/inter-process.c
895
ATF_TC_HEAD(semctl_setval_success, tc)
tests/sys/audit/inter-process.c
897
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
90
ATF_TC_HEAD(msgget_failure, tc)
tests/sys/audit/inter-process.c
901
ATF_TC_BODY(semctl_setval_success, tc)
tests/sys/audit/inter-process.c
919
ATF_TC_CLEANUP(semctl_setval_success, tc)
tests/sys/audit/inter-process.c
92
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
926
ATF_TC_HEAD(semctl_setval_failure, tc)
tests/sys/audit/inter-process.c
928
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
932
ATF_TC_BODY(semctl_setval_failure, tc)
tests/sys/audit/inter-process.c
940
ATF_TC_CLEANUP(semctl_setval_failure, tc)
tests/sys/audit/inter-process.c
947
ATF_TC_HEAD(semctl_getpid_success, tc)
tests/sys/audit/inter-process.c
949
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/inter-process.c
953
ATF_TC_BODY(semctl_getpid_success, tc)
tests/sys/audit/inter-process.c
96
ATF_TC_BODY(msgget_failure, tc)
tests/sys/audit/inter-process.c
970
ATF_TC_CLEANUP(semctl_getpid_success, tc)
tests/sys/audit/inter-process.c
977
ATF_TC_HEAD(semctl_getpid_failure, tc)
tests/sys/audit/inter-process.c
979
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/inter-process.c
983
ATF_TC_BODY(semctl_getpid_failure, tc)
tests/sys/audit/inter-process.c
991
ATF_TC_CLEANUP(semctl_getpid_failure, tc)
tests/sys/audit/inter-process.c
998
ATF_TC_HEAD(semctl_getncnt_success, tc)
tests/sys/audit/ioctl.c
45
ATF_TC_HEAD(ioctl_success, tc)
tests/sys/audit/ioctl.c
47
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/ioctl.c
51
ATF_TC_BODY(ioctl_success, tc)
tests/sys/audit/ioctl.c
65
ATF_TC_CLEANUP(ioctl_success, tc)
tests/sys/audit/ioctl.c
72
ATF_TC_HEAD(ioctl_failure, tc)
tests/sys/audit/ioctl.c
74
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/ioctl.c
78
ATF_TC_BODY(ioctl_failure, tc)
tests/sys/audit/ioctl.c
89
ATF_TC_CLEANUP(ioctl_failure, tc)
tests/sys/audit/miscellaneous.c
129
ATF_TC_CLEANUP(sysarch_success, tc)
tests/sys/audit/miscellaneous.c
136
ATF_TC_HEAD(sysarch_failure, tc)
tests/sys/audit/miscellaneous.c
138
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/miscellaneous.c
142
ATF_TC_BODY(sysarch_failure, tc)
tests/sys/audit/miscellaneous.c
153
ATF_TC_CLEANUP(sysarch_failure, tc)
tests/sys/audit/miscellaneous.c
160
ATF_TC_HEAD(sysctl_success, tc)
tests/sys/audit/miscellaneous.c
162
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/miscellaneous.c
166
ATF_TC_BODY(sysctl_success, tc)
tests/sys/audit/miscellaneous.c
184
ATF_TC_CLEANUP(sysctl_success, tc)
tests/sys/audit/miscellaneous.c
191
ATF_TC_HEAD(sysctl_failure, tc)
tests/sys/audit/miscellaneous.c
193
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/miscellaneous.c
197
ATF_TC_BODY(sysctl_failure, tc)
tests/sys/audit/miscellaneous.c
208
ATF_TC_CLEANUP(sysctl_failure, tc)
tests/sys/audit/miscellaneous.c
50
ATF_TC_HEAD(audit_failure, tc)
tests/sys/audit/miscellaneous.c
52
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/miscellaneous.c
56
ATF_TC_BODY(audit_failure, tc)
tests/sys/audit/miscellaneous.c
67
ATF_TC_CLEANUP(audit_failure, tc)
tests/sys/audit/miscellaneous.c
74
ATF_TC_HEAD(sysarch_success, tc)
tests/sys/audit/miscellaneous.c
76
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/miscellaneous.c
80
ATF_TC_BODY(sysarch_success, tc)
tests/sys/audit/network.c
1004
ATF_TC_CLEANUP(shutdown_success, tc)
tests/sys/audit/network.c
1011
ATF_TC_HEAD(shutdown_failure, tc)
tests/sys/audit/network.c
1013
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
1017
ATF_TC_BODY(shutdown_failure, tc)
tests/sys/audit/network.c
1029
ATF_TC_CLEANUP(shutdown_failure, tc)
tests/sys/audit/network.c
1036
ATF_TC_HEAD(sendfile_success, tc)
tests/sys/audit/network.c
1038
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
1042
ATF_TC_BODY(sendfile_success, tc)
tests/sys/audit/network.c
1060
ATF_TC_CLEANUP(sendfile_success, tc)
tests/sys/audit/network.c
1067
ATF_TC_HEAD(sendfile_failure, tc)
tests/sys/audit/network.c
1069
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
1073
ATF_TC_BODY(sendfile_failure, tc)
tests/sys/audit/network.c
1083
ATF_TC_CLEANUP(sendfile_failure, tc)
tests/sys/audit/network.c
1090
ATF_TC_HEAD(setfib_success, tc)
tests/sys/audit/network.c
1092
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
1096
ATF_TC_BODY(setfib_success, tc)
tests/sys/audit/network.c
1106
ATF_TC_CLEANUP(setfib_success, tc)
tests/sys/audit/network.c
1113
ATF_TC_HEAD(setfib_failure, tc)
tests/sys/audit/network.c
1115
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
1119
ATF_TC_BODY(setfib_failure, tc)
tests/sys/audit/network.c
1129
ATF_TC_CLEANUP(setfib_failure, tc)
tests/sys/audit/network.c
114
ATF_TC_HEAD(socket_success, tc)
tests/sys/audit/network.c
116
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
120
ATF_TC_BODY(socket_success, tc)
tests/sys/audit/network.c
130
ATF_TC_CLEANUP(socket_success, tc)
tests/sys/audit/network.c
137
ATF_TC_HEAD(socket_failure, tc)
tests/sys/audit/network.c
139
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
143
ATF_TC_BODY(socket_failure, tc)
tests/sys/audit/network.c
152
ATF_TC_CLEANUP(socket_failure, tc)
tests/sys/audit/network.c
159
ATF_TC_HEAD(socketpair_success, tc)
tests/sys/audit/network.c
161
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
165
ATF_TC_BODY(socketpair_success, tc)
tests/sys/audit/network.c
177
ATF_TC_CLEANUP(socketpair_success, tc)
tests/sys/audit/network.c
184
ATF_TC_HEAD(socketpair_failure, tc)
tests/sys/audit/network.c
186
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
190
ATF_TC_BODY(socketpair_failure, tc)
tests/sys/audit/network.c
199
ATF_TC_CLEANUP(socketpair_failure, tc)
tests/sys/audit/network.c
206
ATF_TC_HEAD(setsockopt_success, tc)
tests/sys/audit/network.c
208
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
212
ATF_TC_BODY(setsockopt_success, tc)
tests/sys/audit/network.c
227
ATF_TC_CLEANUP(setsockopt_success, tc)
tests/sys/audit/network.c
234
ATF_TC_HEAD(setsockopt_failure, tc)
tests/sys/audit/network.c
236
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
240
ATF_TC_BODY(setsockopt_failure, tc)
tests/sys/audit/network.c
249
ATF_TC_CLEANUP(setsockopt_failure, tc)
tests/sys/audit/network.c
256
ATF_TC_HEAD(bind_success, tc)
tests/sys/audit/network.c
258
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
262
ATF_TC_BODY(bind_success, tc)
tests/sys/audit/network.c
277
ATF_TC_CLEANUP(bind_success, tc)
tests/sys/audit/network.c
284
ATF_TC_HEAD(bind_failure, tc)
tests/sys/audit/network.c
286
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
290
ATF_TC_BODY(bind_failure, tc)
tests/sys/audit/network.c
303
ATF_TC_CLEANUP(bind_failure, tc)
tests/sys/audit/network.c
310
ATF_TC_HEAD(bindat_success, tc)
tests/sys/audit/network.c
312
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
316
ATF_TC_BODY(bindat_success, tc)
tests/sys/audit/network.c
332
ATF_TC_CLEANUP(bindat_success, tc)
tests/sys/audit/network.c
339
ATF_TC_HEAD(bindat_failure, tc)
tests/sys/audit/network.c
341
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
345
ATF_TC_BODY(bindat_failure, tc)
tests/sys/audit/network.c
357
ATF_TC_CLEANUP(bindat_failure, tc)
tests/sys/audit/network.c
364
ATF_TC_HEAD(listen_success, tc)
tests/sys/audit/network.c
366
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
370
ATF_TC_BODY(listen_success, tc)
tests/sys/audit/network.c
386
ATF_TC_CLEANUP(listen_success, tc)
tests/sys/audit/network.c
393
ATF_TC_HEAD(listen_failure, tc)
tests/sys/audit/network.c
395
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
399
ATF_TC_BODY(listen_failure, tc)
tests/sys/audit/network.c
408
ATF_TC_CLEANUP(listen_failure, tc)
tests/sys/audit/network.c
415
ATF_TC_HEAD(connect_success, tc)
tests/sys/audit/network.c
417
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
421
ATF_TC_BODY(connect_success, tc)
tests/sys/audit/network.c
444
ATF_TC_CLEANUP(connect_success, tc)
tests/sys/audit/network.c
451
ATF_TC_HEAD(connect_failure, tc)
tests/sys/audit/network.c
453
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
457
ATF_TC_BODY(connect_failure, tc)
tests/sys/audit/network.c
470
ATF_TC_CLEANUP(connect_failure, tc)
tests/sys/audit/network.c
477
ATF_TC_HEAD(connectat_success, tc)
tests/sys/audit/network.c
479
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
483
ATF_TC_BODY(connectat_success, tc)
tests/sys/audit/network.c
507
ATF_TC_CLEANUP(connectat_success, tc)
tests/sys/audit/network.c
514
ATF_TC_HEAD(connectat_failure, tc)
tests/sys/audit/network.c
516
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
520
ATF_TC_BODY(connectat_failure, tc)
tests/sys/audit/network.c
532
ATF_TC_CLEANUP(connectat_failure, tc)
tests/sys/audit/network.c
539
ATF_TC_HEAD(accept_success, tc)
tests/sys/audit/network.c
541
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
545
ATF_TC_BODY(accept_success, tc)
tests/sys/audit/network.c
569
ATF_TC_CLEANUP(accept_success, tc)
tests/sys/audit/network.c
576
ATF_TC_HEAD(accept_failure, tc)
tests/sys/audit/network.c
578
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
582
ATF_TC_BODY(accept_failure, tc)
tests/sys/audit/network.c
591
ATF_TC_CLEANUP(accept_failure, tc)
tests/sys/audit/network.c
598
ATF_TC_HEAD(send_success, tc)
tests/sys/audit/network.c
600
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
604
ATF_TC_BODY(send_success, tc)
tests/sys/audit/network.c
631
ATF_TC_CLEANUP(send_success, tc)
tests/sys/audit/network.c
638
ATF_TC_HEAD(send_failure, tc)
tests/sys/audit/network.c
640
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
644
ATF_TC_BODY(send_failure, tc)
tests/sys/audit/network.c
653
ATF_TC_CLEANUP(send_failure, tc)
tests/sys/audit/network.c
660
ATF_TC_HEAD(recv_success, tc)
tests/sys/audit/network.c
662
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
666
ATF_TC_BODY(recv_success, tc)
tests/sys/audit/network.c
694
ATF_TC_CLEANUP(recv_success, tc)
tests/sys/audit/network.c
701
ATF_TC_HEAD(recv_failure, tc)
tests/sys/audit/network.c
703
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
707
ATF_TC_BODY(recv_failure, tc)
tests/sys/audit/network.c
716
ATF_TC_CLEANUP(recv_failure, tc)
tests/sys/audit/network.c
723
ATF_TC_HEAD(sendto_success, tc)
tests/sys/audit/network.c
725
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
729
ATF_TC_BODY(sendto_success, tc)
tests/sys/audit/network.c
753
ATF_TC_CLEANUP(sendto_success, tc)
tests/sys/audit/network.c
760
ATF_TC_HEAD(sendto_failure, tc)
tests/sys/audit/network.c
762
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
766
ATF_TC_BODY(sendto_failure, tc)
tests/sys/audit/network.c
775
ATF_TC_CLEANUP(sendto_failure, tc)
tests/sys/audit/network.c
782
ATF_TC_HEAD(recvfrom_success, tc)
tests/sys/audit/network.c
784
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
788
ATF_TC_BODY(recvfrom_success, tc)
tests/sys/audit/network.c
814
ATF_TC_CLEANUP(recvfrom_success, tc)
tests/sys/audit/network.c
821
ATF_TC_HEAD(recvfrom_failure, tc)
tests/sys/audit/network.c
823
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
827
ATF_TC_BODY(recvfrom_failure, tc)
tests/sys/audit/network.c
836
ATF_TC_CLEANUP(recvfrom_failure, tc)
tests/sys/audit/network.c
843
ATF_TC_HEAD(sendmsg_success, tc)
tests/sys/audit/network.c
845
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
849
ATF_TC_BODY(sendmsg_success, tc)
tests/sys/audit/network.c
876
ATF_TC_CLEANUP(sendmsg_success, tc)
tests/sys/audit/network.c
883
ATF_TC_HEAD(sendmsg_failure, tc)
tests/sys/audit/network.c
885
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
889
ATF_TC_BODY(sendmsg_failure, tc)
tests/sys/audit/network.c
898
ATF_TC_CLEANUP(sendmsg_failure, tc)
tests/sys/audit/network.c
905
ATF_TC_HEAD(recvmsg_success, tc)
tests/sys/audit/network.c
907
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
911
ATF_TC_BODY(recvmsg_success, tc)
tests/sys/audit/network.c
944
ATF_TC_CLEANUP(recvmsg_success, tc)
tests/sys/audit/network.c
951
ATF_TC_HEAD(recvmsg_failure, tc)
tests/sys/audit/network.c
953
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/network.c
957
ATF_TC_BODY(recvmsg_failure, tc)
tests/sys/audit/network.c
966
ATF_TC_CLEANUP(recvmsg_failure, tc)
tests/sys/audit/network.c
973
ATF_TC_HEAD(shutdown_success, tc)
tests/sys/audit/network.c
975
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/network.c
979
ATF_TC_BODY(shutdown_success, tc)
tests/sys/audit/open.c
102
ATF_TC_HEAD(openat_ ## mode ## _success, tc) \
tests/sys/audit/open.c
104
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful " \
tests/sys/audit/open.c
107
ATF_TC_BODY(openat_ ## mode ## _success, tc) \
tests/sys/audit/open.c
120
ATF_TC_CLEANUP(openat_ ## mode ## _success, tc) \
tests/sys/audit/open.c
125
ATF_TC_HEAD(openat_ ## mode ## _failure, tc) \
tests/sys/audit/open.c
127
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful " \
tests/sys/audit/open.c
130
ATF_TC_BODY(openat_ ## mode ## _failure, tc) \
tests/sys/audit/open.c
138
ATF_TC_CLEANUP(openat_ ## mode ## _failure, tc) \
tests/sys/audit/open.c
63
ATF_TC_HEAD(open_ ## mode ## _success, tc) \
tests/sys/audit/open.c
65
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful " \
tests/sys/audit/open.c
68
ATF_TC_BODY(open_ ## mode ## _success, tc) \
tests/sys/audit/open.c
79
ATF_TC_CLEANUP(open_ ## mode ## _success, tc) \
tests/sys/audit/open.c
84
ATF_TC_HEAD(open_ ## mode ## _failure, tc) \
tests/sys/audit/open.c
86
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful " \
tests/sys/audit/open.c
89
ATF_TC_BODY(open_ ## mode ## _failure, tc) \
tests/sys/audit/open.c
97
ATF_TC_CLEANUP(open_ ## mode ## _failure, tc) \
tests/sys/audit/process-control.c
1002
ATF_TC_HEAD(setsid_failure, tc)
tests/sys/audit/process-control.c
1004
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
1008
ATF_TC_BODY(setsid_failure, tc)
tests/sys/audit/process-control.c
1029
ATF_TC_CLEANUP(setsid_failure, tc)
tests/sys/audit/process-control.c
1036
ATF_TC_HEAD(setrlimit_success, tc)
tests/sys/audit/process-control.c
1038
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
1042
ATF_TC_BODY(setrlimit_success, tc)
tests/sys/audit/process-control.c
1055
ATF_TC_CLEANUP(setrlimit_success, tc)
tests/sys/audit/process-control.c
1062
ATF_TC_HEAD(setrlimit_failure, tc)
tests/sys/audit/process-control.c
1064
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
1068
ATF_TC_BODY(setrlimit_failure, tc)
tests/sys/audit/process-control.c
1078
ATF_TC_CLEANUP(setrlimit_failure, tc)
tests/sys/audit/process-control.c
1085
ATF_TC_HEAD(mlock_success, tc)
tests/sys/audit/process-control.c
1087
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
109
ATF_TC_CLEANUP(_exit_success, tc)
tests/sys/audit/process-control.c
1091
ATF_TC_BODY(mlock_success, tc)
tests/sys/audit/process-control.c
1101
ATF_TC_CLEANUP(mlock_success, tc)
tests/sys/audit/process-control.c
1108
ATF_TC_HEAD(mlock_failure, tc)
tests/sys/audit/process-control.c
1110
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
1114
ATF_TC_BODY(mlock_failure, tc)
tests/sys/audit/process-control.c
1124
ATF_TC_CLEANUP(mlock_failure, tc)
tests/sys/audit/process-control.c
1131
ATF_TC_HEAD(munlock_success, tc)
tests/sys/audit/process-control.c
1133
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
1137
ATF_TC_BODY(munlock_success, tc)
tests/sys/audit/process-control.c
1147
ATF_TC_CLEANUP(munlock_success, tc)
tests/sys/audit/process-control.c
1154
ATF_TC_HEAD(munlock_failure, tc)
tests/sys/audit/process-control.c
1156
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
1160
ATF_TC_BODY(munlock_failure, tc)
tests/sys/audit/process-control.c
1170
ATF_TC_CLEANUP(munlock_failure, tc)
tests/sys/audit/process-control.c
1177
ATF_TC_HEAD(minherit_success, tc)
tests/sys/audit/process-control.c
1179
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
1183
ATF_TC_BODY(minherit_success, tc)
tests/sys/audit/process-control.c
1193
ATF_TC_CLEANUP(minherit_success, tc)
tests/sys/audit/process-control.c
120
ATF_TC_HEAD(rfork_success, tc)
tests/sys/audit/process-control.c
1200
ATF_TC_HEAD(minherit_failure, tc)
tests/sys/audit/process-control.c
1202
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
1206
ATF_TC_BODY(minherit_failure, tc)
tests/sys/audit/process-control.c
1216
ATF_TC_CLEANUP(minherit_failure, tc)
tests/sys/audit/process-control.c
122
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
1223
ATF_TC_HEAD(setlogin_success, tc)
tests/sys/audit/process-control.c
1225
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
1229
ATF_TC_BODY(setlogin_success, tc)
tests/sys/audit/process-control.c
1242
ATF_TC_CLEANUP(setlogin_success, tc)
tests/sys/audit/process-control.c
1249
ATF_TC_HEAD(setlogin_failure, tc)
tests/sys/audit/process-control.c
1251
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
1255
ATF_TC_BODY(setlogin_failure, tc)
tests/sys/audit/process-control.c
126
ATF_TC_BODY(rfork_success, tc)
tests/sys/audit/process-control.c
1265
ATF_TC_CLEANUP(setlogin_failure, tc)
tests/sys/audit/process-control.c
1272
ATF_TC_HEAD(rtprio_success, tc)
tests/sys/audit/process-control.c
1274
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
1278
ATF_TC_BODY(rtprio_success, tc)
tests/sys/audit/process-control.c
1289
ATF_TC_CLEANUP(rtprio_success, tc)
tests/sys/audit/process-control.c
1296
ATF_TC_HEAD(rtprio_failure, tc)
tests/sys/audit/process-control.c
1298
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
1302
ATF_TC_BODY(rtprio_failure, tc)
tests/sys/audit/process-control.c
1312
ATF_TC_CLEANUP(rtprio_failure, tc)
tests/sys/audit/process-control.c
1319
ATF_TC_HEAD(profil_success, tc)
tests/sys/audit/process-control.c
1321
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
1325
ATF_TC_BODY(profil_success, tc)
tests/sys/audit/process-control.c
1337
ATF_TC_CLEANUP(profil_success, tc)
tests/sys/audit/process-control.c
1344
ATF_TC_HEAD(profil_failure, tc)
tests/sys/audit/process-control.c
1346
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
1350
ATF_TC_BODY(profil_failure, tc)
tests/sys/audit/process-control.c
1360
ATF_TC_CLEANUP(profil_failure, tc)
tests/sys/audit/process-control.c
1367
ATF_TC_HEAD(ptrace_success, tc)
tests/sys/audit/process-control.c
1369
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
1373
ATF_TC_BODY(ptrace_success, tc)
tests/sys/audit/process-control.c
1383
ATF_TC_CLEANUP(ptrace_success, tc)
tests/sys/audit/process-control.c
139
ATF_TC_CLEANUP(rfork_success, tc)
tests/sys/audit/process-control.c
1390
ATF_TC_HEAD(ptrace_failure, tc)
tests/sys/audit/process-control.c
1392
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
1396
ATF_TC_BODY(ptrace_failure, tc)
tests/sys/audit/process-control.c
1406
ATF_TC_CLEANUP(ptrace_failure, tc)
tests/sys/audit/process-control.c
1413
ATF_TC_HEAD(ktrace_success, tc)
tests/sys/audit/process-control.c
1415
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
1419
ATF_TC_BODY(ktrace_success, tc)
tests/sys/audit/process-control.c
1429
ATF_TC_CLEANUP(ktrace_success, tc)
tests/sys/audit/process-control.c
1436
ATF_TC_HEAD(ktrace_failure, tc)
tests/sys/audit/process-control.c
1438
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
1442
ATF_TC_BODY(ktrace_failure, tc)
tests/sys/audit/process-control.c
1452
ATF_TC_CLEANUP(ktrace_failure, tc)
tests/sys/audit/process-control.c
1459
ATF_TC_HEAD(procctl_success, tc)
tests/sys/audit/process-control.c
146
ATF_TC_HEAD(rfork_failure, tc)
tests/sys/audit/process-control.c
1461
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
1465
ATF_TC_BODY(procctl_success, tc)
tests/sys/audit/process-control.c
1477
ATF_TC_CLEANUP(procctl_success, tc)
tests/sys/audit/process-control.c
148
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
1484
ATF_TC_HEAD(procctl_failure, tc)
tests/sys/audit/process-control.c
1486
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
1490
ATF_TC_BODY(procctl_failure, tc)
tests/sys/audit/process-control.c
1500
ATF_TC_CLEANUP(procctl_failure, tc)
tests/sys/audit/process-control.c
1507
ATF_TC_HEAD(cap_enter_success, tc)
tests/sys/audit/process-control.c
1509
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
1513
ATF_TC_BODY(cap_enter_success, tc)
tests/sys/audit/process-control.c
152
ATF_TC_BODY(rfork_failure, tc)
tests/sys/audit/process-control.c
1531
ATF_TC_CLEANUP(cap_enter_success, tc)
tests/sys/audit/process-control.c
1538
ATF_TC_HEAD(cap_getmode_success, tc)
tests/sys/audit/process-control.c
1540
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
1544
ATF_TC_BODY(cap_getmode_success, tc)
tests/sys/audit/process-control.c
1558
ATF_TC_CLEANUP(cap_getmode_success, tc)
tests/sys/audit/process-control.c
1565
ATF_TC_HEAD(cap_getmode_failure, tc)
tests/sys/audit/process-control.c
1567
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
1571
ATF_TC_BODY(cap_getmode_failure, tc)
tests/sys/audit/process-control.c
1582
ATF_TC_CLEANUP(cap_getmode_failure, tc)
tests/sys/audit/process-control.c
163
ATF_TC_CLEANUP(rfork_failure, tc)
tests/sys/audit/process-control.c
170
ATF_TC_HEAD(wait4_success, tc)
tests/sys/audit/process-control.c
172
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
176
ATF_TC_BODY(wait4_success, tc)
tests/sys/audit/process-control.c
192
ATF_TC_CLEANUP(wait4_success, tc)
tests/sys/audit/process-control.c
199
ATF_TC_HEAD(wait4_failure, tc)
tests/sys/audit/process-control.c
201
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
205
ATF_TC_BODY(wait4_failure, tc)
tests/sys/audit/process-control.c
216
ATF_TC_CLEANUP(wait4_failure, tc)
tests/sys/audit/process-control.c
223
ATF_TC_HEAD(wait6_success, tc)
tests/sys/audit/process-control.c
225
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
229
ATF_TC_BODY(wait6_success, tc)
tests/sys/audit/process-control.c
244
ATF_TC_CLEANUP(wait6_success, tc)
tests/sys/audit/process-control.c
251
ATF_TC_HEAD(wait6_failure, tc)
tests/sys/audit/process-control.c
253
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
257
ATF_TC_BODY(wait6_failure, tc)
tests/sys/audit/process-control.c
268
ATF_TC_CLEANUP(wait6_failure, tc)
tests/sys/audit/process-control.c
275
ATF_TC_HEAD(kill_success, tc)
tests/sys/audit/process-control.c
277
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
281
ATF_TC_BODY(kill_success, tc)
tests/sys/audit/process-control.c
292
ATF_TC_CLEANUP(kill_success, tc)
tests/sys/audit/process-control.c
299
ATF_TC_HEAD(kill_failure, tc)
tests/sys/audit/process-control.c
301
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
305
ATF_TC_BODY(kill_failure, tc)
tests/sys/audit/process-control.c
320
ATF_TC_CLEANUP(kill_failure, tc)
tests/sys/audit/process-control.c
327
ATF_TC_HEAD(chdir_success, tc)
tests/sys/audit/process-control.c
329
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
333
ATF_TC_BODY(chdir_success, tc)
tests/sys/audit/process-control.c
343
ATF_TC_CLEANUP(chdir_success, tc)
tests/sys/audit/process-control.c
350
ATF_TC_HEAD(chdir_failure, tc)
tests/sys/audit/process-control.c
352
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
356
ATF_TC_BODY(chdir_failure, tc)
tests/sys/audit/process-control.c
367
ATF_TC_CLEANUP(chdir_failure, tc)
tests/sys/audit/process-control.c
374
ATF_TC_HEAD(fchdir_success, tc)
tests/sys/audit/process-control.c
376
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
380
ATF_TC_BODY(fchdir_success, tc)
tests/sys/audit/process-control.c
397
ATF_TC_CLEANUP(fchdir_success, tc)
tests/sys/audit/process-control.c
404
ATF_TC_HEAD(fchdir_failure, tc)
tests/sys/audit/process-control.c
406
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
410
ATF_TC_BODY(fchdir_failure, tc)
tests/sys/audit/process-control.c
421
ATF_TC_CLEANUP(fchdir_failure, tc)
tests/sys/audit/process-control.c
428
ATF_TC_HEAD(chroot_success, tc)
tests/sys/audit/process-control.c
430
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
434
ATF_TC_BODY(chroot_success, tc)
tests/sys/audit/process-control.c
445
ATF_TC_CLEANUP(chroot_success, tc)
tests/sys/audit/process-control.c
452
ATF_TC_HEAD(chroot_failure, tc)
tests/sys/audit/process-control.c
454
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
458
ATF_TC_BODY(chroot_failure, tc)
tests/sys/audit/process-control.c
468
ATF_TC_CLEANUP(chroot_failure, tc)
tests/sys/audit/process-control.c
475
ATF_TC_HEAD(umask_success, tc)
tests/sys/audit/process-control.c
477
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
481
ATF_TC_BODY(umask_success, tc)
tests/sys/audit/process-control.c
491
ATF_TC_CLEANUP(umask_success, tc)
tests/sys/audit/process-control.c
502
ATF_TC_HEAD(setuid_success, tc)
tests/sys/audit/process-control.c
504
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
508
ATF_TC_BODY(setuid_success, tc)
tests/sys/audit/process-control.c
519
ATF_TC_CLEANUP(setuid_success, tc)
tests/sys/audit/process-control.c
531
ATF_TC_HEAD(seteuid_success, tc)
tests/sys/audit/process-control.c
533
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
537
ATF_TC_BODY(seteuid_success, tc)
tests/sys/audit/process-control.c
548
ATF_TC_CLEANUP(seteuid_success, tc)
tests/sys/audit/process-control.c
560
ATF_TC_HEAD(setgid_success, tc)
tests/sys/audit/process-control.c
562
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
566
ATF_TC_BODY(setgid_success, tc)
tests/sys/audit/process-control.c
576
ATF_TC_CLEANUP(setgid_success, tc)
tests/sys/audit/process-control.c
588
ATF_TC_HEAD(setegid_success, tc)
tests/sys/audit/process-control.c
59
ATF_TC_HEAD(fork_success, tc)
tests/sys/audit/process-control.c
590
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
594
ATF_TC_BODY(setegid_success, tc)
tests/sys/audit/process-control.c
604
ATF_TC_CLEANUP(setegid_success, tc)
tests/sys/audit/process-control.c
61
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
616
ATF_TC_HEAD(setregid_success, tc)
tests/sys/audit/process-control.c
618
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
622
ATF_TC_BODY(setregid_success, tc)
tests/sys/audit/process-control.c
633
ATF_TC_CLEANUP(setregid_success, tc)
tests/sys/audit/process-control.c
645
ATF_TC_HEAD(setreuid_success, tc)
tests/sys/audit/process-control.c
647
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
65
ATF_TC_BODY(fork_success, tc)
tests/sys/audit/process-control.c
651
ATF_TC_BODY(setreuid_success, tc)
tests/sys/audit/process-control.c
662
ATF_TC_CLEANUP(setreuid_success, tc)
tests/sys/audit/process-control.c
674
ATF_TC_HEAD(setresuid_success, tc)
tests/sys/audit/process-control.c
676
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
680
ATF_TC_BODY(setresuid_success, tc)
tests/sys/audit/process-control.c
691
ATF_TC_CLEANUP(setresuid_success, tc)
tests/sys/audit/process-control.c
703
ATF_TC_HEAD(setresgid_success, tc)
tests/sys/audit/process-control.c
705
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
709
ATF_TC_BODY(setresgid_success, tc)
tests/sys/audit/process-control.c
720
ATF_TC_CLEANUP(setresgid_success, tc)
tests/sys/audit/process-control.c
732
ATF_TC_HEAD(getresuid_success, tc)
tests/sys/audit/process-control.c
734
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
738
ATF_TC_BODY(getresuid_success, tc)
tests/sys/audit/process-control.c
748
ATF_TC_CLEANUP(getresuid_success, tc)
tests/sys/audit/process-control.c
755
ATF_TC_HEAD(getresuid_failure, tc)
tests/sys/audit/process-control.c
757
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
761
ATF_TC_BODY(getresuid_failure, tc)
tests/sys/audit/process-control.c
772
ATF_TC_CLEANUP(getresuid_failure, tc)
tests/sys/audit/process-control.c
779
ATF_TC_HEAD(getresgid_success, tc)
tests/sys/audit/process-control.c
781
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
785
ATF_TC_BODY(getresgid_success, tc)
tests/sys/audit/process-control.c
79
ATF_TC_CLEANUP(fork_success, tc)
tests/sys/audit/process-control.c
795
ATF_TC_CLEANUP(getresgid_success, tc)
tests/sys/audit/process-control.c
802
ATF_TC_HEAD(getresgid_failure, tc)
tests/sys/audit/process-control.c
804
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
808
ATF_TC_BODY(getresgid_failure, tc)
tests/sys/audit/process-control.c
819
ATF_TC_CLEANUP(getresgid_failure, tc)
tests/sys/audit/process-control.c
826
ATF_TC_HEAD(setpriority_success, tc)
tests/sys/audit/process-control.c
828
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
832
ATF_TC_BODY(setpriority_success, tc)
tests/sys/audit/process-control.c
842
ATF_TC_CLEANUP(setpriority_success, tc)
tests/sys/audit/process-control.c
849
ATF_TC_HEAD(setpriority_failure, tc)
tests/sys/audit/process-control.c
851
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
855
ATF_TC_BODY(setpriority_failure, tc)
tests/sys/audit/process-control.c
865
ATF_TC_CLEANUP(setpriority_failure, tc)
tests/sys/audit/process-control.c
872
ATF_TC_HEAD(setgroups_success, tc)
tests/sys/audit/process-control.c
874
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
878
ATF_TC_BODY(setgroups_success, tc)
tests/sys/audit/process-control.c
891
ATF_TC_CLEANUP(setgroups_success, tc)
tests/sys/audit/process-control.c
898
ATF_TC_HEAD(setgroups_failure, tc)
tests/sys/audit/process-control.c
900
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
904
ATF_TC_BODY(setgroups_failure, tc)
tests/sys/audit/process-control.c
91
ATF_TC_HEAD(_exit_success, tc)
tests/sys/audit/process-control.c
914
ATF_TC_CLEANUP(setgroups_failure, tc)
tests/sys/audit/process-control.c
921
ATF_TC_HEAD(setpgrp_success, tc)
tests/sys/audit/process-control.c
923
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
927
ATF_TC_BODY(setpgrp_success, tc)
tests/sys/audit/process-control.c
93
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
943
ATF_TC_CLEANUP(setpgrp_success, tc)
tests/sys/audit/process-control.c
950
ATF_TC_HEAD(setpgrp_failure, tc)
tests/sys/audit/process-control.c
952
atf_tc_set_md_var(tc, "descr", "Tests the audit of an unsuccessful "
tests/sys/audit/process-control.c
956
ATF_TC_BODY(setpgrp_failure, tc)
tests/sys/audit/process-control.c
966
ATF_TC_CLEANUP(setpgrp_failure, tc)
tests/sys/audit/process-control.c
97
ATF_TC_BODY(_exit_success, tc)
tests/sys/audit/process-control.c
973
ATF_TC_HEAD(setsid_success, tc)
tests/sys/audit/process-control.c
975
atf_tc_set_md_var(tc, "descr", "Tests the audit of a successful "
tests/sys/audit/process-control.c
979
ATF_TC_BODY(setsid_success, tc)
tests/sys/audit/process-control.c
995
ATF_TC_CLEANUP(setsid_success, tc)
tests/sys/auditpipe/auditpipe_test.c
105
ATF_TC_CLEANUP(auditpipe_set_qlimit, tc)
tests/sys/auditpipe/auditpipe_test.c
123
ATF_TC_HEAD(auditpipe_get_qlimit_min, tc)
tests/sys/auditpipe/auditpipe_test.c
125
atf_tc_set_md_var(tc, "descr", "Verifies whether the auditpipe ioctl, "
tests/sys/auditpipe/auditpipe_test.c
129
ATF_TC_BODY(auditpipe_get_qlimit_min, tc)
tests/sys/auditpipe/auditpipe_test.c
140
ATF_TC_HEAD(auditpipe_get_qlimit_max, tc)
tests/sys/auditpipe/auditpipe_test.c
142
atf_tc_set_md_var(tc, "descr", "Verifies whether the auditpipe ioctl, "
tests/sys/auditpipe/auditpipe_test.c
146
ATF_TC_BODY(auditpipe_get_qlimit_max, tc)
tests/sys/auditpipe/auditpipe_test.c
157
ATF_TC_HEAD(auditpipe_get_maxauditdata, tc)
tests/sys/auditpipe/auditpipe_test.c
159
atf_tc_set_md_var(tc, "descr", "Verifies whether the auditpipe ioctl, "
tests/sys/auditpipe/auditpipe_test.c
163
ATF_TC_BODY(auditpipe_get_maxauditdata, tc)
tests/sys/auditpipe/auditpipe_test.c
40
ATF_TC_HEAD(auditpipe_get_qlen, tc)
tests/sys/auditpipe/auditpipe_test.c
42
atf_tc_set_md_var(tc, "descr", "Verifies whether the auditpipe ioctl, "
tests/sys/auditpipe/auditpipe_test.c
46
ATF_TC_BODY(auditpipe_get_qlen, tc)
tests/sys/auditpipe/auditpipe_test.c
57
ATF_TC_HEAD(auditpipe_get_qlimit, tc)
tests/sys/auditpipe/auditpipe_test.c
59
atf_tc_set_md_var(tc, "descr", "Verifies whether the auditpipe ioctl, "
tests/sys/auditpipe/auditpipe_test.c
63
ATF_TC_BODY(auditpipe_get_qlimit, tc)
tests/sys/auditpipe/auditpipe_test.c
74
ATF_TC_HEAD(auditpipe_set_qlimit, tc)
tests/sys/auditpipe/auditpipe_test.c
76
atf_tc_set_md_var(tc, "descr", "Verifies whether the auditpipe ioctl, "
tests/sys/auditpipe/auditpipe_test.c
80
ATF_TC_BODY(auditpipe_set_qlimit, tc)
tests/sys/capsicum/bindat_connectat.c
109
ATF_TC_BODY(bindat_connectat_1, tc)
tests/sys/capsicum/bindat_connectat.c
126
ATF_TC_HEAD(bindat_connectat_2, tc)
tests/sys/capsicum/bindat_connectat.c
128
atf_tc_set_md_var(tc, "descr",
tests/sys/capsicum/bindat_connectat.c
141
ATF_TC_BODY(bindat_connectat_2, tc)
tests/sys/capsicum/bindat_connectat.c
171
ATF_TC_HEAD(bindat_connectat_3, tc)
tests/sys/capsicum/bindat_connectat.c
173
atf_tc_set_md_var(tc, "descr",
tests/sys/capsicum/bindat_connectat.c
195
ATF_TC_BODY(bindat_connectat_3, tc)
tests/sys/capsicum/bindat_connectat.c
93
ATF_TC_HEAD(bindat_connectat_1, tc)
tests/sys/capsicum/bindat_connectat.c
95
atf_tc_set_md_var(tc, "descr",
tests/sys/capsicum/ioctls_test.c
65
ATF_TC_BODY(cap_ioctls__listen_copy, tc)
tests/sys/devrandom/uint128_test.c
100
ATF_TC_BODY(uint128_inc, tc)
tests/sys/devrandom/uint128_test.c
153
ATF_TC_BODY(uint128_add64, tc)
tests/sys/devrandom/uint128_test.c
213
ATF_TC_BODY(uint128_chacha_ctr, tc)
tests/sys/fifo/fifo_kqueue.c
145
ATF_TC_BODY(fifo_kqueue__connecting_reader, tc)
tests/sys/fifo/fifo_kqueue.c
221
ATF_TC_BODY(fifo_kqueue__reads, tc)
tests/sys/fifo/fifo_kqueue.c
278
ATF_TC_BODY(fifo_kqueue__read_eof_wakeups, tc)
tests/sys/fifo/fifo_kqueue.c
331
ATF_TC_BODY(fifo_kqueue__read_eof_state_when_reconnecting, tc)
tests/sys/fifo/fifo_kqueue.c
44
ATF_TC_BODY(fifo_kqueue__writes, tc)
tests/sys/file/closefrom_test.c
130
ATF_TC_BODY(closefrom_simple, tc)
tests/sys/file/closefrom_test.c
150
ATF_TC_BODY(closefrom_with_holes, tc)
tests/sys/file/closefrom_test.c
182
ATF_TC_BODY(closefrom_zero, tc)
tests/sys/file/closefrom_test.c
203
ATF_TC_BODY(closefrom_negative_one, tc)
tests/sys/file/closefrom_test.c
224
ATF_TC_BODY(closefrom_in_holes, tc)
tests/sys/file/closefrom_test.c
245
ATF_TC_BODY(closerange_basic, tc)
tests/sys/file/closefrom_test.c
276
ATF_TC_BODY(closefrom_zero_twice, tc)
tests/sys/file/closefrom_test.c
319
ATF_TC_BODY(closerange_CLOEXEC, tc)
tests/sys/file/closefrom_test.c
340
ATF_TC_BODY(closerange_CLOFORK, tc)
tests/sys/file/fcntlflags_test.c
100
ATF_TC_BODY(fioasync_dev_null, tc)
tests/sys/file/fcntlflags_test.c
76
ATF_TC_BODY(read_only_null, tc)
tests/sys/file/fcntlflags_test.c
82
ATF_TC_BODY(write_only_null, tc)
tests/sys/file/fcntlflags_test.c
88
ATF_TC_BODY(read_write_null, tc)
tests/sys/file/fcntlflags_test.c
94
ATF_TC_BODY(exec_only_sh, tc)
tests/sys/file/flock_helper.c
1422
struct test_ctx *tc = tc_in;
tests/sys/file/flock_helper.c
1424
error = fcntl(tc->tc_fd, F_SETLKW, &tc->tc_fl);
tests/sys/file/flock_helper.c
1446
struct test_ctx tc = { .tc_fd = fd };
tests/sys/file/flock_helper.c
1455
tc.tc_fl.l_start = 0;
tests/sys/file/flock_helper.c
1456
tc.tc_fl.l_len = 0;
tests/sys/file/flock_helper.c
1457
tc.tc_fl.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
1458
tc.tc_fl.l_whence = SEEK_SET;
tests/sys/file/flock_helper.c
1470
if (fcntl(fd, F_SETLK, &tc.tc_fl) < 0)
tests/sys/file/flock_helper.c
1492
error = pthread_create(&thr[i], NULL, test16_func, &tc);
tests/sys/file/fspacectl_test.c
184
ATF_TC_BODY(aligned_dealloc, tc)
tests/sys/file/fspacectl_test.c
209
ATF_TC_BODY(unaligned_dealloc, tc)
tests/sys/file/fspacectl_test.c
234
ATF_TC_BODY(aligned_dealloc_offmax, tc)
tests/sys/file/fspacectl_test.c
258
ATF_TC_BODY(unaligned_dealloc_offmax, tc)
tests/sys/file/fspacectl_test.c
282
ATF_TC_BODY(aligned_dealloc_eof, tc)
tests/sys/file/fspacectl_test.c
307
ATF_TC_BODY(unaligned_dealloc_eof, tc)
tests/sys/file/path_test.c
106
ATF_TC_BODY(path_access, tc)
tests/sys/file/path_test.c
137
ATF_TC_BODY(path_aio, tc)
tests/sys/file/path_test.c
164
ATF_TC_BODY(path_capsicum, tc)
tests/sys/file/path_test.c
216
ATF_TC_BODY(path_capsicum_empty, tc)
tests/sys/file/path_test.c
287
ATF_TC_BODY(path_coredump, tc)
tests/sys/file/path_test.c
328
ATF_TC_BODY(path_directory, tc)
tests/sys/file/path_test.c
367
ATF_TC_HEAD(path_directory_not_root, tc)
tests/sys/file/path_test.c
369
atf_tc_set_md_var(tc, "require.user", "unprivileged");
tests/sys/file/path_test.c
371
ATF_TC_BODY(path_directory_not_root, tc)
tests/sys/file/path_test.c
388
ATF_TC_CLEANUP(path_directory_not_root, tc)
tests/sys/file/path_test.c
394
ATF_TC_BODY(path_empty, tc)
tests/sys/file/path_test.c
428
ATF_TC_HEAD(path_empty_not_root, tc)
tests/sys/file/path_test.c
430
atf_tc_set_md_var(tc, "require.user", "unprivileged");
tests/sys/file/path_test.c
432
ATF_TC_BODY(path_empty_not_root, tc)
tests/sys/file/path_test.c
450
ATF_TC_CLEANUP(path_empty_not_root, tc)
tests/sys/file/path_test.c
456
ATF_TC_HEAD(path_empty_root, tc)
tests/sys/file/path_test.c
458
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/file/path_test.c
460
ATF_TC_BODY(path_empty_root, tc)
tests/sys/file/path_test.c
483
ATF_TC_CLEANUP(path_empty_root, tc)
tests/sys/file/path_test.c
489
ATF_TC_BODY(path_event, tc)
tests/sys/file/path_test.c
550
ATF_TC_BODY(path_fcntl, tc)
tests/sys/file/path_test.c
597
ATF_TC_BODY(path_fexecve, tc)
tests/sys/file/path_test.c
632
ATF_TC_BODY(path_fifo, tc)
tests/sys/file/path_test.c
659
ATF_TC_BODY(path_funlinkat, tc)
tests/sys/file/path_test.c
679
ATF_TC_BODY(path_io, tc)
tests/sys/file/path_test.c
772
ATF_TC_BODY(path_ioctl, tc)
tests/sys/file/path_test.c
803
ATF_TC_BODY(path_lock, tc)
tests/sys/file/path_test.c
848
ATF_TC_BODY(path_pipe_fstatat, tc)
tests/sys/file/path_test.c
864
ATF_TC_BODY(path_rights, tc)
tests/sys/file/path_test.c
933
ATF_TC_BODY(path_unix, tc)
tests/sys/file/path_test.c
985
ATF_TC_BODY(path_unlinked, tc)
tests/sys/geom/class/eli/hmac_test.c
21
ATF_TC_BODY(hmactest, tc)
tests/sys/kern/acct/acct_test.c
107
ATF_TC_BODY(encode_tv_only_sec, tc)
tests/sys/kern/acct/acct_test.c
115
check_result(atf_tc_get_ident(tc),
tests/sys/kern/acct/acct_test.c
124
ATF_TC_BODY(encode_tv_only_usec, tc)
tests/sys/kern/acct/acct_test.c
132
check_result(atf_tc_get_ident(tc),
tests/sys/kern/acct/acct_test.c
141
ATF_TC_BODY(encode_tv_many_usec, tc)
tests/sys/kern/acct/acct_test.c
149
check_result(atf_tc_get_ident(tc),
tests/sys/kern/acct/acct_test.c
160
ATF_TC_BODY(encode_tv_usec_overflow, tc)
tests/sys/kern/acct/acct_test.c
168
check_result(atf_tc_get_ident(tc),
tests/sys/kern/acct/acct_test.c
180
ATF_TC_BODY(encode_tv_upper_limit, tc)
tests/sys/kern/acct/acct_test.c
188
check_result(atf_tc_get_ident(tc),
tests/sys/kern/acct/acct_test.c
198
ATF_TC_BODY(encode_tv_random_million, tc)
tests/sys/kern/acct/acct_test.c
215
check_result(atf_tc_get_ident(tc),
tests/sys/kern/acct/acct_test.c
76
ATF_TC_BODY(encode_tv_zero, tc)
tests/sys/kern/acct/acct_test.c
92
ATF_TC_BODY(encode_long, tc)
tests/sys/kern/acct/acct_test.c
99
check_result(atf_tc_get_ident(tc), l, v);
tests/sys/kern/basic_signal.c
100
ATF_TC_HEAD(trap_signal_test, tc)
tests/sys/kern/basic_signal.c
103
atf_tc_set_md_var(tc, "descr",
tests/sys/kern/basic_signal.c
107
ATF_TC_BODY(trap_signal_test, tc)
tests/sys/kern/basic_signal.c
159
ATF_TC_HEAD(signal_test_T32_to_A32, tc)
tests/sys/kern/basic_signal.c
162
atf_tc_set_md_var(tc, "descr", "Testing delivery of a signal from T32 to A32");
tests/sys/kern/basic_signal.c
165
t32_isa ATF_TC_BODY(signal_test_T32_to_A32, tc)
tests/sys/kern/basic_signal.c
186
ATF_TC_HEAD(signal_test_A32_to_T32, tc)
tests/sys/kern/basic_signal.c
189
atf_tc_set_md_var(tc, "descr", "Testing delivery of a signal from A32 to T32");
tests/sys/kern/basic_signal.c
192
a32_isa ATF_TC_BODY(signal_test_A32_to_T32, tc)
tests/sys/kern/basic_signal.c
37
ATF_TC_HEAD(signal_test, tc)
tests/sys/kern/basic_signal.c
40
atf_tc_set_md_var(tc, "descr", "Testing delivery of a signal");
tests/sys/kern/basic_signal.c
43
ATF_TC_BODY(signal_test, tc)
tests/sys/kern/copy_file_range.c
119
ATF_TC_BODY(copy_file_range_offset, tc)
tests/sys/kern/copy_file_range.c
165
ATF_TC_BODY(copy_file_range_truncate, tc)
tests/sys/kern/copy_file_range.c
89
ATF_TC_BODY(copy_file_range_invalid, tc)
tests/sys/kern/exterr_test.c
35
ATF_TC_HEAD(gettext_extended, tc)
tests/sys/kern/exterr_test.c
37
atf_tc_set_md_var(tc, "descr", "Retrieve an extended error message");
tests/sys/kern/exterr_test.c
39
ATF_TC_BODY(gettext_extended, tc)
tests/sys/kern/exterr_test.c
58
ATF_TC_HEAD(gettext_noextended, tc)
tests/sys/kern/exterr_test.c
60
atf_tc_set_md_var(tc, "descr",
tests/sys/kern/exterr_test.c
63
ATF_TC_BODY(gettext_noextended, tc)
tests/sys/kern/exterr_test.c
75
ATF_TC_HEAD(gettext_noextended_after_extended, tc)
tests/sys/kern/exterr_test.c
77
atf_tc_set_md_var(tc, "descr",
tests/sys/kern/exterr_test.c
80
ATF_TC_BODY(gettext_noextended_after_extended, tc)
tests/sys/kern/fdgrowtable_test.c
135
ATF_TC_HEAD(free_oldtables, tc)
tests/sys/kern/fdgrowtable_test.c
137
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/fdgrowtable_test.c
140
ATF_TC_BODY(free_oldtables, tc)
tests/sys/kern/fdgrowtable_test.c
163
ATF_TC_HEAD(oldtables_shared_via_threads, tc)
tests/sys/kern/fdgrowtable_test.c
165
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/fdgrowtable_test.c
168
ATF_TC_BODY(oldtables_shared_via_threads, tc)
tests/sys/kern/fdgrowtable_test.c
227
ATF_TC_HEAD(oldtables_shared_via_process, tc)
tests/sys/kern/fdgrowtable_test.c
229
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/fdgrowtable_test.c
232
ATF_TC_BODY(oldtables_shared_via_process, tc)
tests/sys/kern/getdirentries_test.c
127
ATF_TC_HEAD(getdirentries_enoent, tc)
tests/sys/kern/getdirentries_test.c
129
atf_tc_set_md_var(tc, "descr", "Attempt to read a directory "
tests/sys/kern/getdirentries_test.c
132
ATF_TC_BODY(getdirentries_enoent, tc)
tests/sys/kern/getdirentries_test.c
146
ATF_TC_HEAD(getdirentries_enotdir, tc)
tests/sys/kern/getdirentries_test.c
148
atf_tc_set_md_var(tc, "descr", "Attempt to read a directory "
tests/sys/kern/getdirentries_test.c
151
ATF_TC_BODY(getdirentries_enotdir, tc)
tests/sys/kern/getdirentries_test.c
18
ATF_TC_HEAD(getdirentries_ok, tc)
tests/sys/kern/getdirentries_test.c
20
atf_tc_set_md_var(tc, "descr", "Successfully read a directory.");
tests/sys/kern/getdirentries_test.c
22
ATF_TC_BODY(getdirentries_ok, tc)
tests/sys/kern/getdirentries_test.c
45
ATF_TC_HEAD(getdirentries_ebadf, tc)
tests/sys/kern/getdirentries_test.c
47
atf_tc_set_md_var(tc, "descr", "Attempt to read a directory "
tests/sys/kern/getdirentries_test.c
50
ATF_TC_BODY(getdirentries_ebadf, tc)
tests/sys/kern/getdirentries_test.c
65
ATF_TC_HEAD(getdirentries_efault, tc)
tests/sys/kern/getdirentries_test.c
67
atf_tc_set_md_var(tc, "descr", "Attempt to read a directory "
tests/sys/kern/getdirentries_test.c
70
ATF_TC_BODY(getdirentries_efault, tc)
tests/sys/kern/getdirentries_test.c
88
ATF_TC_HEAD(getdirentries_einval, tc)
tests/sys/kern/getdirentries_test.c
90
atf_tc_set_md_var(tc, "descr", "Attempt to read a directory "
tests/sys/kern/getdirentries_test.c
93
ATF_TC_BODY(getdirentries_einval, tc)
tests/sys/kern/inotify_test.c
222
ATF_TC_BODY(inotify_capsicum, tc)
tests/sys/kern/inotify_test.c
262
ATF_TC_BODY(inotify_coalesce, tc)
tests/sys/kern/inotify_test.c
294
ATF_TC_BODY(inotify_mask_create, tc)
tests/sys/kern/inotify_test.c
324
ATF_TC_HEAD(inotify_nullfs, tc)
tests/sys/kern/inotify_test.c
326
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/inotify_test.c
328
ATF_TC_BODY(inotify_nullfs, tc)
tests/sys/kern/inotify_test.c
384
ATF_TC_CLEANUP(inotify_nullfs, tc)
tests/sys/kern/inotify_test.c
400
ATF_TC_BODY(inotify_queue_overflow, tc)
tests/sys/kern/inotify_test.c
447
ATF_TC_BODY(inotify_event_access_file, tc)
tests/sys/kern/inotify_test.c
494
ATF_TC_BODY(inotify_event_access_dir, tc)
tests/sys/kern/inotify_test.c
537
ATF_TC_BODY(inotify_event_attrib, tc)
tests/sys/kern/inotify_test.c
561
ATF_TC_BODY(inotify_event_close_nowrite, tc)
tests/sys/kern/inotify_test.c
591
ATF_TC_BODY(inotify_event_close_write, tc)
tests/sys/kern/inotify_test.c
610
ATF_TC_BODY(inotify_event_create, tc)
tests/sys/kern/inotify_test.c
679
ATF_TC_BODY(inotify_event_delete, tc)
tests/sys/kern/inotify_test.c
726
ATF_TC_BODY(inotify_event_move, tc)
tests/sys/kern/inotify_test.c
765
ATF_TC_BODY(inotify_event_move_dir, tc)
tests/sys/kern/inotify_test.c
795
ATF_TC_BODY(inotify_event_open, tc)
tests/sys/kern/inotify_test.c
832
ATF_TC_HEAD(inotify_event_unmount, tc)
tests/sys/kern/inotify_test.c
834
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/inotify_test.c
836
ATF_TC_BODY(inotify_event_unmount, tc)
tests/sys/kern/inotify_test.c
869
ATF_TC_CLEANUP(inotify_event_unmount, tc)
tests/sys/kern/jail_lookup_root.c
101
ATF_TC_CLEANUP(jail_root, tc)
tests/sys/kern/jail_lookup_root.c
60
ATF_TC_HEAD(jail_root, tc)
tests/sys/kern/jail_lookup_root.c
62
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/jail_lookup_root.c
64
ATF_TC_BODY(jail_root, tc)
tests/sys/kern/kcov.c
131
ATF_TC_HEAD(kcov_mmap_no_munmap, tc)
tests/sys/kern/kcov.c
136
ATF_TC_BODY(kcov_mmap_no_munmap, tc)
tests/sys/kern/kcov.c
151
ATF_TC_HEAD(kcov_mmap_no_munmap_no_close, tc)
tests/sys/kern/kcov.c
156
ATF_TC_BODY(kcov_mmap_no_munmap_no_close, tc)
tests/sys/kern/kcov.c
190
ATF_TC_HEAD(kcov_mmap_enable_thread_close, tc)
tests/sys/kern/kcov.c
195
ATF_TC_BODY(kcov_mmap_enable_thread_close, tc)
tests/sys/kern/kcov.c
211
ATF_TC_HEAD(kcov_enable, tc)
tests/sys/kern/kcov.c
216
ATF_TC_BODY(kcov_enable, tc)
tests/sys/kern/kcov.c
247
ATF_TC_HEAD(kcov_enable_no_disable, tc)
tests/sys/kern/kcov.c
252
ATF_TC_BODY(kcov_enable_no_disable, tc)
tests/sys/kern/kcov.c
263
ATF_TC_HEAD(kcov_enable_no_disable_no_close, tc)
tests/sys/kern/kcov.c
268
ATF_TC_BODY(kcov_enable_no_disable_no_close, tc)
tests/sys/kern/kcov.c
329
ATF_TC_HEAD(kcov_basic_pc, tc)
tests/sys/kern/kcov.c
334
ATF_TC_BODY(kcov_basic_pc, tc)
tests/sys/kern/kcov.c
340
ATF_TC_HEAD(kcov_basic_cmp, tc)
tests/sys/kern/kcov.c
345
ATF_TC_BODY(kcov_basic_cmp, tc)
tests/sys/kern/kcov.c
386
ATF_TC_HEAD(kcov_thread_pc, tc)
tests/sys/kern/kcov.c
391
ATF_TC_BODY(kcov_thread_pc, tc)
tests/sys/kern/kcov.c
397
ATF_TC_HEAD(kcov_thread_cmp, tc)
tests/sys/kern/kcov.c
402
ATF_TC_BODY(kcov_thread_cmp, tc)
tests/sys/kern/kcov.c
71
ATF_TC_HEAD(kcov_bufsize, tc)
tests/sys/kern/kcov.c
76
ATF_TC_BODY(kcov_bufsize, tc)
tests/sys/kern/kcov.c
91
ATF_TC_HEAD(kcov_mmap, tc)
tests/sys/kern/kcov.c
96
ATF_TC_BODY(kcov_mmap, tc)
tests/sys/kern/kern_copyin.c
94
ATF_TC_BODY(kern_copyin, tc)
tests/sys/kern/kern_descrip_test.c
140
ATF_TC_HEAD(kern_maxfiles__increase, tc)
tests/sys/kern/kern_descrip_test.c
142
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/kern_descrip_test.c
143
atf_tc_set_md_var(tc, "require.config", "allow_sysctl_side_effects");
tests/sys/kern/kern_descrip_test.c
144
atf_tc_set_md_var(tc, "descr",
tests/sys/kern/kern_descrip_test.c
148
ATF_TC_BODY(kern_maxfiles__increase, tc)
tests/sys/kern/kern_descrip_test.c
183
ATF_TC_CLEANUP(kern_maxfiles__increase, tc)
tests/sys/kern/kern_descrip_test.c
55
ATF_TC_BODY(dup2__simple, tc)
tests/sys/kern/kern_descrip_test.c
69
ATF_TC_HEAD(dup2__ebadf_when_2nd_arg_out_of_range, tc)
tests/sys/kern/kern_descrip_test.c
71
atf_tc_set_md_var(tc, "descr", "Regression test for r234131");
tests/sys/kern/kern_descrip_test.c
74
ATF_TC_BODY(dup2__ebadf_when_2nd_arg_out_of_range, tc)
tests/sys/kern/kill_zombie.c
35
ATF_TC_BODY(kill_zombie, tc)
tests/sys/kern/ktls_test.c
100
debug(const atf_tc_t *tc, const char *fmt, ...)
tests/sys/kern/ktls_test.c
1003
debug(tc, "encrypting MTE record seqno %ju:\n", (uintmax_t)seqno);
tests/sys/kern/ktls_test.c
102
if (!atf_tc_get_config_var_as_bool_wd(tc, "ktls.debug", false))
tests/sys/kern/ktls_test.c
1022
debug_hexdump(tc, iv, AES_BLOCK_LEN, "explicit IV");
tests/sys/kern/ktls_test.c
1029
debug_hexdump(tc, &aad, sizeof(aad), "aad");
tests/sys/kern/ktls_test.c
1030
debug_hexdump(tc, src, len, "plaintext");
tests/sys/kern/ktls_test.c
1038
debug_hexdump(tc, buf + hdr_len + len, mac_len + padding,
tests/sys/kern/ktls_test.c
1044
debug_hexdump(tc, dst, record_len, "encrypted record");
tests/sys/kern/ktls_test.c
1050
encrypt_tls_12_aead(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1060
debug(tc, "encrypting TLS 1.2 record seqno %ju:\n", (uintmax_t)seqno);
tests/sys/kern/ktls_test.c
1073
debug_hexdump(tc, &aad, sizeof(aad), "aad");
tests/sys/kern/ktls_test.c
1078
debug_hexdump(tc, nonce, sizeof(nonce), "nonce");
tests/sys/kern/ktls_test.c
1080
debug_hexdump(tc, src, len, "plaintext");
tests/sys/kern/ktls_test.c
1084
debug_hexdump(tc, dst, record_len, "encrypted record");
tests/sys/kern/ktls_test.c
1090
encrypt_tls_13_aead(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1102
debug(tc, "encrypting TLS 1.3 record seqno %ju:\n", (uintmax_t)seqno);
tests/sys/kern/ktls_test.c
1113
debug_hexdump(tc, &aad, sizeof(aad), "aad");
tests/sys/kern/ktls_test.c
1115
debug_hexdump(tc, nonce, sizeof(nonce), "nonce");
tests/sys/kern/ktls_test.c
112
debug_hexdump(const atf_tc_t *tc, const void *buf, int length,
tests/sys/kern/ktls_test.c
1125
debug_hexdump(tc, buf, len + 1 + padding, "plaintext + type + padding");
tests/sys/kern/ktls_test.c
1130
debug_hexdump(tc, dst, record_len, "encrypted record");
tests/sys/kern/ktls_test.c
1138
encrypt_tls_aead(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
115
if (!atf_tc_get_config_var_as_bool_wd(tc, "ktls.debug", false))
tests/sys/kern/ktls_test.c
1151
ATF_REQUIRE_INTEQ(record_len, encrypt_tls_12_aead(tc, en,
tests/sys/kern/ktls_test.c
1154
ATF_REQUIRE_INTEQ(record_len, encrypt_tls_13_aead(tc, en,
tests/sys/kern/ktls_test.c
1161
encrypt_tls_record(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1166
return (encrypt_tls_aes_cbc_mte(tc, en, record_type, seqno, src,
tests/sys/kern/ktls_test.c
1169
return (encrypt_tls_aead(tc, en, record_type, seqno, src, len,
tests/sys/kern/ktls_test.c
1174
test_ktls_transmit_app_data(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1186
debug_hexdump(tc, plaintext, len, "plaintext");
tests/sys/kern/ktls_test.c
1195
ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets");
tests/sys/kern/ktls_test.c
1199
check_tls_mode(tc, sockets[1], TCP_TXTLS_MODE);
tests/sys/kern/ktls_test.c
1247
debug(tc, "TLS header for seqno %ju:\n",
tests/sys/kern/ktls_test.c
1249
debug_hexdump(tc, outbuf, outbuf_len,
tests/sys/kern/ktls_test.c
1259
debug(tc, "record_len %zu outbuf_cap %zu\n",
tests/sys/kern/ktls_test.c
1272
decrypted_len += decrypt_tls_record(tc, en,
tests/sys/kern/ktls_test.c
1325
test_ktls_transmit_control(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1343
ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets");
tests/sys/kern/ktls_test.c
1347
check_tls_mode(tc, sockets[1], TCP_TXTLS_MODE);
tests/sys/kern/ktls_test.c
1368
rv = decrypt_tls_record(tc, en, seqno, outbuf, record_len, decrypted,
tests/sys/kern/ktls_test.c
1385
test_ktls_transmit_empty_fragment(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1399
ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets");
tests/sys/kern/ktls_test.c
1403
check_tls_mode(tc, sockets[1], TCP_TXTLS_MODE);
tests/sys/kern/ktls_test.c
1436
rv = decrypt_tls_record(tc, en, seqno, outbuf, record_len, NULL, 0,
tests/sys/kern/ktls_test.c
1494
test_ktls_receive_app_data(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1511
ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets");
tests/sys/kern/ktls_test.c
1515
check_tls_mode(tc, sockets[0], TCP_RXTLS_MODE);
tests/sys/kern/ktls_test.c
1539
outbuf_len = encrypt_tls_record(tc, en,
tests/sys/kern/ktls_test.c
1615
test_ktls_receive_corrupted_record(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1629
ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets");
tests/sys/kern/ktls_test.c
1633
check_tls_mode(tc, sockets[0], TCP_RXTLS_MODE);
tests/sys/kern/ktls_test.c
1638
outbuf_len = encrypt_tls_record(tc, en, TLS_RLTYPE_APP, seqno,
tests/sys/kern/ktls_test.c
1658
test_ktls_receive_corrupted_iv(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1664
test_ktls_receive_corrupted_record(tc, en, seqno, len,
tests/sys/kern/ktls_test.c
1669
test_ktls_receive_corrupted_data(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1675
test_ktls_receive_corrupted_record(tc, en, seqno, len,
tests/sys/kern/ktls_test.c
1680
test_ktls_receive_corrupted_mac(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1690
test_ktls_receive_corrupted_record(tc, en, seqno, len, offset);
tests/sys/kern/ktls_test.c
1694
test_ktls_receive_corrupted_padding(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1700
test_ktls_receive_corrupted_record(tc, en, seqno, len, -1);
tests/sys/kern/ktls_test.c
1704
test_ktls_receive_truncated_record(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1718
ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets");
tests/sys/kern/ktls_test.c
1722
check_tls_mode(tc, sockets[0], TCP_RXTLS_MODE);
tests/sys/kern/ktls_test.c
1727
outbuf_len = encrypt_tls_record(tc, en, TLS_RLTYPE_APP, seqno,
tests/sys/kern/ktls_test.c
1744
test_ktls_receive_bad_major(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1759
ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets");
tests/sys/kern/ktls_test.c
1763
check_tls_mode(tc, sockets[0], TCP_RXTLS_MODE);
tests/sys/kern/ktls_test.c
1768
outbuf_len = encrypt_tls_record(tc, en, TLS_RLTYPE_APP, seqno,
tests/sys/kern/ktls_test.c
1786
test_ktls_receive_bad_minor(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1801
ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets");
tests/sys/kern/ktls_test.c
1805
check_tls_mode(tc, sockets[0], TCP_RXTLS_MODE);
tests/sys/kern/ktls_test.c
1810
outbuf_len = encrypt_tls_record(tc, en, TLS_RLTYPE_APP, seqno,
tests/sys/kern/ktls_test.c
1828
test_ktls_receive_bad_type(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1844
ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets");
tests/sys/kern/ktls_test.c
1848
check_tls_mode(tc, sockets[0], TCP_RXTLS_MODE);
tests/sys/kern/ktls_test.c
1853
outbuf_len = encrypt_tls_record(tc, en, 0x21 /* Alert */, seqno,
tests/sys/kern/ktls_test.c
1871
test_ktls_receive_bad_size(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
1883
ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets");
tests/sys/kern/ktls_test.c
1887
check_tls_mode(tc, sockets[0], TCP_RXTLS_MODE);
tests/sys/kern/ktls_test.c
1980
ATF_TC_BODY(ktls_transmit_##cipher_name##_##name, tc) \
tests/sys/kern/ktls_test.c
1987
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
1989
test_ktls_transmit_app_data(tc, &en, seqno, len); \
tests/sys/kern/ktls_test.c
2000
ATF_TC_BODY(ktls_transmit_##cipher_name##_##name, tc) \
tests/sys/kern/ktls_test.c
2007
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2009
test_ktls_transmit_control(tc, &en, seqno, type, len); \
tests/sys/kern/ktls_test.c
2020
ATF_TC_BODY(ktls_transmit_##cipher_name##_empty_fragment, tc) \
tests/sys/kern/ktls_test.c
2027
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2029
test_ktls_transmit_empty_fragment(tc, &en, seqno); \
tests/sys/kern/ktls_test.c
2160
test_ktls_invalid_transmit_cipher_suite(const atf_tc_t *tc,
tests/sys/kern/ktls_test.c
2165
ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets");
tests/sys/kern/ktls_test.c
2176
ATF_TC_BODY(ktls_transmit_invalid_##name, tc) \
tests/sys/kern/ktls_test.c
2183
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2185
test_ktls_invalid_transmit_cipher_suite(tc, &en); \
tests/sys/kern/ktls_test.c
219
echo_socket(const atf_tc_t *tc, int sv[2])
tests/sys/kern/ktls_test.c
2225
ATF_TC_BODY(ktls_receive_##cipher_name##_##name, tc) \
tests/sys/kern/ktls_test.c
2232
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2234
test_ktls_receive_app_data(tc, &en, seqno, len, padding); \
tests/sys/kern/ktls_test.c
2245
ATF_TC_BODY(ktls_receive_##cipher_name##_bad_data, tc) \
tests/sys/kern/ktls_test.c
225
host = atf_tc_get_config_var(tc, "ktls.host");
tests/sys/kern/ktls_test.c
2252
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2254
test_ktls_receive_corrupted_data(tc, &en, seqno, len); \
tests/sys/kern/ktls_test.c
226
port = atf_tc_get_config_var_wd(tc, "ktls.port", "echo");
tests/sys/kern/ktls_test.c
2265
ATF_TC_BODY(ktls_receive_##cipher_name##_bad_mac, tc) \
tests/sys/kern/ktls_test.c
2272
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2274
test_ktls_receive_corrupted_mac(tc, &en, seqno, len); \
tests/sys/kern/ktls_test.c
2285
ATF_TC_BODY(ktls_receive_##cipher_name##_truncated_record, tc) \
tests/sys/kern/ktls_test.c
2292
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2294
test_ktls_receive_truncated_record(tc, &en, seqno, len); \
tests/sys/kern/ktls_test.c
2305
ATF_TC_BODY(ktls_receive_##cipher_name##_bad_major, tc) \
tests/sys/kern/ktls_test.c
2312
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2314
test_ktls_receive_bad_major(tc, &en, seqno, len); \
tests/sys/kern/ktls_test.c
2325
ATF_TC_BODY(ktls_receive_##cipher_name##_bad_minor, tc) \
tests/sys/kern/ktls_test.c
2332
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2334
test_ktls_receive_bad_minor(tc, &en, seqno, len); \
tests/sys/kern/ktls_test.c
2345
ATF_TC_BODY(ktls_receive_##cipher_name##_##name, tc) \
tests/sys/kern/ktls_test.c
2352
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2354
test_ktls_receive_bad_size(tc, &en, seqno, (len)); \
tests/sys/kern/ktls_test.c
2513
ATF_TC_BODY(ktls_receive_##cipher_name##_bad_padding, tc) \
tests/sys/kern/ktls_test.c
2520
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2522
test_ktls_receive_corrupted_padding(tc, &en, seqno, len); \
tests/sys/kern/ktls_test.c
2570
ATF_TC_BODY(ktls_receive_##cipher_name##_bad_iv, tc) \
tests/sys/kern/ktls_test.c
2577
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2579
test_ktls_receive_corrupted_iv(tc, &en, seqno, 64); \
tests/sys/kern/ktls_test.c
2613
ATF_TC_BODY(ktls_receive_##cipher_name##_bad_type, tc) \
tests/sys/kern/ktls_test.c
2620
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2622
test_ktls_receive_bad_type(tc, &en, seqno, len); \
tests/sys/kern/ktls_test.c
2656
test_ktls_invalid_receive_cipher_suite(const atf_tc_t *tc,
tests/sys/kern/ktls_test.c
2661
ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets");
tests/sys/kern/ktls_test.c
2672
ATF_TC_BODY(ktls_receive_invalid_##name, tc) \
tests/sys/kern/ktls_test.c
2679
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2681
test_ktls_invalid_receive_cipher_suite(tc, &en); \
tests/sys/kern/ktls_test.c
2695
test_ktls_unsupported_receive_cipher_suite(const atf_tc_t *tc,
tests/sys/kern/ktls_test.c
2700
ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets");
tests/sys/kern/ktls_test.c
271
open_sockets(const atf_tc_t *tc, int sv[2])
tests/sys/kern/ktls_test.c
2711
ATF_TC_BODY(ktls_receive_unsupported_##name, tc) \
tests/sys/kern/ktls_test.c
2718
build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
tests/sys/kern/ktls_test.c
2720
test_ktls_unsupported_receive_cipher_suite(tc, &en); \
tests/sys/kern/ktls_test.c
273
if (atf_tc_has_config_var(tc, "ktls.host"))
tests/sys/kern/ktls_test.c
2739
ATF_TC_BODY(ktls_sendto_baddst, tc)
tests/sys/kern/ktls_test.c
274
return (echo_socket(tc, sv));
tests/sys/kern/ktls_test.c
2752
build_tls_enable(tc, CRYPTO_AES_NIST_GCM_16, 128 / 8, 0,
tests/sys/kern/ktls_test.c
2778
ATF_TC_BODY(ktls_listening_socket, tc)
tests/sys/kern/ktls_test.c
2788
build_tls_enable(tc, CRYPTO_AES_NIST_GCM_16, 128 / 8, 0,
tests/sys/kern/ktls_test.c
2797
build_tls_enable(tc, CRYPTO_AES_NIST_GCM_16, 128 / 8, 0,
tests/sys/kern/ktls_test.c
2811
build_tls_enable(tc, CRYPTO_AES_NIST_GCM_16, 128 / 8, 0,
tests/sys/kern/ktls_test.c
545
build_tls_enable(const atf_tc_t *tc, int cipher_alg, size_t cipher_key_len,
tests/sys/kern/ktls_test.c
587
debug_hexdump(tc, en->cipher_key, cipher_key_len, "cipher key");
tests/sys/kern/ktls_test.c
590
debug_hexdump(tc, en->iv, iv_len, "iv");
tests/sys/kern/ktls_test.c
593
debug_hexdump(tc, en->auth_key, auth_key_len, "auth key");
tests/sys/kern/ktls_test.c
602
debug(tc, "seqno: %ju\n", (uintmax_t)seqno);
tests/sys/kern/ktls_test.c
72
check_tls_mode(const atf_tc_t *tc, int s, int sockopt)
tests/sys/kern/ktls_test.c
74
if (atf_tc_get_config_var_as_bool_wd(tc, "ktls.require_ifnet", false)) {
tests/sys/kern/ktls_test.c
792
decrypt_tls_aes_cbc_mte(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktls_test.c
808
debug(tc, "decrypting MTE record seqno %ju:\n", (uintmax_t)seqno);
tests/sys/kern/ktls_test.c
809
debug_hexdump(tc, src, len, NULL);
tests/sys/kern/ktls_test.c
818
debug_hexdump(tc, iv, AES_BLOCK_LEN, "iv");
tests/sys/kern/ktls_test.c
821
debug_hexdump(tc, buf, payload_len, "decrypted buffer");
tests/sys/kern/ktls_test.c
847
debug_hexdump(tc, &aad, sizeof(aad), "aad");
tests/sys/kern/ktls_test.c
859
decrypt_tls_12_aead(const atf_tc_t *tc, struct tls_enable *en, uint64_t seqno,
tests/sys/kern/ktls_test.c
86
if (atf_tc_get_config_var_as_bool_wd(tc, "ktls.require_toe", false)) {
tests/sys/kern/ktls_test.c
874
debug(tc, "decrypting TLS 1.2 record seqno %ju:\n", (uintmax_t)seqno);
tests/sys/kern/ktls_test.c
875
debug_hexdump(tc, src, len, NULL);
tests/sys/kern/ktls_test.c
878
debug_hexdump(tc, &aad, sizeof(aad), "aad");
tests/sys/kern/ktls_test.c
883
debug_hexdump(tc, nonce, sizeof(nonce), "nonce");
tests/sys/kern/ktls_test.c
894
decrypt_tls_13_aead(const atf_tc_t *tc, struct tls_enable *en, uint64_t seqno,
tests/sys/kern/ktls_test.c
914
debug(tc, "decrypting TLS 1.3 record seqno %ju:\n", (uintmax_t)seqno);
tests/sys/kern/ktls_test.c
915
debug_hexdump(tc, src, len, NULL);
tests/sys/kern/ktls_test.c
918
debug_hexdump(tc, &aad, sizeof(aad), "aad");
tests/sys/kern/ktls_test.c
920
debug_hexdump(tc, nonce, sizeof(nonce), "nonce");
tests/sys/kern/ktls_test.c
931
debug_hexdump(tc, buf, payload_len, "decrypted buffer");
tests/sys/kern/ktls_test.c
944
decrypt_tls_aead(const atf_tc_t *tc, struct tls_enable *en, uint64_t seqno,
tests/sys/kern/ktls_test.c
958
ATF_REQUIRE_INTEQ(payload_len, decrypt_tls_12_aead(tc, en,
tests/sys/kern/ktls_test.c
961
ATF_REQUIRE_INTEQ(payload_len, decrypt_tls_13_aead(tc, en,
tests/sys/kern/ktls_test.c
969
decrypt_tls_record(const atf_tc_t *tc, struct tls_enable *en, uint64_t seqno,
tests/sys/kern/ktls_test.c
973
return (decrypt_tls_aes_cbc_mte(tc, en, seqno, src, len, dst,
tests/sys/kern/ktls_test.c
976
return (decrypt_tls_aead(tc, en, seqno, src, len, dst, avail,
tests/sys/kern/ktls_test.c
988
encrypt_tls_aes_cbc_mte(const atf_tc_t *tc, struct tls_enable *en,
tests/sys/kern/ktrace_test.c
169
ATF_TC_BODY(ktrace__cap_not_capable, tc)
tests/sys/kern/ktrace_test.c
206
ATF_TC_BODY(ktrace__cap_increase_rights, tc)
tests/sys/kern/ktrace_test.c
244
ATF_TC_BODY(ktrace__cap_syscall, tc)
tests/sys/kern/ktrace_test.c
290
ATF_TC_BODY(ktrace__cap_signal, tc)
tests/sys/kern/ktrace_test.c
327
ATF_TC_HEAD(ktrace__cap_proto, tc)
tests/sys/kern/ktrace_test.c
329
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/ktrace_test.c
331
ATF_TC_BODY(ktrace__cap_proto, tc)
tests/sys/kern/ktrace_test.c
369
ATF_TC_BODY(ktrace__cap_sockaddr, tc)
tests/sys/kern/ktrace_test.c
420
ATF_TC_BODY(ktrace__cap_namei, tc)
tests/sys/kern/ktrace_test.c
468
ATF_TC_BODY(ktrace__cap_cpuset, tc)
tests/sys/kern/ktrace_test.c
504
ATF_TC_BODY(ktrace__cap_shm_open, tc)
tests/sys/kern/ktrace_test.c
539
ATF_TC_HEAD(ktrace__setuid_exec, tc)
tests/sys/kern/ktrace_test.c
541
atf_tc_set_md_var(tc, "require.user", "unprivileged");
tests/sys/kern/ktrace_test.c
543
ATF_TC_BODY(ktrace__setuid_exec, tc)
tests/sys/kern/libkern_crc32.c
123
ATF_TC_BODY(crc32c_alignment, tc)
tests/sys/kern/libkern_crc32.c
137
ATF_TC_BODY(crc32c_trailing_bytes, tc)
tests/sys/kern/libkern_crc32.c
75
ATF_TC_BODY(crc32c_basic_correctness, tc)
tests/sys/kern/listener_wakeup.c
282
ATF_TC_BODY(all, tc)
tests/sys/kern/module_test.c
123
ATF_TC_BODY(modstat_v1, tc)
tests/sys/kern/module_test.c
155
ATF_TC_BODY(modstat_v2, tc)
tests/sys/kern/module_test.c
36
ATF_TC_BODY(modfind, tc)
tests/sys/kern/module_test.c
50
ATF_TC_BODY(modnext, tc)
tests/sys/kern/module_test.c
71
ATF_TC_BODY(modfnext, tc)
tests/sys/kern/module_test.c
96
ATF_TC_BODY(modstat, tc)
tests/sys/kern/pdeathsig.c
122
ATF_TC_BODY(exec_inherit, tc)
tests/sys/kern/pdeathsig.c
135
atf_tc_get_config_var(tc, "srcdir"));
tests/sys/kern/pdeathsig.c
154
ATF_TC_BODY(signal_delivered, tc)
tests/sys/kern/pdeathsig.c
223
ATF_TC_BODY(signal_delivered_ptrace, tc)
tests/sys/kern/pdeathsig.c
47
ATF_TC_BODY(arg_validation, tc)
tests/sys/kern/pdeathsig.c
95
ATF_TC_BODY(fork_no_inherit, tc)
tests/sys/kern/pdrfork.c
106
ATF_TC_BODY(efault, tc)
tests/sys/kern/pdrfork.c
128
ATF_TC_BODY(einval, tc)
tests/sys/kern/pdrfork.c
143
ATF_TC_BODY(rfprocdesc, tc)
tests/sys/kern/pdrfork.c
157
ATF_TC_BODY(rfspawn, tc)
tests/sys/kern/pdrfork.c
78
ATF_TC_BODY(child_gets_no_pidfd, tc)
tests/sys/kern/pdwait.c
104
ATF_TC_BODY(ebadf, tc)
tests/sys/kern/pdwait.c
111
ATF_TC_BODY(efault1, tc)
tests/sys/kern/pdwait.c
130
ATF_TC_BODY(efault2, tc)
tests/sys/kern/pdwait.c
150
ATF_TC_BODY(efault3, tc)
tests/sys/kern/pdwait.c
170
ATF_TC_BODY(einval, tc)
tests/sys/kern/pdwait.c
191
ATF_TC_BODY(enotcap, tc)
tests/sys/kern/pdwait.c
223
ATF_TC_BODY(pdkill_after_pdwait, tc)
tests/sys/kern/pdwait.c
249
ATF_TC_BODY(pdwait_after_waitpid, tc)
tests/sys/kern/pdwait.c
273
ATF_TC_BODY(twice, tc)
tests/sys/kern/pdwait.c
53
ATF_TC_BODY(basic, tc)
tests/sys/kern/pdwait.c
82
ATF_TC_BODY(capsicum, tc)
tests/sys/kern/pipe/pipe_kqueue_test.c
142
ATF_TC_BODY(pipe_kqueue__closed_read_end, tc)
tests/sys/kern/pipe/pipe_kqueue_test.c
186
ATF_TC_BODY(pipe_kqueue__closed_read_end_register_before_close, tc)
tests/sys/kern/pipe/pipe_kqueue_test.c
241
ATF_TC_BODY(pipe_kqueue__closed_write_end, tc)
tests/sys/kern/pipe/pipe_kqueue_test.c
294
ATF_TC_BODY(pipe_kqueue__closed_write_end_register_before_close, tc)
tests/sys/kern/pipe/pipe_kqueue_test.c
44
ATF_TC_BODY(pipe_kqueue__write_end, tc)
tests/sys/kern/prace.c
128
ATF_TC_BODY(ppoll_race, tc)
tests/sys/kern/prace.c
134
ATF_TC_BODY(pselect_race, tc)
tests/sys/kern/procdesc.c
50
ATF_TC_BODY(pid_recycle, tc)
tests/sys/kern/ptrace_test.c
1014
ATF_TC_BODY(ptrace__getppid, tc)
tests/sys/kern/ptrace_test.c
1102
ATF_TC_BODY(ptrace__new_child_pl_syscall_code_fork, tc)
tests/sys/kern/ptrace_test.c
1165
ATF_TC_BODY(ptrace__new_child_pl_syscall_code_vfork, tc)
tests/sys/kern/ptrace_test.c
1245
ATF_TC_BODY(ptrace__new_child_pl_syscall_code_thread, tc)
tests/sys/kern/ptrace_test.c
1322
ATF_TC_BODY(ptrace__lwp_events, tc)
tests/sys/kern/ptrace_test.c
1411
ATF_TC_BODY(ptrace__lwp_events_exec, tc)
tests/sys/kern/ptrace_test.c
1509
ATF_TC_BODY(ptrace__siginfo, tc)
tests/sys/kern/ptrace_test.c
1556
ATF_TC_BODY(ptrace__ptrace_exec_disable, tc)
tests/sys/kern/ptrace_test.c
1590
ATF_TC_BODY(ptrace__ptrace_exec_enable, tc)
tests/sys/kern/ptrace_test.c
1636
ATF_TC_BODY(ptrace__event_mask, tc)
tests/sys/kern/ptrace_test.c
1689
ATF_TC_BODY(ptrace__ptrace_vfork, tc)
tests/sys/kern/ptrace_test.c
1737
ATF_TC_BODY(ptrace__ptrace_vfork_follow, tc)
tests/sys/kern/ptrace_test.c
1815
ATF_TC_BODY(ptrace__PT_KILL_breakpoint, tc)
tests/sys/kern/ptrace_test.c
183
ATF_TC_BODY(ptrace__parent_wait_after_trace_me, tc)
tests/sys/kern/ptrace_test.c
1862
ATF_TC_BODY(ptrace__PT_KILL_system_call, tc)
tests/sys/kern/ptrace_test.c
1912
ATF_TC_BODY(ptrace__PT_KILL_threads, tc)
tests/sys/kern/ptrace_test.c
1991
ATF_TC_HEAD(ptrace__PT_KILL_competing_signal, tc)
tests/sys/kern/ptrace_test.c
1994
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/ptrace_test.c
1996
ATF_TC_BODY(ptrace__PT_KILL_competing_signal, tc)
tests/sys/kern/ptrace_test.c
2090
ATF_TC_HEAD(ptrace__PT_KILL_competing_stop, tc)
tests/sys/kern/ptrace_test.c
2093
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/ptrace_test.c
2095
ATF_TC_BODY(ptrace__PT_KILL_competing_stop, tc)
tests/sys/kern/ptrace_test.c
224
ATF_TC_BODY(ptrace__parent_wait_after_attach, tc)
tests/sys/kern/ptrace_test.c
2264
ATF_TC_BODY(ptrace__PT_KILL_with_signal_full_sigqueue, tc)
tests/sys/kern/ptrace_test.c
2314
ATF_TC_BODY(ptrace__PT_CONTINUE_with_signal_system_call_entry, tc)
tests/sys/kern/ptrace_test.c
2391
ATF_TC_BODY(ptrace__PT_CONTINUE_with_signal_system_call_entry_and_exit, tc)
tests/sys/kern/ptrace_test.c
2468
ATF_TC_BODY(ptrace__PT_CONTINUE_with_signal_full_sigqueue, tc)
tests/sys/kern/ptrace_test.c
2541
ATF_TC_BODY(ptrace__PT_CONTINUE_with_signal_masked_full_sigqueue, tc)
tests/sys/kern/ptrace_test.c
2629
ATF_TC_BODY(ptrace__PT_CONTINUE_change_sig, tc)
tests/sys/kern/ptrace_test.c
2686
ATF_TC_BODY(ptrace__PT_CONTINUE_with_sigtrap_system_call_entry, tc)
tests/sys/kern/ptrace_test.c
271
ATF_TC_BODY(ptrace__parent_sees_exit_after_child_debugger, tc)
tests/sys/kern/ptrace_test.c
2751
ATF_TC_BODY(ptrace__PT_CONTINUE_with_signal_mix, tc)
tests/sys/kern/ptrace_test.c
2843
ATF_TC_BODY(ptrace__PT_CONTINUE_with_signal_kqueue, tc)
tests/sys/kern/ptrace_test.c
2933
ATF_TC_BODY(ptrace__killed_with_sigmask, tc)
tests/sys/kern/ptrace_test.c
3005
ATF_TC_BODY(ptrace__PT_CONTINUE_with_sigmask, tc)
tests/sys/kern/ptrace_test.c
3077
ATF_TC_BODY(ptrace__PT_CONTINUE_with_signal_thread_sigmask, tc)
tests/sys/kern/ptrace_test.c
3193
ATF_TC_BODY(ptrace__PT_REGSET, tc)
tests/sys/kern/ptrace_test.c
3382
ATF_TC_HEAD(ptrace__parent_terminate_with_pending_sigstop1, tc)
tests/sys/kern/ptrace_test.c
3385
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/ptrace_test.c
3387
ATF_TC_BODY(ptrace__parent_terminate_with_pending_sigstop1, tc)
tests/sys/kern/ptrace_test.c
3394
ATF_TC_HEAD(ptrace__parent_terminate_with_pending_sigstop2, tc)
tests/sys/kern/ptrace_test.c
3397
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/ptrace_test.c
3399
ATF_TC_BODY(ptrace__parent_terminate_with_pending_sigstop2, tc)
tests/sys/kern/ptrace_test.c
3410
ATF_TC_BODY(ptrace__event_mask_sigkill_discard, tc)
tests/sys/kern/ptrace_test.c
3495
ATF_TC_BODY(ptrace__PT_ATTACH_with_SBDRY_thread, tc)
tests/sys/kern/ptrace_test.c
3585
ATF_TC_BODY(ptrace__PT_STEP_with_signal, tc)
tests/sys/kern/ptrace_test.c
3663
ATF_TC_BODY(ptrace__breakpoint_siginfo, tc)
tests/sys/kern/ptrace_test.c
367
ATF_TC_BODY(ptrace__parent_sees_exit_after_unrelated_debugger, tc)
tests/sys/kern/ptrace_test.c
3716
ATF_TC_BODY(ptrace__step_siginfo, tc)
tests/sys/kern/ptrace_test.c
3789
ATF_TC_BODY(ptrace__PT_CONTINUE_different_thread, tc)
tests/sys/kern/ptrace_test.c
3938
ATF_TC_BODY(ptrace__PT_LWPINFO_stale_siginfo, tc)
tests/sys/kern/ptrace_test.c
4010
ATF_TC_BODY(ptrace__syscall_args, tc)
tests/sys/kern/ptrace_test.c
4168
ATF_TC_BODY(ptrace__syscall_args_anywhere, tc)
tests/sys/kern/ptrace_test.c
4215
ATF_TC_HEAD(ptrace__proc_reparent, tc)
tests/sys/kern/ptrace_test.c
4218
atf_tc_set_md_var(tc, "timeout", "2");
tests/sys/kern/ptrace_test.c
4220
ATF_TC_BODY(ptrace__proc_reparent, tc)
tests/sys/kern/ptrace_test.c
4269
ATF_TC_BODY(ptrace__procdesc_wait_child, tc)
tests/sys/kern/ptrace_test.c
4313
ATF_TC_BODY(ptrace__procdesc_reparent_wait_child, tc)
tests/sys/kern/ptrace_test.c
4369
ATF_TC_BODY(ptrace__PT_SC_REMOTE_getpid, tc)
tests/sys/kern/ptrace_test.c
4426
ATF_TC_BODY(ptrace__reap_kill_stopped, tc)
tests/sys/kern/ptrace_test.c
4484
ATF_TC_BODY(ptrace__PT_ATTACH_no_EINTR, tc)
tests/sys/kern/ptrace_test.c
4527
ATF_TC_BODY(ptrace__PT_DETACH_continued, tc)
tests/sys/kern/ptrace_test.c
479
ATF_TC_BODY(ptrace__parent_exits_before_child, tc)
tests/sys/kern/ptrace_test.c
633
ATF_TC_BODY(ptrace__follow_fork_both_attached, tc)
tests/sys/kern/ptrace_test.c
689
ATF_TC_BODY(ptrace__follow_fork_child_detached, tc)
tests/sys/kern/ptrace_test.c
740
ATF_TC_BODY(ptrace__follow_fork_parent_detached, tc)
tests/sys/kern/ptrace_test.c
822
ATF_TC_BODY(ptrace__follow_fork_both_attached_unrelated_debugger, tc)
tests/sys/kern/ptrace_test.c
890
ATF_TC_BODY(ptrace__follow_fork_child_detached_unrelated_debugger, tc)
tests/sys/kern/ptrace_test.c
953
ATF_TC_BODY(ptrace__follow_fork_parent_detached_unrelated_debugger, tc)
tests/sys/kern/reaper.c
137
ATF_TC_HEAD(reaper_sigchld_child_first, tc)
tests/sys/kern/reaper.c
139
atf_tc_set_md_var(tc, "timeout", "2");
tests/sys/kern/reaper.c
141
ATF_TC_BODY(reaper_sigchld_child_first, tc)
tests/sys/kern/reaper.c
224
ATF_TC_HEAD(reaper_sigchld_grandchild_first, tc)
tests/sys/kern/reaper.c
226
atf_tc_set_md_var(tc, "timeout", "2");
tests/sys/kern/reaper.c
228
ATF_TC_BODY(reaper_sigchld_grandchild_first, tc)
tests/sys/kern/reaper.c
292
ATF_TC_BODY(reaper_status, tc)
tests/sys/kern/reaper.c
376
ATF_TC_BODY(reaper_getpids, tc)
tests/sys/kern/reaper.c
43
ATF_TC_BODY(reaper_wait_child_first, tc)
tests/sys/kern/reaper.c
530
ATF_TC_BODY(reaper_kill_badsig, tc)
tests/sys/kern/reaper.c
547
ATF_TC_BODY(reaper_kill_sigzero, tc)
tests/sys/kern/reaper.c
564
ATF_TC_BODY(reaper_kill_empty, tc)
tests/sys/kern/reaper.c
583
ATF_TC_BODY(reaper_kill_normal, tc)
tests/sys/kern/reaper.c
642
ATF_TC_BODY(reaper_kill_subtree, tc)
tests/sys/kern/reaper.c
743
ATF_TC_BODY(reaper_pdfork, tc)
tests/sys/kern/reaper.c
96
ATF_TC_BODY(reaper_wait_grandchild_first, tc)
tests/sys/kern/sched_affinity.c
117
ATF_TC_BODY(test_setzeroset1, tc)
tests/sys/kern/sched_affinity.c
132
ATF_TC_BODY(test_setzeroset2, tc)
tests/sys/kern/sched_affinity.c
148
ATF_TC_BODY(test_setmaxsetsize, tc)
tests/sys/kern/sched_affinity.c
177
ATF_TC_BODY(test_setminsetsize, tc)
tests/sys/kern/sched_affinity.c
195
ATF_TC_BODY(test_getminsetsize, tc)
tests/sys/kern/sched_affinity.c
208
ATF_TC_BODY(test_getsetsize, tc)
tests/sys/kern/sched_affinity.c
223
ATF_TC_BODY(test_holes, tc)
tests/sys/kern/sched_affinity.c
66
ATF_TC_BODY(test_setinvalidcpu, tc)
tests/sys/kern/sched_affinity.c
96
ATF_TC_BODY(test_setvalidcpu, tc)
tests/sys/kern/shutdown_dgram.c
84
ATF_TC_BODY(unblock, tc)
tests/sys/kern/sigaltstack.c
69
ATF_TC_HEAD(ss_onstack, tc)
tests/sys/kern/sigaltstack.c
72
atf_tc_set_md_var(tc, "descr", "Test reporting of SS_ONSTACK");
tests/sys/kern/sigaltstack.c
75
ATF_TC_BODY(ss_onstack, tc)
tests/sys/kern/sigsys.c
100
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/sigsys.c
101
atf_tc_set_md_var(tc, "require.config", "allow_sysctl_side_effects");
tests/sys/kern/sigsys.c
102
atf_tc_set_md_var(tc, "descr",
tests/sys/kern/sigsys.c
106
ATF_TC_BODY(sigsys_test_on, tc)
tests/sys/kern/sigsys.c
112
ATF_TC_CLEANUP(sigsys_test_on, tc)
tests/sys/kern/sigsys.c
118
ATF_TC_HEAD(sigsys_test_off, tc)
tests/sys/kern/sigsys.c
120
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/sigsys.c
121
atf_tc_set_md_var(tc, "require.config", "allow_sysctl_side_effects");
tests/sys/kern/sigsys.c
122
atf_tc_set_md_var(tc, "descr",
tests/sys/kern/sigsys.c
126
ATF_TC_BODY(sigsys_test_off, tc)
tests/sys/kern/sigsys.c
132
ATF_TC_CLEANUP(sigsys_test_off, tc)
tests/sys/kern/sigsys.c
98
ATF_TC_HEAD(sigsys_test_on, tc)
tests/sys/kern/sigwait.c
148
ATF_TC_HEAD(test_sigtimedwait_timeout_eagain0, tc)
tests/sys/kern/sigwait.c
151
atf_tc_set_md_var(tc, "descr", "Check if sigtimedwait exits immediately");
tests/sys/kern/sigwait.c
154
ATF_TC_BODY(test_sigtimedwait_timeout_eagain0, tc)
tests/sys/kern/sigwait.c
161
ATF_TC_HEAD(test_sigtimedwait_timeout_eagain1, tc)
tests/sys/kern/sigwait.c
164
atf_tc_set_md_var(tc, "descr", "Check if sigtimedwait exits immediately");
tests/sys/kern/sigwait.c
167
ATF_TC_BODY(test_sigtimedwait_timeout_eagain1, tc)
tests/sys/kern/sigwait.c
174
ATF_TC_HEAD(test_sigtimedwait_timeout_eagain2, tc)
tests/sys/kern/sigwait.c
177
atf_tc_set_md_var(tc, "descr", "Check if sigtimedwait exits immediately");
tests/sys/kern/sigwait.c
180
ATF_TC_BODY(test_sigtimedwait_timeout_eagain2, tc)
tests/sys/kern/sigwait.c
187
ATF_TC_HEAD(test_sigtimedwait_timeout_eagain3, tc)
tests/sys/kern/sigwait.c
190
atf_tc_set_md_var(tc, "descr", "Check if sigtimedwait exits after specified timeout");
tests/sys/kern/sigwait.c
193
ATF_TC_BODY(test_sigtimedwait_timeout_eagain3, tc)
tests/sys/kern/sigwait.c
200
ATF_TC_HEAD(test_sigtimedwait_large_timeout_eintr, tc)
tests/sys/kern/sigwait.c
203
atf_tc_set_md_var(tc, "descr", "Check if sigtimedwait exits with EINTR");
tests/sys/kern/sigwait.c
206
ATF_TC_BODY(test_sigtimedwait_large_timeout_eintr, tc)
tests/sys/kern/sigwait.c
228
ATF_TC_HEAD(test_sigtimedwait_infinity, tc)
tests/sys/kern/sigwait.c
231
atf_tc_set_md_var(tc, "descr", "Check if sigtimedwait exits with EINTR");
tests/sys/kern/sigwait.c
234
ATF_TC_BODY(test_sigtimedwait_infinity, tc)
tests/sys/kern/sigwait.c
254
ATF_TC_HEAD(test_sigtimedwait_einval, tc)
tests/sys/kern/sigwait.c
257
atf_tc_set_md_var(tc, "descr", "Check if sigtimedwait exits with EINVAL");
tests/sys/kern/sigwait.c
260
ATF_TC_BODY(test_sigtimedwait_einval, tc)
tests/sys/kern/sigwait.c
282
ATF_TC_HEAD(test_sigwait_eintr, tc)
tests/sys/kern/sigwait.c
285
atf_tc_set_md_var(tc, "descr", "Check if sigwait exits with EINTR");
tests/sys/kern/sigwait.c
288
ATF_TC_BODY(test_sigwait_eintr, tc)
tests/sys/kern/sigwait.c
311
ATF_TC_HEAD(test_sigwaitinfo_eintr, tc)
tests/sys/kern/sigwait.c
314
atf_tc_set_md_var(tc, "descr", "Check if sigwaitinfo exits with EINTR");
tests/sys/kern/sigwait.c
317
ATF_TC_BODY(test_sigwaitinfo_eintr, tc)
tests/sys/kern/sigwait.c
481
ATF_TC_HEAD(test_sig_discard_ign_true, tc)
tests/sys/kern/sigwait.c
484
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/sigwait.c
485
atf_tc_set_md_var(tc, "descr", "Test kern.sig_discard_ign on");
tests/sys/kern/sigwait.c
488
ATF_TC_BODY(test_sig_discard_ign_true, tc)
tests/sys/kern/sigwait.c
494
ATF_TC_CLEANUP(test_sig_discard_ign_true, tc)
tests/sys/kern/sigwait.c
501
ATF_TC_HEAD(test_sig_discard_ign_false, tc)
tests/sys/kern/sigwait.c
504
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/sigwait.c
505
atf_tc_set_md_var(tc, "descr", "Test kern.sig_discard_ign off");
tests/sys/kern/sigwait.c
508
ATF_TC_BODY(test_sig_discard_ign_false, tc)
tests/sys/kern/sigwait.c
514
ATF_TC_CLEANUP(test_sig_discard_ign_false, tc)
tests/sys/kern/sigwait.c
521
ATF_TC_HEAD(test_wait_dequeue_sigchld_true, tc)
tests/sys/kern/sigwait.c
524
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/sigwait.c
525
atf_tc_set_md_var(tc, "descr", "Test kern.wait_dequeue_sigchld on");
tests/sys/kern/sigwait.c
528
ATF_TC_BODY(test_wait_dequeue_sigchld_true, tc)
tests/sys/kern/sigwait.c
534
ATF_TC_CLEANUP(test_wait_dequeue_sigchld_true, tc)
tests/sys/kern/sigwait.c
541
ATF_TC_HEAD(test_wait_dequeue_sigchld_false, tc)
tests/sys/kern/sigwait.c
544
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/sigwait.c
545
atf_tc_set_md_var(tc, "descr", "Test kern.wait_dequeue_sigchld off");
tests/sys/kern/sigwait.c
548
ATF_TC_BODY(test_wait_dequeue_sigchld_false, tc)
tests/sys/kern/sigwait.c
554
ATF_TC_CLEANUP(test_wait_dequeue_sigchld_false, tc)
tests/sys/kern/socket_accept.c
109
ATF_TC_BODY(tcp4_noaddr, tc)
tests/sys/kern/socket_accept.c
69
ATF_TC_BODY(tcp4_zerolen, tc)
tests/sys/kern/socket_accept.c
91
ATF_TC_BODY(tcp4, tc)
tests/sys/kern/socket_accf.c
115
ATF_TC_HEAD(http, tc)
tests/sys/kern/socket_accf.c
117
atf_tc_set_md_var(tc, "require.kmods", "accf_http");
tests/sys/kern/socket_accf.c
119
ATF_TC_BODY(http, tc)
tests/sys/kern/socket_accf.c
158
ATF_TC_HEAD(tls, tc)
tests/sys/kern/socket_accf.c
160
atf_tc_set_md_var(tc, "require.kmods", "accf_tls");
tests/sys/kern/socket_accf.c
162
ATF_TC_BODY(tls, tc)
tests/sys/kern/socket_accf.c
220
ATF_TC_HEAD(change, tc)
tests/sys/kern/socket_accf.c
222
atf_tc_set_md_var(tc, "require.kmods", "accf_data accf_http");
tests/sys/kern/socket_accf.c
224
ATF_TC_BODY(change, tc)
tests/sys/kern/socket_accf.c
93
ATF_TC_HEAD(data, tc)
tests/sys/kern/socket_accf.c
95
atf_tc_set_md_var(tc, "require.kmods", "accf_data");
tests/sys/kern/socket_accf.c
97
ATF_TC_BODY(data, tc)
tests/sys/kern/socket_msg_trunc.c
105
ATF_TC_BODY(recv_trunc_afinet6_udp, tc)
tests/sys/kern/socket_msg_trunc.c
132
ATF_TC_BODY(recv_trunc_afunix_dgram, tc)
tests/sys/kern/socket_msg_trunc.c
160
ATF_TC_BODY(recvmsg_trunc_ktrace_uio, tc)
tests/sys/kern/socket_msg_trunc.c
79
ATF_TC_BODY(recv_trunc_afinet_udp, tc)
tests/sys/kern/socket_msg_waitall.c
117
ATF_TC_HEAD(close_tcp, tc)
tests/sys/kern/socket_msg_waitall.c
119
atf_tc_set_md_var(tc, "timeout", "10");
tests/sys/kern/socket_msg_waitall.c
121
ATF_TC_BODY(close_tcp, tc)
tests/sys/kern/socket_msg_waitall.c
137
ATF_TC_HEAD(close_unix_stream, tc)
tests/sys/kern/socket_msg_waitall.c
139
atf_tc_set_md_var(tc, "timeout", "10");
tests/sys/kern/socket_msg_waitall.c
141
ATF_TC_BODY(close_unix_stream, tc)
tests/sys/kern/socket_msg_waitall.c
157
ATF_TC_HEAD(close_unix_seqpacket, tc)
tests/sys/kern/socket_msg_waitall.c
159
atf_tc_set_md_var(tc, "timeout", "10");
tests/sys/kern/socket_msg_waitall.c
161
ATF_TC_BODY(close_unix_seqpacket, tc)
tests/sys/kern/socket_splice.c
263
ATF_TC_BODY(splice_basic, tc)
tests/sys/kern/socket_splice.c
322
ATF_TC_BODY(splice_capsicum, tc)
tests/sys/kern/socket_splice.c
387
ATF_TC_BODY(splice_error, tc)
tests/sys/kern/socket_splice.c
472
ATF_TC_BODY(splice_kevent, tc)
tests/sys/kern/socket_splice.c
521
ATF_TC_BODY(splice_limit_bytes, tc)
tests/sys/kern/socket_splice.c
570
ATF_TC_BODY(splice_limit_timeout, tc)
tests/sys/kern/socket_splice.c
617
ATF_TC_BODY(splice_listen, tc)
tests/sys/kern/socket_splice.c
672
ATF_TC_BODY(splice_loop, tc)
tests/sys/kern/socket_splice.c
722
ATF_TC_BODY(splice_nonblock, tc)
tests/sys/kern/socket_splice.c
758
ATF_TC_BODY(splice_resplice, tc)
tests/sys/kern/socket_splice.c
876
ATF_TC_BODY(splice_throughput, tc)
tests/sys/kern/socket_splice.c
925
ATF_TC_BODY(splice_v4v6, tc)
tests/sys/kern/ssl_sendfile.c
297
ATF_TC_BODY(basic, tc)
tests/sys/kern/ssl_sendfile.c
319
ATF_TC_BODY(random, tc)
tests/sys/kern/ssl_sendfile.c
351
ATF_TC_BODY(truncate, tc)
tests/sys/kern/ssl_sendfile.c
385
ATF_TC_BODY(grow, tc)
tests/sys/kern/ssl_sendfile.c
433
ATF_TC_BODY(offset_beyond_eof, tc)
tests/sys/kern/ssl_sendfile.c
455
ATF_TC_BODY(eagain_vs_eof, tc)
tests/sys/kern/subr_physmem_test.c
112
ATF_TC_BODY(hwregion_unordered, tc)
tests/sys/kern/subr_physmem_test.c
36
ATF_TC_BODY(hwregion, tc)
tests/sys/kern/subr_physmem_test.c
85
ATF_TC_BODY(hwregion_exclude, tc)
tests/sys/kern/sys_getrandom.c
41
ATF_TC_BODY(getrandom_randomness, tc)
tests/sys/kern/sys_getrandom.c
83
ATF_TC_BODY(getrandom_fault, tc)
tests/sys/kern/sys_getrandom.c
93
ATF_TC_BODY(getrandom_count, tc)
tests/sys/kern/sysctl_kern_proc.c
139
ATF_TC_BODY(sysctl_kern_proc_filedesc, tc)
tests/sys/kern/sysctl_kern_proc.c
62
ATF_TC_BODY(sysctl_kern_proc_cwd, tc)
tests/sys/kern/timerfd.c
1003
ATF_TC_BODY(timerfd_root__zero_read_on_abs_realtime, tc)
tests/sys/kern/timerfd.c
1053
ATF_TC_BODY(timerfd_root__read_on_abs_realtime_no_interval, tc)
tests/sys/kern/timerfd.c
1087
ATF_TC_BODY(timerfd_root__cancel_on_set, tc)
tests/sys/kern/timerfd.c
110
ATF_TC_BODY(timerfd__simple_periodic_timer, tc)
tests/sys/kern/timerfd.c
1181
ATF_TC_BODY(timerfd_root__cancel_on_set_init, tc)
tests/sys/kern/timerfd.c
1234
ATF_TC_HEAD(timerfd_root__clock_change_notification, tc)
tests/sys/kern/timerfd.c
1236
atf_tc_set_md_var(tc, "timeout", "10");
tests/sys/kern/timerfd.c
1238
ATF_TC_BODY(timerfd_root__clock_change_notification, tc)
tests/sys/kern/timerfd.c
1279
ATF_TC_BODY(timerfd_root__advance_time_no_cancel, tc)
tests/sys/kern/timerfd.c
149
ATF_TC_BODY(timerfd__complex_periodic_timer, tc)
tests/sys/kern/timerfd.c
190
ATF_TC_BODY(timerfd__reset_periodic_timer, tc)
tests/sys/kern/timerfd.c
233
ATF_TC_BODY(timerfd__reenable_periodic_timer, tc)
tests/sys/kern/timerfd.c
293
ATF_TC_BODY(timerfd__expire_five, tc)
tests/sys/kern/timerfd.c
331
ATF_TC_BODY(timerfd__simple_gettime, tc)
tests/sys/kern/timerfd.c
363
ATF_TC_BODY(timerfd__simple_blocking_periodic_timer, tc)
tests/sys/kern/timerfd.c
408
ATF_TC_BODY(timerfd__argument_checks, tc)
tests/sys/kern/timerfd.c
503
ATF_TC_BODY(timerfd__upgrade_simple_to_complex, tc)
tests/sys/kern/timerfd.c
51
ATF_TC_BODY(timerfd__many_timers, tc)
tests/sys/kern/timerfd.c
556
ATF_TC_BODY(timerfd__absolute_timer, tc)
tests/sys/kern/timerfd.c
612
ATF_TC_BODY(timerfd__absolute_timer_in_the_past, tc)
tests/sys/kern/timerfd.c
662
ATF_TC_BODY(timerfd__reset_absolute, tc)
tests/sys/kern/timerfd.c
712
ATF_TC_HEAD(timerfd__periodic_timer_performance, tc)
tests/sys/kern/timerfd.c
714
atf_tc_set_md_var(tc, "timeout", "1");
tests/sys/kern/timerfd.c
716
ATF_TC_BODY(timerfd__periodic_timer_performance, tc)
tests/sys/kern/timerfd.c
748
ATF_TC_BODY(timerfd__argument_overflow, tc)
tests/sys/kern/timerfd.c
792
ATF_TC_HEAD(timerfd__short_evfilt_timer_timeout, tc)
tests/sys/kern/timerfd.c
794
atf_tc_set_md_var(tc, "timeout", "30");
tests/sys/kern/timerfd.c
796
ATF_TC_BODY(timerfd__short_evfilt_timer_timeout, tc)
tests/sys/kern/timerfd.c
82
ATF_TC_BODY(timerfd__simple_timer, tc)
tests/sys/kern/timerfd.c
879
ATF_TC_BODY(timerfd__unmodified_errno, tc)
tests/sys/kern/timerfd.c
918
ATF_TC_BODY(timerfd__reset_to_very_long, tc)
tests/sys/kern/timerfd.c
953
ATF_TC_BODY(timerfd__missed_events, tc)
tests/sys/kern/tty/test_sti.c
148
ATF_TC_HEAD(basic, tc)
tests/sys/kern/tty/test_sti.c
150
atf_tc_set_md_var(tc, "descr",
tests/sys/kern/tty/test_sti.c
152
atf_tc_set_md_var(tc, "require.user", "unprivileged");
tests/sys/kern/tty/test_sti.c
154
ATF_TC_BODY(basic, tc)
tests/sys/kern/tty/test_sti.c
188
ATF_TC_HEAD(root, tc)
tests/sys/kern/tty/test_sti.c
190
atf_tc_set_md_var(tc, "descr",
tests/sys/kern/tty/test_sti.c
192
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/tty/test_sti.c
194
ATF_TC_BODY(root, tc)
tests/sys/kern/tty/test_sti.c
233
ATF_TC_HEAD(unprivileged_fail_noctty, tc)
tests/sys/kern/tty/test_sti.c
235
atf_tc_set_md_var(tc, "descr",
tests/sys/kern/tty/test_sti.c
237
atf_tc_set_md_var(tc, "require.user", "unprivileged");
tests/sys/kern/tty/test_sti.c
239
ATF_TC_BODY(unprivileged_fail_noctty, tc)
tests/sys/kern/tty/test_sti.c
274
ATF_TC_HEAD(unprivileged_fail_noread, tc)
tests/sys/kern/tty/test_sti.c
276
atf_tc_set_md_var(tc, "descr",
tests/sys/kern/tty/test_sti.c
278
atf_tc_set_md_var(tc, "require.user", "unprivileged");
tests/sys/kern/tty/test_sti.c
280
ATF_TC_BODY(unprivileged_fail_noread, tc)
tests/sys/kern/tty_pts.c
19
ATF_TC_BODY(fionread, tc)
tests/sys/kern/unix_dgram.c
177
ATF_TC_BODY(one2many, tc)
tests/sys/kern/unix_dgram.c
333
ATF_TC_BODY(event, tc)
tests/sys/kern/unix_dgram.c
370
ATF_TC_BODY(selfgetpeername, tc)
tests/sys/kern/unix_dgram.c
397
ATF_TC_BODY(fchmod, tc)
tests/sys/kern/unix_dgram.c
90
ATF_TC_BODY(basic, tc)
tests/sys/kern/unix_passfd_test.c
1041
ATF_TC_BODY(control_creates_records, tc)
tests/sys/kern/unix_passfd_test.c
1064
ATF_TC_HEAD(cross_jail_dirfd, tc)
tests/sys/kern/unix_passfd_test.c
1066
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/kern/unix_passfd_test.c
1068
ATF_TC_BODY(cross_jail_dirfd, tc)
tests/sys/kern/unix_passfd_test.c
1180
ATF_TC_CLEANUP(cross_jail_dirfd, tc)
tests/sys/kern/unix_passfd_test.c
1193
ATF_TC_BODY(listening_socket, tc)
tests/sys/kern/unix_passfd_test.c
341
ATF_TC_BODY(simple_send_fd, tc)
tests/sys/kern/unix_passfd_test.c
363
ATF_TC_BODY(simple_send_fd_msg_cmsg_cloexec, tc)
tests/sys/kern/unix_passfd_test.c
387
ATF_TC_BODY(simple_send_fd_msg_cmsg_clofork, tc)
tests/sys/kern/unix_passfd_test.c
411
ATF_TC_BODY(send_and_close, tc)
tests/sys/kern/unix_passfd_test.c
433
ATF_TC_BODY(send_and_cancel, tc)
tests/sys/kern/unix_passfd_test.c
451
ATF_TC_BODY(send_and_shutdown, tc)
tests/sys/kern/unix_passfd_test.c
475
ATF_TC_BODY(send_a_lot, tc)
tests/sys/kern/unix_passfd_test.c
548
ATF_TC_BODY(send_overflow, tc)
tests/sys/kern/unix_passfd_test.c
579
ATF_TC_BODY(peek, tc)
tests/sys/kern/unix_passfd_test.c
626
ATF_TC_BODY(two_files, tc)
tests/sys/kern/unix_passfd_test.c
656
ATF_TC_BODY(bundle, tc)
tests/sys/kern/unix_passfd_test.c
674
ATF_TC_BODY(bundle_cancel, tc)
tests/sys/kern/unix_passfd_test.c
689
ATF_TC_BODY(devfs_orphan, tc)
tests/sys/kern/unix_passfd_test.c
707
ATF_TC_BODY(rights_creds_payload, tc)
tests/sys/kern/unix_passfd_test.c
816
ATF_TC_BODY(truncated_rights, tc)
tests/sys/kern/unix_passfd_test.c
904
ATF_TC_BODY(copyout_rights_error, tc)
tests/sys/kern/unix_passfd_test.c
946
ATF_TC_BODY(empty_rights_message, tc)
tests/sys/kern/unix_seqpacket_test.c
1063
ATF_TC_BODY(pipe_simulator_8k_8k, tc)
tests/sys/kern/unix_seqpacket_test.c
1069
ATF_TC_BODY(pipe_simulator_8k_128k, tc)
tests/sys/kern/unix_seqpacket_test.c
1075
ATF_TC_BODY(pipe_simulator_128k_8k, tc)
tests/sys/kern/unix_seqpacket_test.c
1081
ATF_TC_BODY(pipe_simulator_128k_128k, tc)
tests/sys/kern/unix_seqpacket_test.c
1092
ATF_TC_BODY(pipe_8k_8k, tc)
tests/sys/kern/unix_seqpacket_test.c
1098
ATF_TC_BODY(pipe_8k_128k, tc)
tests/sys/kern/unix_seqpacket_test.c
1104
ATF_TC_BODY(pipe_128k_8k, tc)
tests/sys/kern/unix_seqpacket_test.c
1110
ATF_TC_BODY(pipe_128k_128k, tc)
tests/sys/kern/unix_seqpacket_test.c
1121
ATF_TC_BODY(sendrecv_8k, tc)
tests/sys/kern/unix_seqpacket_test.c
1126
ATF_TC_BODY(sendrecv_16k, tc)
tests/sys/kern/unix_seqpacket_test.c
1131
ATF_TC_BODY(sendrecv_32k, tc)
tests/sys/kern/unix_seqpacket_test.c
1136
ATF_TC_BODY(sendrecv_64k, tc)
tests/sys/kern/unix_seqpacket_test.c
1141
ATF_TC_BODY(sendrecv_128k, tc)
tests/sys/kern/unix_seqpacket_test.c
1146
ATF_TC_BODY(sendrecv_8k_nonblocking, tc)
tests/sys/kern/unix_seqpacket_test.c
1151
ATF_TC_BODY(sendrecv_16k_nonblocking, tc)
tests/sys/kern/unix_seqpacket_test.c
1156
ATF_TC_BODY(sendrecv_32k_nonblocking, tc)
tests/sys/kern/unix_seqpacket_test.c
1161
ATF_TC_BODY(sendrecv_64k_nonblocking, tc)
tests/sys/kern/unix_seqpacket_test.c
1166
ATF_TC_BODY(sendrecv_128k_nonblocking, tc)
tests/sys/kern/unix_seqpacket_test.c
1172
ATF_TC_HEAD(random_eor_and_waitall, tc)
tests/sys/kern/unix_seqpacket_test.c
1174
atf_tc_set_md_var(tc, "descr", "Test random sized send/recv with "
tests/sys/kern/unix_seqpacket_test.c
1224
ATF_TC_BODY(random_eor_and_waitall, tc)
tests/sys/kern/unix_seqpacket_test.c
1361
ATF_TC_BODY(peek_race, tc)
tests/sys/kern/unix_seqpacket_test.c
411
ATF_TC_BODY(create_socket, tc)
tests/sys/kern/unix_seqpacket_test.c
422
ATF_TC_BODY(create_socketpair, tc)
tests/sys/kern/unix_seqpacket_test.c
438
ATF_TC_BODY(listen_unbound, tc)
tests/sys/kern/unix_seqpacket_test.c
452
ATF_TC_BODY(bind, tc)
tests/sys/kern/unix_seqpacket_test.c
473
ATF_TC_BODY(listen_bound, tc)
tests/sys/kern/unix_seqpacket_test.c
483
ATF_TC_BODY(connect, tc)
tests/sys/kern/unix_seqpacket_test.c
508
ATF_TC_BODY(send_before_accept, tc)
tests/sys/kern/unix_seqpacket_test.c
540
ATF_TC_BODY(send_to_closed, tc)
tests/sys/kern/unix_seqpacket_test.c
577
ATF_TC_BODY(implied_connect, tc)
tests/sys/kern/unix_seqpacket_test.c
594
ATF_TC_BODY(accept, tc)
tests/sys/kern/unix_seqpacket_test.c
606
ATF_TC_BODY(fcntl_nonblock, tc)
tests/sys/kern/unix_seqpacket_test.c
621
ATF_TC_BODY(resize_buffers, tc)
tests/sys/kern/unix_seqpacket_test.c
661
ATF_TC_BODY(resize_connected_buffers, tc)
tests/sys/kern/unix_seqpacket_test.c
717
ATF_TC_BODY(send_recv, tc)
tests/sys/kern/unix_seqpacket_test.c
753
ATF_TC_BODY(sendto_recvfrom, tc)
tests/sys/kern/unix_seqpacket_test.c
811
ATF_TC_BODY(send_recv_with_connect, tc)
tests/sys/kern/unix_seqpacket_test.c
840
ATF_TC_BODY(shutdown_send, tc)
tests/sys/kern/unix_seqpacket_test.c
870
ATF_TC_BODY(shutdown_send_sigpipe, tc)
tests/sys/kern/unix_seqpacket_test.c
901
ATF_TC_BODY(shutdown_o_async, tc)
tests/sys/kern/unix_seqpacket_test.c
917
ATF_TC_BODY(shutdown_recv, tc)
tests/sys/kern/unix_seqpacket_test.c
931
ATF_TC_BODY(send_recv_nonblocking, tc)
tests/sys/kern/unix_seqpacket_test.c
969
ATF_TC_BODY(eagain_8k_8k, tc)
tests/sys/kern/unix_seqpacket_test.c
974
ATF_TC_BODY(eagain_8k_128k, tc)
tests/sys/kern/unix_seqpacket_test.c
979
ATF_TC_BODY(eagain_128k_8k, tc)
tests/sys/kern/unix_seqpacket_test.c
984
ATF_TC_BODY(eagain_128k_128k, tc)
tests/sys/kern/unix_seqpacket_test.c
995
ATF_TC_BODY(rcvbuf_oversized, tc)
tests/sys/kern/unix_stream.c
259
ATF_TC_BODY(full_writability_select, tc)
tests/sys/kern/unix_stream.c
273
ATF_TC_BODY(full_writability_poll, tc)
tests/sys/kern/unix_stream.c
287
ATF_TC_BODY(full_writability_kevent, tc)
tests/sys/kern/unix_stream.c
301
ATF_TC_BODY(connected_writability, tc)
tests/sys/kern/unix_stream.c
322
ATF_TC_BODY(unconnected_writability, tc)
tests/sys/kern/unix_stream.c
342
ATF_TC_BODY(peerclosed_writability, tc)
tests/sys/kern/unix_stream.c
364
ATF_TC_BODY(peershutdown_writability, tc)
tests/sys/kern/unix_stream.c
394
ATF_TC_BODY(peershutdown_readability, tc)
tests/sys/kern/unix_stream.c
444
ATF_TC_BODY(peershutdown_wakeup_select, tc)
tests/sys/kern/unix_stream.c
453
ATF_TC_BODY(peershutdown_wakeup_poll, tc)
tests/sys/kern/unix_stream.c
463
ATF_TC_BODY(peershutdown_wakeup_kevent, tc)
tests/sys/kern/unix_stream.c
473
ATF_TC_BODY(ourshutdown_kevent, tc)
tests/sys/kern/unix_stream.c
496
ATF_TC_BODY(SO_SNDTIMEO, tc)
tests/sys/kern/unix_stream.c
72
ATF_TC_BODY(getpeereid, tc)
tests/sys/kern/unix_stream.c
97
ATF_TC_BODY(send_0, tc)
tests/sys/kern/waitpid_nohang.c
35
ATF_TC_BODY(waitpid_nohang, tc)
tests/sys/kqueue/kqueue_fork.c
138
ATF_TC_BODY(cponfork_notes, tc)
tests/sys/kqueue/kqueue_fork.c
46
ATF_TC_BODY(shared_table_filt_sig, tc)
tests/sys/kqueue/kqueue_peek_signal.c
40
ATF_TC_BODY(main, tc)
tests/sys/net/if_epair.c
44
ATF_TC_HEAD(params, tc)
tests/sys/net/if_epair.c
46
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/net/if_epair.c
47
atf_tc_set_md_var(tc, "require.kmods", "if_epair");
tests/sys/net/if_epair.c
50
ATF_TC_BODY(params, tc)
tests/sys/net/if_ovpn/if_ovpn_c.c
121
ATF_TC_CLEANUP(tcp, tc)
tests/sys/net/if_ovpn/if_ovpn_c.c
78
ATF_TC_HEAD(tcp, tc)
tests/sys/net/if_ovpn/if_ovpn_c.c
80
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/net/if_ovpn/if_ovpn_c.c
81
atf_tc_set_md_var(tc, "require.kmods", "if_ovpn");
tests/sys/net/if_ovpn/if_ovpn_c.c
84
ATF_TC_BODY(tcp, tc)
tests/sys/net/routing/rtsock_config.h
100
key = atf_tc_get_config_var_wd(tc, "rtsock.v6prefix", "2001:DB8::/32");
tests/sys/net/routing/rtsock_config.h
147
c->remote_lladdr = strdup(atf_tc_get_config_var_wd(tc,
tests/sys/net/routing/rtsock_config.h
154
config_generic_cleanup(const atf_tc_t *tc)
tests/sys/net/routing/rtsock_config.h
156
const char *srcdir = atf_tc_get_config_var(tc, "srcdir");
tests/sys/net/routing/rtsock_config.h
167
config_describe_root_test(atf_tc_t *tc, char *test_descr)
tests/sys/net/routing/rtsock_config.h
170
atf_tc_set_md_var(tc, "descr", test_descr);
tests/sys/net/routing/rtsock_config.h
172
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/net/routing/rtsock_config.h
60
config_setup(const atf_tc_t *tc, struct rtsock_config_options *co)
tests/sys/net/routing/rtsock_config.h
77
key = atf_tc_get_config_var_wd(tc, "rtsock.v4prefix", "192.0.2.0/24");
tests/sys/net/routing/test_rtsock_l3.c
1009
ATF_TC_CLEANUP(rtm_add_v4_temporal1_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
1015
ATF_TC_HEAD(rtm_add_v6_temporal1_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
1020
ATF_TC_BODY(rtm_add_v6_temporal1_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
1024
c = presetup_ipv6(tc);
tests/sys/net/routing/test_rtsock_l3.c
105
presetup_ipv4(const atf_tc_t *tc)
tests/sys/net/routing/test_rtsock_l3.c
1056
ATF_TC_CLEANUP(rtm_add_v6_temporal1_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
1066
ATF_TC_BODY(rtm_add_v6_gu_ifa_hostroute_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
1070
c = presetup_ipv6_iface(tc);
tests/sys/net/routing/test_rtsock_l3.c
110
c = presetup_ipv4_iface(tc);
tests/sys/net/routing/test_rtsock_l3.c
1103
ATF_TC_BODY(rtm_add_v6_gu_ifa_prefixroute_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
1107
c = presetup_ipv6_iface(tc);
tests/sys/net/routing/test_rtsock_l3.c
1141
ATF_TC_BODY(rtm_add_v6_gu_ifa_ordered_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
1145
c = presetup_ipv6_iface(tc);
tests/sys/net/routing/test_rtsock_l3.c
1199
ATF_TC_BODY(rtm_del_v6_gu_ifa_hostroute_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
1203
c = presetup_ipv6_iface(tc);
tests/sys/net/routing/test_rtsock_l3.c
1237
ATF_TC_BODY(rtm_del_v6_gu_ifa_prefixroute_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
1241
c = presetup_ipv6_iface(tc);
tests/sys/net/routing/test_rtsock_l3.c
1270
ATF_TC_BODY(rtm_add_v4_gu_ifa_prefixroute_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
1274
c = presetup_ipv4_iface(tc);
tests/sys/net/routing/test_rtsock_l3.c
1307
ATF_TC_BODY(rtm_add_v4_gu_ifa_ordered_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
1311
c = presetup_ipv4_iface(tc);
tests/sys/net/routing/test_rtsock_l3.c
1358
ATF_TC_BODY(rtm_del_v4_gu_ifa_prefixroute_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
1362
c = presetup_ipv4_iface(tc);
tests/sys/net/routing/test_rtsock_l3.c
252
#define DESCRIBE_ROOT_TEST(_msg) config_describe_root_test(tc, _msg)
tests/sys/net/routing/test_rtsock_l3.c
253
#define CLEANUP_AFTER_TEST config_generic_cleanup(tc)
tests/sys/net/routing/test_rtsock_l3.c
257
ATF_TC_HEAD(_name, tc) \
tests/sys/net/routing/test_rtsock_l3.c
261
ATF_TC_CLEANUP(_name, tc) \
tests/sys/net/routing/test_rtsock_l3.c
267
ATF_TC_HEAD(rtm_get_v4_exact_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
272
ATF_TC_BODY(rtm_get_v4_exact_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
276
c = presetup_ipv4(tc);
tests/sys/net/routing/test_rtsock_l3.c
307
ATF_TC_CLEANUP(rtm_get_v4_exact_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
313
ATF_TC_HEAD(rtm_get_v4_lpm_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
318
ATF_TC_BODY(rtm_get_v4_lpm_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
322
c = presetup_ipv4(tc);
tests/sys/net/routing/test_rtsock_l3.c
343
ATF_TC_CLEANUP(rtm_get_v4_lpm_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
350
ATF_TC_HEAD(rtm_get_v4_empty_dst_failure, tc)
tests/sys/net/routing/test_rtsock_l3.c
356
ATF_TC_BODY(rtm_get_v4_empty_dst_failure, tc)
tests/sys/net/routing/test_rtsock_l3.c
364
c = config_setup(tc,&co);
tests/sys/net/routing/test_rtsock_l3.c
37
jump_vnet(struct rtsock_test_config *c, const atf_tc_t *tc)
tests/sys/net/routing/test_rtsock_l3.c
374
ATF_TC_CLEANUP(rtm_get_v4_empty_dst_failure, tc)
tests/sys/net/routing/test_rtsock_l3.c
380
ATF_TC_HEAD(rtm_get_v4_hostbits_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
385
ATF_TC_BODY(rtm_get_v4_hostbits_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
389
c = presetup_ipv4(tc);
tests/sys/net/routing/test_rtsock_l3.c
400
ATF_TC_CLEANUP(rtm_get_v4_hostbits_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
406
ATF_TC_HEAD(rtm_add_v4_gw_direct_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
41
snprintf(vnet_name, sizeof(vnet_name), "vt-%s", atf_tc_get_ident(tc));
tests/sys/net/routing/test_rtsock_l3.c
411
ATF_TC_BODY(rtm_add_v4_gw_direct_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
415
c = presetup_ipv4(tc);
tests/sys/net/routing/test_rtsock_l3.c
442
ATF_TC_CLEANUP(rtm_add_v4_gw_direct_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
450
ATF_TC_BODY(rtm_add_v4_no_rtf_host_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
454
c = presetup_ipv4(tc);
tests/sys/net/routing/test_rtsock_l3.c
472
ATF_TC_HEAD(rtm_del_v4_prefix_nogw_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
477
ATF_TC_BODY(rtm_del_v4_prefix_nogw_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
481
c = presetup_ipv4(tc);
tests/sys/net/routing/test_rtsock_l3.c
51
presetup_ipv6_iface(const atf_tc_t *tc)
tests/sys/net/routing/test_rtsock_l3.c
515
ATF_TC_CLEANUP(rtm_del_v4_prefix_nogw_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
523
ATF_TC_BODY(rtm_change_v4_gw_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
531
c = config_setup(tc, &co);
tests/sys/net/routing/test_rtsock_l3.c
532
jump_vnet(c, tc);
tests/sys/net/routing/test_rtsock_l3.c
56
c = config_setup(tc, NULL);
tests/sys/net/routing/test_rtsock_l3.c
58
jump_vnet(c, tc);
tests/sys/net/routing/test_rtsock_l3.c
600
ATF_TC_BODY(rtm_change_v4_mtu_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
606
c = presetup_ipv4(tc);
tests/sys/net/routing/test_rtsock_l3.c
649
ATF_TC_BODY(rtm_change_v4_flags_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
656
c = presetup_ipv4(tc);
tests/sys/net/routing/test_rtsock_l3.c
697
ATF_TC_HEAD(rtm_add_v6_gu_gw_gu_direct_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
702
ATF_TC_BODY(rtm_add_v6_gu_gw_gu_direct_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
706
c = presetup_ipv6(tc);
tests/sys/net/routing/test_rtsock_l3.c
71
presetup_ipv6(const atf_tc_t *tc)
tests/sys/net/routing/test_rtsock_l3.c
734
ATF_TC_CLEANUP(rtm_add_v6_gu_gw_gu_direct_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
740
ATF_TC_HEAD(rtm_del_v6_gu_prefix_nogw_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
746
ATF_TC_BODY(rtm_del_v6_gu_prefix_nogw_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
750
c = presetup_ipv6(tc);
tests/sys/net/routing/test_rtsock_l3.c
76
c = presetup_ipv6_iface(tc);
tests/sys/net/routing/test_rtsock_l3.c
783
ATF_TC_CLEANUP(rtm_del_v6_gu_prefix_nogw_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
791
ATF_TC_BODY(rtm_change_v6_gw_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
799
c = config_setup(tc, &co);
tests/sys/net/routing/test_rtsock_l3.c
800
jump_vnet(c, tc);
tests/sys/net/routing/test_rtsock_l3.c
87
presetup_ipv4_iface(const atf_tc_t *tc)
tests/sys/net/routing/test_rtsock_l3.c
871
ATF_TC_BODY(rtm_change_v6_mtu_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
877
c = presetup_ipv6(tc);
tests/sys/net/routing/test_rtsock_l3.c
92
c = config_setup(tc, NULL);
tests/sys/net/routing/test_rtsock_l3.c
921
ATF_TC_BODY(rtm_change_v6_flags_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
928
c = presetup_ipv6(tc);
tests/sys/net/routing/test_rtsock_l3.c
95
jump_vnet(c, tc);
tests/sys/net/routing/test_rtsock_l3.c
968
ATF_TC_HEAD(rtm_add_v4_temporal1_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
973
ATF_TC_BODY(rtm_add_v4_temporal1_success, tc)
tests/sys/net/routing/test_rtsock_l3.c
977
c = presetup_ipv4(tc);
tests/sys/net/routing/test_rtsock_lladdr.c
105
struct rtsock_test_config *c = config_setup(tc); \
tests/sys/net/routing/test_rtsock_lladdr.c
108
#define DESCRIBE_ROOT_TEST(_msg) config_describe_root_test(tc, _msg)
tests/sys/net/routing/test_rtsock_lladdr.c
109
#define CLEANUP_AFTER_TEST config_generic_cleanup(tc)
tests/sys/net/routing/test_rtsock_lladdr.c
113
ATF_TC_HEAD(_name, tc) \
tests/sys/net/routing/test_rtsock_lladdr.c
117
ATF_TC_CLEANUP(_name, tc) \
tests/sys/net/routing/test_rtsock_lladdr.c
123
ATF_TC_BODY(rtm_add_v6_ll_lle_success, tc)
tests/sys/net/routing/test_rtsock_lladdr.c
127
c = presetup_ipv6(tc);
tests/sys/net/routing/test_rtsock_lladdr.c
171
ATF_TC_BODY(rtm_add_v6_gu_lle_success, tc)
tests/sys/net/routing/test_rtsock_lladdr.c
175
c = presetup_ipv6(tc);
tests/sys/net/routing/test_rtsock_lladdr.c
223
ATF_TC_BODY(rtm_add_v4_gu_lle_success, tc)
tests/sys/net/routing/test_rtsock_lladdr.c
227
c = presetup_ipv4(tc);
tests/sys/net/routing/test_rtsock_lladdr.c
268
ATF_TC_BODY(rtm_del_v6_ll_lle_success, tc)
tests/sys/net/routing/test_rtsock_lladdr.c
272
c = presetup_ipv6(tc);
tests/sys/net/routing/test_rtsock_lladdr.c
314
ATF_TC_BODY(rtm_del_v6_gu_lle_success, tc)
tests/sys/net/routing/test_rtsock_lladdr.c
318
c = presetup_ipv6(tc);
tests/sys/net/routing/test_rtsock_lladdr.c
32
jump_vnet(struct rtsock_test_config *c, const atf_tc_t *tc)
tests/sys/net/routing/test_rtsock_lladdr.c
36
snprintf(vnet_name, sizeof(vnet_name), "vt-%s", atf_tc_get_ident(tc));
tests/sys/net/routing/test_rtsock_lladdr.c
360
ATF_TC_BODY(rtm_del_v4_gu_lle_success, tc)
tests/sys/net/routing/test_rtsock_lladdr.c
364
c = presetup_ipv4(tc);
tests/sys/net/routing/test_rtsock_lladdr.c
46
presetup_ipv6(const atf_tc_t *tc)
tests/sys/net/routing/test_rtsock_lladdr.c
51
c = config_setup(tc, NULL);
tests/sys/net/routing/test_rtsock_lladdr.c
53
jump_vnet(c, tc);
tests/sys/net/routing/test_rtsock_lladdr.c
66
presetup_ipv4(const atf_tc_t *tc)
tests/sys/net/routing/test_rtsock_lladdr.c
71
c = config_setup(tc, NULL);
tests/sys/net/routing/test_rtsock_lladdr.c
73
jump_vnet(c, tc);
tests/sys/net/routing/test_rtsock_ops.c
36
ATF_TC_HEAD(socket_rtsock_openclose, tc)
tests/sys/net/routing/test_rtsock_ops.c
38
atf_tc_set_md_var(tc, "descr", "test successful open/close");
tests/sys/net/routing/test_rtsock_ops.c
41
ATF_TC_BODY(socket_rtsock_openclose, tc)
tests/sys/netgraph/ksocket.c
113
ATF_TC_BODY(udp6_connect, tc)
tests/sys/netgraph/ksocket.c
143
ATF_TC_BODY(udp6_bind, tc)
tests/sys/netgraph/ksocket.c
51
ATF_TC_BODY(udp_connect, tc)
tests/sys/netgraph/ksocket.c
80
ATF_TC_BODY(udp_bind, tc)
tests/sys/netgraph/socket.c
37
ATF_TC_BODY(getsockname, tc)
tests/sys/netinet/broadcast.c
124
ATF_TC_BODY(IP_ONESBCAST, tc)
tests/sys/netinet/broadcast.c
168
ATF_TC_BODY(local_broadcast, tc)
tests/sys/netinet/broadcast.c
94
ATF_TC_HEAD(INADDR_BROADCAST, tc)
tests/sys/netinet/broadcast.c
96
atf_tc_set_md_var(tc, "require.config", "allow_network_access");
tests/sys/netinet/broadcast.c
98
ATF_TC_BODY(INADDR_BROADCAST, tc)
tests/sys/netinet/fibs_multibind_test.c
160
multibind_different_user(int domain, int type, const atf_tc_t *tc)
tests/sys/netinet/fibs_multibind_test.c
170
if (!atf_tc_has_config_var(tc, "unprivileged_user"))
tests/sys/netinet/fibs_multibind_test.c
200
user = atf_tc_get_config_var(tc, "unprivileged_user");
tests/sys/netinet/fibs_multibind_test.c
219
per_fib_listening_socket(int domain, int type, const atf_tc_t *tc __unused)
tests/sys/netinet/fibs_multibind_test.c
28
ATF_TC_BODY(name ## _tcp, tc) \
tests/sys/netinet/fibs_multibind_test.c
30
name(PF_INET, SOCK_STREAM, tc); \
tests/sys/netinet/fibs_multibind_test.c
329
per_fib_dgram_socket(int domain, int type, const atf_tc_t *tc __unused)
tests/sys/netinet/fibs_multibind_test.c
33
ATF_TC_BODY(name ## _tcp6, tc) \
tests/sys/netinet/fibs_multibind_test.c
35
name(PF_INET6, SOCK_STREAM, tc); \
tests/sys/netinet/fibs_multibind_test.c
39
ATF_TC_BODY(name ## _udp, tc) \
tests/sys/netinet/fibs_multibind_test.c
41
name(PF_INET, SOCK_DGRAM, tc); \
tests/sys/netinet/fibs_multibind_test.c
44
ATF_TC_BODY(name ## _udp6, tc) \
tests/sys/netinet/fibs_multibind_test.c
451
per_fib_raw_socket(int domain, int type, const atf_tc_t *tc __unused)
tests/sys/netinet/fibs_multibind_test.c
46
name(PF_INET6, SOCK_DGRAM, tc); \
tests/sys/netinet/fibs_multibind_test.c
50
ATF_TC_HEAD(name ## _raw, tc) \
tests/sys/netinet/fibs_multibind_test.c
52
atf_tc_set_md_var(tc, "require.user", \
tests/sys/netinet/fibs_multibind_test.c
523
multibind_lbgroup_stream(int domain, int type, const atf_tc_t *tc __unused)
tests/sys/netinet/fibs_multibind_test.c
55
ATF_TC_BODY(name ## _raw, tc) \
tests/sys/netinet/fibs_multibind_test.c
57
name(PF_INET, SOCK_RAW, tc); \
tests/sys/netinet/fibs_multibind_test.c
60
ATF_TC_HEAD(name ## _raw6, tc) \
tests/sys/netinet/fibs_multibind_test.c
615
multibind_lbgroup_dgram(int domain, int type, const atf_tc_t *tc __unused)
tests/sys/netinet/fibs_multibind_test.c
62
atf_tc_set_md_var(tc, "require.user", \
tests/sys/netinet/fibs_multibind_test.c
65
ATF_TC_BODY(name ## _raw6, tc) \
tests/sys/netinet/fibs_multibind_test.c
67
name(PF_INET6, SOCK_RAW, tc); \
tests/sys/netinet/fibs_multibind_test.c
714
no_setfib_after_bind(int domain, int type, const atf_tc_t *tc __unused)
tests/sys/netinet/ip6_v4mapped_test.c
197
ATF_TC_HEAD(tcp_v4mapped_bind, tc)
tests/sys/netinet/ip6_v4mapped_test.c
200
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netinet/ip6_v4mapped_test.c
201
atf_tc_set_md_var(tc, "require.config", "allow_sysctl_side_effects");
tests/sys/netinet/ip6_v4mapped_test.c
202
atf_tc_set_md_var(tc, "descr",
tests/sys/netinet/ip6_v4mapped_test.c
213
ATF_TC_BODY(tcp_v4mapped_bind, tc)
tests/sys/netinet/ip6_v4mapped_test.c
316
ATF_TC_CLEANUP(tcp_v4mapped_bind, tc)
tests/sys/netinet/ip6_v4mapped_test.c
322
ATF_TC_HEAD(udp_v4mapped_sendto, tc)
tests/sys/netinet/ip6_v4mapped_test.c
324
atf_tc_set_md_var(tc, "descr",
tests/sys/netinet/ip6_v4mapped_test.c
327
ATF_TC_BODY(udp_v4mapped_sendto, tc)
tests/sys/netinet/ip_reass_test.c
196
ATF_TC_HEAD(ip_reass__multiple_last_fragments, tc)
tests/sys/netinet/ip_reass_test.c
198
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netinet/ip_reass_test.c
200
ATF_TC_BODY(ip_reass__multiple_last_fragments, tc)
tests/sys/netinet/ip_reass_test.c
276
ATF_TC_HEAD(ip_reass__zero_length_fragment, tc)
tests/sys/netinet/ip_reass_test.c
278
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netinet/ip_reass_test.c
280
ATF_TC_BODY(ip_reass__zero_length_fragment, tc)
tests/sys/netinet/ip_reass_test.c
326
ATF_TC_HEAD(ip_reass__large_fragment, tc)
tests/sys/netinet/ip_reass_test.c
328
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netinet/ip_reass_test.c
330
ATF_TC_BODY(ip_reass__large_fragment, tc)
tests/sys/netinet/raw.c
235
ATF_TC_BODY(reconnect, tc)
tests/sys/netinet/raw.c
85
ATF_TC_BODY(input, tc)
tests/sys/netinet/so_reuseport_lb_test.c
134
ATF_TC_BODY(basic_ipv4, tc)
tests/sys/netinet/so_reuseport_lb_test.c
189
ATF_TC_BODY(basic_ipv6, tc)
tests/sys/netinet/so_reuseport_lb_test.c
314
ATF_TC_BODY(concurrent_add, tc)
tests/sys/netinet/so_reuseport_lb_test.c
391
ATF_TC_BODY(double_listen_ipv4, tc)
tests/sys/netinet/so_reuseport_lb_test.c
419
ATF_TC_BODY(double_listen_ipv6, tc)
tests/sys/netinet/so_reuseport_lb_test.c
448
ATF_TC_BODY(bind_without_listen, tc)
tests/sys/netinet/so_reuseport_lb_test.c
495
ATF_TC_BODY(connect_not_bound, tc)
tests/sys/netinet/so_reuseport_lb_test.c
530
ATF_TC_BODY(connect_bound, tc)
tests/sys/netinet/so_reuseport_lb_test.c
567
ATF_TC_BODY(connect_udp, tc)
tests/sys/netinet/so_reuseport_lb_test.c
639
ATF_TC_BODY(connect_udp6, tc)
tests/sys/netinet/socket_afinet.c
162
ATF_TC_BODY(socket_afinet_poll_rdhup, tc)
tests/sys/netinet/socket_afinet.c
245
ATF_TC_BODY(socket_afinet_stream_reconnect, tc)
tests/sys/netinet/socket_afinet.c
296
ATF_TC_HEAD(socket_afinet_bindany, tc)
tests/sys/netinet/socket_afinet.c
298
atf_tc_set_md_var(tc, "require.user", "unprivileged");
tests/sys/netinet/socket_afinet.c
300
ATF_TC_BODY(socket_afinet_bindany, tc)
tests/sys/netinet/socket_afinet.c
340
child_bind(const atf_tc_t *tc, int type, struct sockaddr *sa, int opt,
tests/sys/netinet/socket_afinet.c
347
if (!atf_tc_has_config_var(tc, "unprivileged_user"))
tests/sys/netinet/socket_afinet.c
349
user = atf_tc_get_config_var(tc, "unprivileged_user");
tests/sys/netinet/socket_afinet.c
397
child_bind_priv(const atf_tc_t *tc, int type, struct sockaddr *sa, int opt)
tests/sys/netinet/socket_afinet.c
399
return (child_bind(tc, type, sa, opt, false));
tests/sys/netinet/socket_afinet.c
403
child_bind_unpriv(const atf_tc_t *tc, int type, struct sockaddr *sa, int opt)
tests/sys/netinet/socket_afinet.c
405
return (child_bind(tc, type, sa, opt, true));
tests/sys/netinet/socket_afinet.c
44
ATF_TC_BODY(socket_afinet, tc)
tests/sys/netinet/socket_afinet.c
453
multibind_test(const atf_tc_t *tc, int domain, int type)
tests/sys/netinet/socket_afinet.c
469
res = child_bind_priv(tc, type,
tests/sys/netinet/socket_afinet.c
482
res = child_bind_unpriv(tc, type,
tests/sys/netinet/socket_afinet.c
500
ATF_TC_HEAD(socket_afinet_multibind, tc)
tests/sys/netinet/socket_afinet.c
502
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netinet/socket_afinet.c
503
atf_tc_set_md_var(tc, "require.config", "unprivileged_user");
tests/sys/netinet/socket_afinet.c
505
ATF_TC_BODY(socket_afinet_multibind, tc)
tests/sys/netinet/socket_afinet.c
507
multibind_test(tc, AF_INET, SOCK_STREAM);
tests/sys/netinet/socket_afinet.c
508
multibind_test(tc, AF_INET, SOCK_DGRAM);
tests/sys/netinet/socket_afinet.c
509
multibind_test(tc, AF_INET6, SOCK_STREAM);
tests/sys/netinet/socket_afinet.c
510
multibind_test(tc, AF_INET6, SOCK_DGRAM);
tests/sys/netinet/socket_afinet.c
514
bind_connected_port_test(const atf_tc_t *tc, int domain)
tests/sys/netinet/socket_afinet.c
55
ATF_TC_BODY(socket_afinet_bind_zero, tc)
tests/sys/netinet/socket_afinet.c
565
res = child_bind(tc, SOCK_STREAM, sinp, 0, false);
tests/sys/netinet/socket_afinet.c
567
res = child_bind(tc, SOCK_STREAM, sinp, 0, true);
tests/sys/netinet/socket_afinet.c
577
ATF_TC_HEAD(socket_afinet_bind_connected_port, tc)
tests/sys/netinet/socket_afinet.c
579
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netinet/socket_afinet.c
580
atf_tc_set_md_var(tc, "require.config", "unprivileged_user");
tests/sys/netinet/socket_afinet.c
582
ATF_TC_BODY(socket_afinet_bind_connected_port, tc)
tests/sys/netinet/socket_afinet.c
584
bind_connected_port_test(tc, AF_INET);
tests/sys/netinet/socket_afinet.c
585
bind_connected_port_test(tc, AF_INET6);
tests/sys/netinet/socket_afinet.c
60
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
tests/sys/netinet/socket_afinet.c
79
ATF_TC_BODY(socket_afinet_bind_ok, tc)
tests/sys/netinet/socket_afinet.c
99
ATF_TC_BODY(socket_afinet_poll_no_rdhup, tc)
tests/sys/netinet/tcp_connect_port_test.c
267
ATF_TC_HEAD(basic_ipv4, tc)
tests/sys/netinet/tcp_connect_port_test.c
270
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netinet/tcp_connect_port_test.c
271
atf_tc_set_md_var(tc, "require.config", "allow_sysctl_side_effects");
tests/sys/netinet/tcp_connect_port_test.c
272
atf_tc_set_md_var(tc, "descr",
tests/sys/netinet/tcp_connect_port_test.c
276
ATF_TC_BODY(basic_ipv4, tc)
tests/sys/netinet/tcp_connect_port_test.c
289
ATF_TC_CLEANUP(basic_ipv4, tc)
tests/sys/netinet/tcp_connect_port_test.c
296
ATF_TC_HEAD(basic_ipv6, tc)
tests/sys/netinet/tcp_connect_port_test.c
299
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netinet/tcp_connect_port_test.c
300
atf_tc_set_md_var(tc, "require.config", "allow_sysctl_side_effects");
tests/sys/netinet/tcp_connect_port_test.c
301
atf_tc_set_md_var(tc, "descr",
tests/sys/netinet/tcp_connect_port_test.c
305
ATF_TC_BODY(basic_ipv6, tc)
tests/sys/netinet/tcp_connect_port_test.c
318
ATF_TC_CLEANUP(basic_ipv6, tc)
tests/sys/netinet/tcp_md5_getsockopt.c
105
ATF_TC_HEAD(tcp_md5_getsockopt_v4, tc)
tests/sys/netinet/tcp_md5_getsockopt.c
107
atf_tc_set_md_var(tc, "descr", "Test getsockopt for TCP MD5 SIG (IPv4)");
tests/sys/netinet/tcp_md5_getsockopt.c
108
atf_tc_set_md_var(tc, "require.kmods", "tcpmd5");
tests/sys/netinet/tcp_md5_getsockopt.c
111
ATF_TC_BODY(tcp_md5_getsockopt_v4, tc)
tests/sys/netinet/tcp_md5_getsockopt.c
117
ATF_TC_HEAD(tcp_md5_getsockopt_v6, tc)
tests/sys/netinet/tcp_md5_getsockopt.c
119
atf_tc_set_md_var(tc, "descr", "Test getsockopt for TCP MD5 SIG (IPv6)");
tests/sys/netinet/tcp_md5_getsockopt.c
120
atf_tc_set_md_var(tc, "require.kmods", "tcpmd5");
tests/sys/netinet/tcp_md5_getsockopt.c
123
ATF_TC_BODY(tcp_md5_getsockopt_v6, tc)
tests/sys/netinet/tcp_socket.c
37
ATF_TC_BODY(implied_connect, tc)
tests/sys/netinet/tcp_socket.c
80
ATF_TC_BODY(getsockname_disconnected, tc)
tests/sys/netinet/udp_bindings.c
173
ATF_TC_BODY(gethostname, tc)
tests/sys/netinet/udp_bindings.c
193
ATF_TC_BODY(gethostname_jailed, tc)
tests/sys/netinet/udp_bindings.c
222
ATF_TC_BODY(v4mapped, tc)
tests/sys/netinet/udp_bindings.c
87
ATF_TC_BODY(IP_SENDSRCADDR, tc)
tests/sys/netinet/udp_io.c
101
ATF_TC_BODY(peek, tc)
tests/sys/netinet/udp_io.c
66
ATF_TC_BODY(trunc, tc)
tests/sys/netlink/netlink_socket.c
120
ATF_TC_HEAD(overflow, tc)
tests/sys/netlink/netlink_socket.c
122
atf_tc_set_md_var(tc, "require.kmods", "netlink");
tests/sys/netlink/netlink_socket.c
124
ATF_TC_BODY(overflow, tc)
tests/sys/netlink/netlink_socket.c
151
ATF_TC_HEAD(peek, tc)
tests/sys/netlink/netlink_socket.c
153
atf_tc_set_md_var(tc, "require.kmods", "netlink");
tests/sys/netlink/netlink_socket.c
155
ATF_TC_BODY(peek, tc)
tests/sys/netlink/netlink_socket.c
197
ATF_TC_HEAD(sizes, tc)
tests/sys/netlink/netlink_socket.c
199
atf_tc_set_md_var(tc, "require.kmods", "netlink");
tests/sys/netlink/netlink_socket.c
201
ATF_TC_BODY(sizes, tc)
tests/sys/netlink/netlink_socket.c
303
ATF_TC_HEAD(membership, tc)
tests/sys/netlink/netlink_socket.c
305
atf_tc_set_md_var(tc, "require.kmods", "netlink");
tests/sys/netlink/netlink_socket.c
307
ATF_TC_BODY(membership, tc)
tests/sys/netlink/test_rtnl_gre.c
79
ATF_TC_HEAD(test_rtnl_gre, tc)
tests/sys/netlink/test_rtnl_gre.c
81
atf_tc_set_md_var(tc, "descr", "test gre interface using netlink");
tests/sys/netlink/test_rtnl_gre.c
82
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netlink/test_rtnl_gre.c
83
atf_tc_set_md_var(tc, "require.kmods", "netlink if_gre");
tests/sys/netlink/test_rtnl_gre.c
86
ATF_TC_BODY(test_rtnl_gre, tc)
tests/sys/netlink/test_snl.c
100
ATF_TC_BODY(snl_parse_errmsg_capped_extack, tc)
tests/sys/netlink/test_snl.c
136
ATF_TC_HEAD(snl_parse_errmsg_uncapped_extack, tc)
tests/sys/netlink/test_snl.c
138
atf_tc_set_md_var(tc, "descr", "Tests snl(3) correctly parsing errors with extack");
tests/sys/netlink/test_snl.c
139
atf_tc_set_md_var(tc, "require.kmods", "netlink");
tests/sys/netlink/test_snl.c
142
ATF_TC_BODY(snl_parse_errmsg_uncapped_extack, tc)
tests/sys/netlink/test_snl.c
175
ATF_TC_HEAD(snl_list_ifaces, tc)
tests/sys/netlink/test_snl.c
177
atf_tc_set_md_var(tc, "descr", "Tests snl(3) listing interfaces");
tests/sys/netlink/test_snl.c
178
atf_tc_set_md_var(tc, "require.kmods", "netlink");
tests/sys/netlink/test_snl.c
201
ATF_TC_BODY(snl_list_ifaces, tc)
tests/sys/netlink/test_snl.c
29
ATF_TC_HEAD(snl_verify_core_parsers, tc)
tests/sys/netlink/test_snl.c
31
atf_tc_set_md_var(tc, "descr", "Tests snl(3) core nlmsg parsers are correct");
tests/sys/netlink/test_snl.c
34
ATF_TC_BODY(snl_verify_core_parsers, tc)
tests/sys/netlink/test_snl.c
41
ATF_TC_HEAD(snl_verify_route_parsers, tc)
tests/sys/netlink/test_snl.c
43
atf_tc_set_md_var(tc, "descr", "Tests snl(3) route parsers are correct");
tests/sys/netlink/test_snl.c
46
ATF_TC_BODY(snl_verify_route_parsers, tc)
tests/sys/netlink/test_snl.c
53
ATF_TC_HEAD(snl_parse_errmsg_capped, tc)
tests/sys/netlink/test_snl.c
55
atf_tc_set_md_var(tc, "descr", "Tests snl(3) correctly parsing capped errors");
tests/sys/netlink/test_snl.c
56
atf_tc_set_md_var(tc, "require.kmods", "netlink");
tests/sys/netlink/test_snl.c
59
ATF_TC_BODY(snl_parse_errmsg_capped, tc)
tests/sys/netlink/test_snl.c
94
ATF_TC_HEAD(snl_parse_errmsg_capped_extack, tc)
tests/sys/netlink/test_snl.c
96
atf_tc_set_md_var(tc, "descr", "Tests snl(3) correctly parsing capped errors with extack");
tests/sys/netlink/test_snl.c
97
atf_tc_set_md_var(tc, "require.kmods", "netlink");
tests/sys/netlink/test_snl_generic.c
19
ATF_TC_HEAD(snl_verify_genl_parsers, tc)
tests/sys/netlink/test_snl_generic.c
21
atf_tc_set_md_var(tc, "descr", "Tests snl(3) generic parsers are correct");
tests/sys/netlink/test_snl_generic.c
24
ATF_TC_BODY(snl_verify_genl_parsers, tc)
tests/sys/netlink/test_snl_generic.c
31
ATF_TC_HEAD(test_snl_get_genl_family_success, tc)
tests/sys/netlink/test_snl_generic.c
33
atf_tc_set_md_var(tc, "descr", "Tests successfull resolution of the 'nlctrl' family");
tests/sys/netlink/test_snl_generic.c
34
atf_tc_set_md_var(tc, "require.kmods", "netlink");
tests/sys/netlink/test_snl_generic.c
37
ATF_TC_BODY(test_snl_get_genl_family_success, tc)
tests/sys/netlink/test_snl_generic.c
48
ATF_TC_HEAD(test_snl_get_genl_family_failure, tc)
tests/sys/netlink/test_snl_generic.c
50
atf_tc_set_md_var(tc, "descr", "Tests unsuccessfull resolution of 'no-such-family' family");
tests/sys/netlink/test_snl_generic.c
51
atf_tc_set_md_var(tc, "require.kmods", "netlink");
tests/sys/netlink/test_snl_generic.c
54
ATF_TC_BODY(test_snl_get_genl_family_failure, tc)
tests/sys/netlink/test_snl_generic.c
65
ATF_TC_HEAD(test_snl_get_genl_family_groups, tc)
tests/sys/netlink/test_snl_generic.c
67
atf_tc_set_md_var(tc, "descr", "Tests getting 'nlctrl' groups");
tests/sys/netlink/test_snl_generic.c
68
atf_tc_set_md_var(tc, "require.kmods", "netlink");
tests/sys/netlink/test_snl_generic.c
71
ATF_TC_BODY(test_snl_get_genl_family_groups, tc)
tests/sys/netpfil/pf/ioctl/validation.c
1003
ATF_TC_CLEANUP(addstate, tc)
tests/sys/netpfil/pf/ioctl/validation.c
109
ATF_TC_CLEANUP(addtables, tc)
tests/sys/netpfil/pf/ioctl/validation.c
115
ATF_TC_HEAD(deltables, tc)
tests/sys/netpfil/pf/ioctl/validation.c
117
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
118
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
121
ATF_TC_BODY(deltables, tc)
tests/sys/netpfil/pf/ioctl/validation.c
153
ATF_TC_CLEANUP(deltables, tc)
tests/sys/netpfil/pf/ioctl/validation.c
159
ATF_TC_HEAD(gettables, tc)
tests/sys/netpfil/pf/ioctl/validation.c
161
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
162
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
165
ATF_TC_BODY(gettables, tc)
tests/sys/netpfil/pf/ioctl/validation.c
192
ATF_TC_CLEANUP(gettables, tc)
tests/sys/netpfil/pf/ioctl/validation.c
198
ATF_TC_HEAD(clrtables, tc)
tests/sys/netpfil/pf/ioctl/validation.c
200
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
201
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
204
ATF_TC_BODY(clrtables, tc)
tests/sys/netpfil/pf/ioctl/validation.c
224
ATF_TC_CLEANUP(clrtables, tc)
tests/sys/netpfil/pf/ioctl/validation.c
230
ATF_TC_HEAD(gettstats, tc)
tests/sys/netpfil/pf/ioctl/validation.c
232
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
233
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
236
ATF_TC_BODY(gettstats, tc)
tests/sys/netpfil/pf/ioctl/validation.c
263
ATF_TC_CLEANUP(gettstats, tc)
tests/sys/netpfil/pf/ioctl/validation.c
269
ATF_TC_HEAD(clrtstats, tc)
tests/sys/netpfil/pf/ioctl/validation.c
271
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
272
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
275
ATF_TC_BODY(clrtstats, tc)
tests/sys/netpfil/pf/ioctl/validation.c
309
ATF_TC_CLEANUP(clrtstats, tc)
tests/sys/netpfil/pf/ioctl/validation.c
315
ATF_TC_HEAD(settflags, tc)
tests/sys/netpfil/pf/ioctl/validation.c
317
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
318
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
321
ATF_TC_BODY(settflags, tc)
tests/sys/netpfil/pf/ioctl/validation.c
355
ATF_TC_CLEANUP(settflags, tc)
tests/sys/netpfil/pf/ioctl/validation.c
361
ATF_TC_HEAD(addaddrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
363
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
364
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
367
ATF_TC_BODY(addaddrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
391
ATF_TC_CLEANUP(addaddrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
397
ATF_TC_HEAD(deladdrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
399
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
400
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
403
ATF_TC_BODY(deladdrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
427
ATF_TC_CLEANUP(deladdrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
433
ATF_TC_HEAD(setaddrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
435
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
436
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
439
ATF_TC_BODY(setaddrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
463
ATF_TC_CLEANUP(setaddrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
469
ATF_TC_HEAD(getaddrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
471
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
472
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
475
ATF_TC_BODY(getaddrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
501
ATF_TC_CLEANUP(getaddrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
507
ATF_TC_HEAD(getastats, tc)
tests/sys/netpfil/pf/ioctl/validation.c
509
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
510
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
513
ATF_TC_BODY(getastats, tc)
tests/sys/netpfil/pf/ioctl/validation.c
539
ATF_TC_CLEANUP(getastats, tc)
tests/sys/netpfil/pf/ioctl/validation.c
545
ATF_TC_HEAD(clrastats, tc)
tests/sys/netpfil/pf/ioctl/validation.c
547
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
548
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
551
ATF_TC_BODY(clrastats, tc)
tests/sys/netpfil/pf/ioctl/validation.c
577
ATF_TC_CLEANUP(clrastats, tc)
tests/sys/netpfil/pf/ioctl/validation.c
583
ATF_TC_HEAD(tstaddrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
585
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
586
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
589
ATF_TC_BODY(tstaddrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
615
ATF_TC_CLEANUP(tstaddrs, tc)
tests/sys/netpfil/pf/ioctl/validation.c
62
ATF_TC_HEAD(addtables, tc)
tests/sys/netpfil/pf/ioctl/validation.c
621
ATF_TC_HEAD(inadefine, tc)
tests/sys/netpfil/pf/ioctl/validation.c
623
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
624
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
627
ATF_TC_BODY(inadefine, tc)
tests/sys/netpfil/pf/ioctl/validation.c
64
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
65
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
653
ATF_TC_CLEANUP(inadefine, tc)
tests/sys/netpfil/pf/ioctl/validation.c
659
ATF_TC_HEAD(igetifaces, tc)
tests/sys/netpfil/pf/ioctl/validation.c
661
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
662
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
665
ATF_TC_BODY(igetifaces, tc)
tests/sys/netpfil/pf/ioctl/validation.c
68
ATF_TC_BODY(addtables, tc)
tests/sys/netpfil/pf/ioctl/validation.c
688
ATF_TC_CLEANUP(igetifaces, tc)
tests/sys/netpfil/pf/ioctl/validation.c
694
ATF_TC_HEAD(cxbegin, tc)
tests/sys/netpfil/pf/ioctl/validation.c
696
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
697
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
700
ATF_TC_BODY(cxbegin, tc)
tests/sys/netpfil/pf/ioctl/validation.c
728
ATF_TC_CLEANUP(cxbegin, tc)
tests/sys/netpfil/pf/ioctl/validation.c
734
ATF_TC_HEAD(cxrollback, tc)
tests/sys/netpfil/pf/ioctl/validation.c
736
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
737
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
740
ATF_TC_BODY(cxrollback, tc)
tests/sys/netpfil/pf/ioctl/validation.c
768
ATF_TC_CLEANUP(cxrollback, tc)
tests/sys/netpfil/pf/ioctl/validation.c
774
ATF_TC_HEAD(commit, tc)
tests/sys/netpfil/pf/ioctl/validation.c
776
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
777
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
780
ATF_TC_BODY(commit, tc)
tests/sys/netpfil/pf/ioctl/validation.c
808
ATF_TC_CLEANUP(commit, tc)
tests/sys/netpfil/pf/ioctl/validation.c
814
ATF_TC_HEAD(getsrcnodes, tc)
tests/sys/netpfil/pf/ioctl/validation.c
816
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
817
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
820
ATF_TC_BODY(getsrcnodes, tc)
tests/sys/netpfil/pf/ioctl/validation.c
841
ATF_TC_CLEANUP(getsrcnodes, tc)
tests/sys/netpfil/pf/ioctl/validation.c
847
ATF_TC_HEAD(tag, tc)
tests/sys/netpfil/pf/ioctl/validation.c
849
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
850
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
853
ATF_TC_BODY(tag, tc)
tests/sys/netpfil/pf/ioctl/validation.c
879
ATF_TC_CLEANUP(tag, tc)
tests/sys/netpfil/pf/ioctl/validation.c
885
ATF_TC_HEAD(rpool_mtx, tc)
tests/sys/netpfil/pf/ioctl/validation.c
887
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
888
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
891
ATF_TC_BODY(rpool_mtx, tc)
tests/sys/netpfil/pf/ioctl/validation.c
917
ATF_TC_CLEANUP(rpool_mtx, tc)
tests/sys/netpfil/pf/ioctl/validation.c
923
ATF_TC_HEAD(rpool_mtx2, tc)
tests/sys/netpfil/pf/ioctl/validation.c
925
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
926
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
929
ATF_TC_BODY(rpool_mtx2, tc)
tests/sys/netpfil/pf/ioctl/validation.c
944
ATF_TC_CLEANUP(rpool_mtx2, tc)
tests/sys/netpfil/pf/ioctl/validation.c
950
ATF_TC_HEAD(natlook, tc)
tests/sys/netpfil/pf/ioctl/validation.c
952
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
953
atf_tc_set_md_var(tc, "require.kmods", "pf");
tests/sys/netpfil/pf/ioctl/validation.c
956
ATF_TC_BODY(natlook, tc)
tests/sys/netpfil/pf/ioctl/validation.c
979
ATF_TC_CLEANUP(natlook, tc)
tests/sys/netpfil/pf/ioctl/validation.c
985
ATF_TC_HEAD(addstate, tc)
tests/sys/netpfil/pf/ioctl/validation.c
987
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/netpfil/pf/ioctl/validation.c
988
atf_tc_set_md_var(tc, "require.kmods", "pfsync");
tests/sys/netpfil/pf/ioctl/validation.c
991
ATF_TC_BODY(addstate, tc)
tests/sys/opencrypto/blake2_test.c
171
ATF_TC_HEAD(blake2b_vectors, tc)
tests/sys/opencrypto/blake2_test.c
173
atf_tc_set_md_var(tc, "require.kmods", "nexus/cryptosoft cryptodev");
tests/sys/opencrypto/blake2_test.c
175
ATF_TC_BODY(blake2b_vectors, tc)
tests/sys/opencrypto/blake2_test.c
182
ATF_TC_HEAD(blake2s_vectors, tc)
tests/sys/opencrypto/blake2_test.c
184
atf_tc_set_md_var(tc, "require.kmods", "nexus/cryptosoft cryptodev");
tests/sys/opencrypto/blake2_test.c
186
ATF_TC_BODY(blake2s_vectors, tc)
tests/sys/opencrypto/blake2_test.c
194
ATF_TC_HEAD(blake2b_vectors_x86, tc)
tests/sys/opencrypto/blake2_test.c
196
atf_tc_set_md_var(tc, "require.kmods", "nexus/blake2 cryptodev");
tests/sys/opencrypto/blake2_test.c
198
ATF_TC_BODY(blake2b_vectors_x86, tc)
tests/sys/opencrypto/blake2_test.c
205
ATF_TC_HEAD(blake2s_vectors_x86, tc)
tests/sys/opencrypto/blake2_test.c
207
atf_tc_set_md_var(tc, "require.kmods", "nexus/blake2 cryptodev");
tests/sys/opencrypto/blake2_test.c
209
ATF_TC_BODY(blake2s_vectors_x86, tc)
tests/sys/opencrypto/poly1305_test.c
379
ATF_TC_HEAD(poly1305_vectors, tc)
tests/sys/opencrypto/poly1305_test.c
381
atf_tc_set_md_var(tc, "require.kmods", "nexus/cryptosoft cryptodev");
tests/sys/opencrypto/poly1305_test.c
383
ATF_TC_BODY(poly1305_vectors, tc)
tests/sys/posixshm/memfd_test.c
126
ATF_TC_BODY(mmap_write_seal, tc)
tests/sys/posixshm/memfd_test.c
193
ATF_TC_BODY(truncate_seals, tc)
tests/sys/posixshm/memfd_test.c
210
ATF_TC_BODY(get_seals, tc)
tests/sys/posixshm/memfd_test.c
226
ATF_TC_BODY(dup_seals, tc)
tests/sys/posixshm/memfd_test.c
256
ATF_TC_BODY(immutable_seals, tc)
tests/sys/posixshm/memfd_test.c
283
ATF_TC_BODY(hugetlb, tc)
tests/sys/posixshm/memfd_test.c
40
ATF_TC_BODY(basic, tc)
tests/sys/posixshm/memfd_test.c
67
ATF_TC_BODY(cloexec, tc)
tests/sys/posixshm/memfd_test.c
82
ATF_TC_BODY(disallowed_sealing, tc)
tests/sys/posixshm/memfd_test.c
97
ATF_TC_BODY(write_seal, tc)
tests/sys/posixshm/posixshm_test.c
1016
ATF_TC_BODY(mode, tc)
tests/sys/posixshm/posixshm_test.c
1051
ATF_TC_BODY(fallocate, tc)
tests/sys/posixshm/posixshm_test.c
1089
ATF_TC_BODY(fspacectl, tc)
tests/sys/posixshm/posixshm_test.c
1164
ATF_TC_BODY(accounting, tc)
tests/sys/posixshm/posixshm_test.c
1196
ATF_TC_BODY(mmap_prot, tc)
tests/sys/posixshm/posixshm_test.c
1245
ATF_TC_BODY(largepage_basic, tc)
tests/sys/posixshm/posixshm_test.c
1301
ATF_TC_BODY(largepage_config, tc)
tests/sys/posixshm/posixshm_test.c
1364
ATF_TC_BODY(largepage_mmap, tc)
tests/sys/posixshm/posixshm_test.c
1460
ATF_TC_BODY(largepage_munmap, tc)
tests/sys/posixshm/posixshm_test.c
1511
ATF_TC_BODY(largepage_madvise, tc)
tests/sys/posixshm/posixshm_test.c
1557
ATF_TC_HEAD(largepage_mlock, tc)
tests/sys/posixshm/posixshm_test.c
1560
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/posixshm/posixshm_test.c
1562
ATF_TC_BODY(largepage_mlock, tc)
tests/sys/posixshm/posixshm_test.c
1623
ATF_TC_BODY(largepage_msync, tc)
tests/sys/posixshm/posixshm_test.c
1682
ATF_TC_BODY(largepage_mprotect, tc)
tests/sys/posixshm/posixshm_test.c
1751
ATF_TC_BODY(largepage_minherit, tc)
tests/sys/posixshm/posixshm_test.c
1838
ATF_TC_BODY(largepage_pipe, tc)
tests/sys/posixshm/posixshm_test.c
1893
ATF_TC_BODY(largepage_reopen, tc)
tests/sys/posixshm/posixshm_test.c
304
ATF_TC_BODY(remap_object, tc)
tests/sys/posixshm/posixshm_test.c
330
ATF_TC_BODY(rename_from_anon, tc)
tests/sys/posixshm/posixshm_test.c
341
ATF_TC_BODY(rename_bad_path_pointer, tc)
tests/sys/posixshm/posixshm_test.c
359
ATF_TC_BODY(rename_from_nonexisting, tc)
tests/sys/posixshm/posixshm_test.c
375
ATF_TC_BODY(rename_to_anon, tc)
tests/sys/posixshm/posixshm_test.c
386
ATF_TC_BODY(rename_to_replace, tc)
tests/sys/posixshm/posixshm_test.c
412
ATF_TC_BODY(rename_to_noreplace, tc)
tests/sys/posixshm/posixshm_test.c
442
ATF_TC_BODY(rename_to_exchange, tc)
tests/sys/posixshm/posixshm_test.c
471
ATF_TC_BODY(rename_to_exchange_nonexisting, tc)
tests/sys/posixshm/posixshm_test.c
493
ATF_TC_BODY(rename_to_self, tc)
tests/sys/posixshm/posixshm_test.c
511
ATF_TC_BODY(rename_bad_flag, tc)
tests/sys/posixshm/posixshm_test.c
535
ATF_TC_BODY(reopen_object, tc)
tests/sys/posixshm/posixshm_test.c
565
ATF_TC_BODY(readonly_mmap_write, tc)
tests/sys/posixshm/posixshm_test.c
592
ATF_TC_BODY(open_after_link, tc)
tests/sys/posixshm/posixshm_test.c
609
ATF_TC_BODY(open_invalid_path, tc)
tests/sys/posixshm/posixshm_test.c
616
ATF_TC_BODY(open_write_only, tc)
tests/sys/posixshm/posixshm_test.c
625
ATF_TC_BODY(open_extra_flags, tc)
tests/sys/posixshm/posixshm_test.c
634
ATF_TC_BODY(open_anon, tc)
tests/sys/posixshm/posixshm_test.c
644
ATF_TC_BODY(open_anon_readonly, tc)
tests/sys/posixshm/posixshm_test.c
651
ATF_TC_BODY(open_bad_path_pointer, tc)
tests/sys/posixshm/posixshm_test.c
658
ATF_TC_BODY(open_path_too_long, tc)
tests/sys/posixshm/posixshm_test.c
670
ATF_TC_BODY(open_nonexisting_object, tc)
tests/sys/posixshm/posixshm_test.c
677
ATF_TC_BODY(open_create_existing_object, tc)
tests/sys/posixshm/posixshm_test.c
695
ATF_TC_BODY(trunc_resets_object, tc)
tests/sys/posixshm/posixshm_test.c
725
ATF_TC_BODY(unlink_bad_path_pointer, tc)
tests/sys/posixshm/posixshm_test.c
732
ATF_TC_BODY(unlink_path_too_long, tc)
tests/sys/posixshm/posixshm_test.c
744
ATF_TC_BODY(object_resize, tc)
tests/sys/posixshm/posixshm_test.c
879
ATF_TC_BODY(shm_functionality_across_fork, tc)
tests/sys/posixshm/posixshm_test.c
996
ATF_TC_BODY(cloexec, tc)
tests/sys/ses/destructive.c
203
ATF_TC_HEAD(setelmstat, tc)
tests/sys/ses/destructive.c
205
atf_tc_set_md_var(tc, "descr", "Exercise ENCIOC_SETELMSTAT");
tests/sys/ses/destructive.c
206
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/ses/destructive.c
208
ATF_TC_BODY(setelmstat, tc)
tests/sys/ses/destructive.c
215
ATF_TC_CLEANUP(setelmstat, tc)
tests/sys/ses/destructive.c
272
ATF_TC_HEAD(setencstat, tc)
tests/sys/ses/destructive.c
274
atf_tc_set_md_var(tc, "descr", "Exercise ENCIOC_SETENCSTAT");
tests/sys/ses/destructive.c
275
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/ses/destructive.c
277
ATF_TC_BODY(setencstat, tc)
tests/sys/ses/destructive.c
284
ATF_TC_CLEANUP(setencstat, tc)
tests/sys/ses/nondestructive.c
114
ATF_TC_HEAD(getelmdesc, tc)
tests/sys/ses/nondestructive.c
116
atf_tc_set_md_var(tc, "descr",
tests/sys/ses/nondestructive.c
118
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/ses/nondestructive.c
119
atf_tc_set_md_var(tc, "require.progs", "sg_ses");
tests/sys/ses/nondestructive.c
121
ATF_TC_BODY(getelmdesc, tc)
tests/sys/ses/nondestructive.c
218
ATF_TC_HEAD(getelmdevnames, tc)
tests/sys/ses/nondestructive.c
220
atf_tc_set_md_var(tc, "descr",
tests/sys/ses/nondestructive.c
222
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/ses/nondestructive.c
223
atf_tc_set_md_var(tc, "require.progs", "sg_ses");
tests/sys/ses/nondestructive.c
225
ATF_TC_BODY(getelmdevnames, tc)
tests/sys/ses/nondestructive.c
313
ATF_TC_HEAD(getelmmap, tc)
tests/sys/ses/nondestructive.c
315
atf_tc_set_md_var(tc, "descr",
tests/sys/ses/nondestructive.c
317
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/ses/nondestructive.c
318
atf_tc_set_md_var(tc, "require.progs", "sg_ses");
tests/sys/ses/nondestructive.c
320
ATF_TC_BODY(getelmmap, tc)
tests/sys/ses/nondestructive.c
386
ATF_TC_HEAD(getelmstat, tc)
tests/sys/ses/nondestructive.c
388
atf_tc_set_md_var(tc, "descr",
tests/sys/ses/nondestructive.c
390
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/ses/nondestructive.c
391
atf_tc_set_md_var(tc, "require.progs", "sg_ses");
tests/sys/ses/nondestructive.c
393
ATF_TC_BODY(getelmstat, tc)
tests/sys/ses/nondestructive.c
438
ATF_TC_HEAD(getencid, tc)
tests/sys/ses/nondestructive.c
440
atf_tc_set_md_var(tc, "descr",
tests/sys/ses/nondestructive.c
442
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/ses/nondestructive.c
443
atf_tc_set_md_var(tc, "require.progs", "sg_ses");
tests/sys/ses/nondestructive.c
445
ATF_TC_BODY(getencid, tc)
tests/sys/ses/nondestructive.c
486
ATF_TC_HEAD(getencname, tc)
tests/sys/ses/nondestructive.c
488
atf_tc_set_md_var(tc, "descr",
tests/sys/ses/nondestructive.c
490
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/ses/nondestructive.c
491
atf_tc_set_md_var(tc, "require.progs", "sg_inq");
tests/sys/ses/nondestructive.c
493
ATF_TC_BODY(getencname, tc)
tests/sys/ses/nondestructive.c
531
ATF_TC_HEAD(getencstat, tc)
tests/sys/ses/nondestructive.c
533
atf_tc_set_md_var(tc, "descr",
tests/sys/ses/nondestructive.c
535
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/ses/nondestructive.c
536
atf_tc_set_md_var(tc, "require.progs", "sg_ses");
tests/sys/ses/nondestructive.c
538
ATF_TC_BODY(getencstat, tc)
tests/sys/ses/nondestructive.c
581
ATF_TC_HEAD(getnelm, tc)
tests/sys/ses/nondestructive.c
583
atf_tc_set_md_var(tc, "descr",
tests/sys/ses/nondestructive.c
585
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/ses/nondestructive.c
586
atf_tc_set_md_var(tc, "require.progs", "sg_ses");
tests/sys/ses/nondestructive.c
588
ATF_TC_BODY(getnelm, tc)
tests/sys/ses/nondestructive.c
635
ATF_TC_HEAD(getstring, tc)
tests/sys/ses/nondestructive.c
637
atf_tc_set_md_var(tc, "descr",
tests/sys/ses/nondestructive.c
639
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/ses/nondestructive.c
640
atf_tc_set_md_var(tc, "require.progs", "sg_ses");
tests/sys/ses/nondestructive.c
642
ATF_TC_BODY(getstring, tc)
tests/sys/sound/pcm_read_write.c
125
ATF_TC_HEAD(pcm_read, tc)
tests/sys/sound/pcm_read_write.c
127
atf_tc_set_md_var(tc, "descr",
tests/sys/sound/pcm_read_write.c
130
ATF_TC_BODY(pcm_read, tc)
tests/sys/sound/pcm_read_write.c
168
ATF_TC_HEAD(pcm_write, tc)
tests/sys/sound/pcm_read_write.c
170
atf_tc_set_md_var(tc, "descr",
tests/sys/sound/pcm_read_write.c
173
ATF_TC_BODY(pcm_write, tc)
tests/sys/sound/pcm_read_write.c
233
ATF_TC_HEAD(pcm_format_bits, tc)
tests/sys/sound/pcm_read_write.c
235
atf_tc_set_md_var(tc, "descr",
tests/sys/sound/pcm_read_write.c
238
ATF_TC_BODY(pcm_format_bits, tc)
tests/sys/sound/polling.c
122
ATF_TC_HEAD(poll_poll, tc)
tests/sys/sound/polling.c
124
atf_tc_set_md_var(tc, "descr", "poll(2) test");
tests/sys/sound/polling.c
125
atf_tc_set_md_var(tc, "require.kmods", "snd_dummy");
tests/sys/sound/polling.c
128
ATF_TC_BODY(poll_poll, tc)
tests/sys/sound/polling.c
161
ATF_TC_HEAD(poll_select, tc)
tests/sys/sound/polling.c
163
atf_tc_set_md_var(tc, "descr", "select(2) test");
tests/sys/sound/polling.c
164
atf_tc_set_md_var(tc, "require.kmods", "snd_dummy");
tests/sys/sound/polling.c
167
ATF_TC_BODY(poll_select, tc)
tests/sys/sound/polling.c
74
ATF_TC_HEAD(poll_kqueue, tc)
tests/sys/sound/polling.c
76
atf_tc_set_md_var(tc, "descr", "kqueue(2) test");
tests/sys/sound/polling.c
77
atf_tc_set_md_var(tc, "require.kmods", "snd_dummy");
tests/sys/sound/polling.c
80
ATF_TC_BODY(poll_kqueue, tc)
tests/sys/sound/sndstat.c
215
ATF_TC_HEAD(sndstat_udev, tc)
tests/sys/sound/sndstat.c
217
atf_tc_set_md_var(tc, "descr", "/dev/sndstat userdev interface test");
tests/sys/sound/sndstat.c
218
atf_tc_set_md_var(tc, "require.kmods", "snd_dummy");
tests/sys/sound/sndstat.c
221
ATF_TC_BODY(sndstat_udev, tc)
tests/sys/sound/sndstat.c
44
ATF_TC_HEAD(sndstat_nv, tc)
tests/sys/sound/sndstat.c
46
atf_tc_set_md_var(tc, "descr", "/dev/sndstat nvlist test");
tests/sys/sound/sndstat.c
47
atf_tc_set_md_var(tc, "require.kmods", "snd_dummy");
tests/sys/sound/sndstat.c
50
ATF_TC_BODY(sndstat_nv, tc)
tests/sys/sys/arb_test.c
61
ATF_TC_BODY(arb_test, tc)
tests/sys/sys/bitset_test.c
23
ATF_TC_BODY(bit_foreach, tc)
tests/sys/sys/bitstring_test.c
107
ATF_TC_BODY(bitstr_size, tc)
tests/sys/sys/bitstring_test.c
394
ATF_TC_BODY(bit_ffs_area, tc)
tests/sys/sys/bitstring_test.c
478
ATF_TC_BODY(bit_ffc_area, tc)
tests/sys/sys/bitstring_test.c
83
ATF_TC_BODY(name, tc) \
tests/sys/sys/bitstring_test.c
876
ATF_TC_BODY(bitstr_large, tc)
tests/sys/sys/bitstring_test.c
97
ATF_TC_BODY(bitstr_in_struct, tc)
tests/sys/sys/buf_ring_test.c
121
ATF_TC_BODY(overflow, tc)
tests/sys/sys/buf_ring_test.c
56
ATF_TC_BODY(dequeue_func, tc) \
tests/sys/sys/qmath_test.c
105
ATF_TC_BODY(basic_s32q, tc)
tests/sys/sys/qmath_test.c
121
ATF_TC_BODY(basic_s64q, tc)
tests/sys/sys/qmath_test.c
137
ATF_TC_BODY(basic_u8q, tc)
tests/sys/sys/qmath_test.c
153
ATF_TC_BODY(basic_u16q, tc)
tests/sys/sys/qmath_test.c
169
ATF_TC_BODY(basic_u32q, tc)
tests/sys/sys/qmath_test.c
185
ATF_TC_BODY(basic_u64q, tc)
tests/sys/sys/qmath_test.c
205
ATF_TC_BODY(qmulq_s64q, tc)
tests/sys/sys/qmath_test.c
270
ATF_TC_BODY(qdivq_s64q, tc)
tests/sys/sys/qmath_test.c
276
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
tests/sys/sys/qmath_test.c
319
ATF_TC_BODY(qaddq_s64q, tc)
tests/sys/sys/qmath_test.c
367
ATF_TC_BODY(qsubq_s64q, tc)
tests/sys/sys/qmath_test.c
412
ATF_TC_BODY(qfraci_s64q, tc)
tests/sys/sys/qmath_test.c
459
ATF_TC_BODY(qmuli_s64q, tc)
tests/sys/sys/qmath_test.c
506
ATF_TC_BODY(qaddi_s64q, tc)
tests/sys/sys/qmath_test.c
557
ATF_TC_BODY(qsubi_s64q, tc)
tests/sys/sys/qmath_test.c
604
ATF_TC_BODY(circle_u64q, tc)
tests/sys/sys/qmath_test.c
73
ATF_TC_BODY(basic_s8q, tc)
tests/sys/sys/qmath_test.c
89
ATF_TC_BODY(basic_s16q, tc)
tests/sys/sys/queue_test.c
144
ATF_TC_HEAD(type ## _split_after_and_concat, tc) \
tests/sys/sys/queue_test.c
146
atf_tc_set_md_var(tc, "descr", \
tests/sys/sys/queue_test.c
150
ATF_TC_BODY(type ## _split_after_and_concat, tc) \
tests/sys/sys/queue_test.c
256
ATF_TC_HEAD(stailq_reverse, tc)
tests/sys/sys/queue_test.c
258
atf_tc_set_md_var(tc, "descr", "Test STAILQ_REVERSE");
tests/sys/sys/queue_test.c
260
ATF_TC_BODY(stailq_reverse, tc)
tests/sys/sys/rb_test.c
58
ATF_TC_BODY(rb_test, tc)
tests/sys/sys/splay_test.c
59
ATF_TC_BODY(splay_test, tc)
tests/sys/sys/time_test.c
105
ATF_TC_BODY(mstosbt, tc)
tests/sys/sys/time_test.c
132
ATF_TC_BODY(sbttons, tc)
tests/sys/sys/time_test.c
161
ATF_TC_BODY(sbttous, tc)
tests/sys/sys/time_test.c
191
ATF_TC_BODY(sbttoms, tc)
tests/sys/sys/time_test.c
49
ATF_TC_BODY(nstosbt, tc)
tests/sys/sys/time_test.c
77
ATF_TC_BODY(ustosbt, tc)
tests/sys/vfs/lookup_cap_dotdot.c
109
ATF_TC_HEAD(lookup_cap_dotdot__basic, tc)
tests/sys/vfs/lookup_cap_dotdot.c
111
atf_tc_set_md_var(tc, "descr",
tests/sys/vfs/lookup_cap_dotdot.c
115
ATF_TC_BODY(lookup_cap_dotdot__basic, tc)
tests/sys/vfs/lookup_cap_dotdot.c
132
ATF_TC_HEAD(lookup_cap_dotdot__advanced, tc)
tests/sys/vfs/lookup_cap_dotdot.c
134
atf_tc_set_md_var(tc, "descr",
tests/sys/vfs/lookup_cap_dotdot.c
138
ATF_TC_BODY(lookup_cap_dotdot__advanced, tc)
tests/sys/vfs/lookup_cap_dotdot.c
160
ATF_TC_HEAD(openat__basic_negative, tc)
tests/sys/vfs/lookup_cap_dotdot.c
162
atf_tc_set_md_var(tc, "descr", "Basic negative openat testcases");
tests/sys/vfs/lookup_cap_dotdot.c
165
ATF_TC_BODY(openat__basic_negative, tc)
tests/sys/vfs/lookup_cap_dotdot.c
176
ATF_TC_HEAD(capmode__negative, tc)
tests/sys/vfs/lookup_cap_dotdot.c
178
atf_tc_set_md_var(tc, "descr", "Negative Capability mode testcases");
tests/sys/vfs/lookup_cap_dotdot.c
181
ATF_TC_BODY(capmode__negative, tc)
tests/sys/vfs/lookup_cap_dotdot.c
210
ATF_TC_HEAD(lookup_cap_dotdot__negative, tc)
tests/sys/vfs/lookup_cap_dotdot.c
212
atf_tc_set_md_var(tc, "descr",
tests/sys/vfs/lookup_cap_dotdot.c
216
ATF_TC_BODY(lookup_cap_dotdot__negative, tc)
tests/sys/vfs/lookup_cap_dotdot.c
234
ATF_TC_HEAD(lookup_cap_dotdot__root, tc)
tests/sys/vfs/lookup_cap_dotdot.c
236
atf_tc_set_md_var(tc, "descr", "Validate cap-mode /.. lookup fails");
tests/sys/vfs/lookup_cap_dotdot.c
239
ATF_TC_BODY(lookup_cap_dotdot__root, tc)
tests/sys/vfs/lookup_cap_dotdot.c
87
ATF_TC_HEAD(openat__basic_positive, tc)
tests/sys/vfs/lookup_cap_dotdot.c
89
atf_tc_set_md_var(tc, "descr", "Basic positive openat testcases");
tests/sys/vfs/lookup_cap_dotdot.c
92
ATF_TC_BODY(openat__basic_positive, tc)
tests/sys/vm/mlock_test.c
103
ATF_TC_BODY(mlock__copy_on_write_vnode, tc)
tests/sys/vm/mlock_test.c
118
ATF_TC_BODY(mlock__truncate_and_resize, tc)
tests/sys/vm/mlock_test.c
147
ATF_TC_BODY(mlock__truncate_and_unlock, tc)
tests/sys/vm/mlock_test.c
177
ATF_TC_HEAD(mlock__superpage_fault, tc)
tests/sys/vm/mlock_test.c
179
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/vm/mlock_test.c
181
ATF_TC_BODY(mlock__superpage_fault, tc)
tests/sys/vm/mlock_test.c
87
ATF_TC_BODY(mlock__copy_on_write_anon, tc)
tests/sys/vm/mmap_test.c
135
ATF_TC_BODY(mmap__bad_arguments, tc)
tests/sys/vm/mmap_test.c
206
ATF_TC_BODY(mmap__dev_zero_private, tc)
tests/sys/vm/mmap_test.c
245
ATF_TC_BODY(mmap__dev_zero_shared, tc)
tests/sys/vm/mmap_test.c
285
ATF_TC_BODY(mmap__write_only, tc)
tests/sys/vm/mmap_test.c
300
ATF_TC_BODY(mmap__maxprot_basic, tc)
tests/sys/vm/mmap_test.c
323
ATF_TC_BODY(mmap__maxprot_shm, tc)
tests/sys/vm/mmap_test.c
48
ATF_TC_BODY(mmap__map_at_zero, tc)
tests/sys/vm/page_fault_signal.c
105
ATF_TC_BODY(page_fault_signal__segv_accerr_2, tc)
tests/sys/vm/page_fault_signal.c
123
ATF_TC_BODY(page_fault_signal__bus_objerr_1, tc)
tests/sys/vm/page_fault_signal.c
145
ATF_TC_BODY(page_fault_signal__bus_objerr_2, tc)
tests/sys/vm/page_fault_signal.c
67
ATF_TC_BODY(page_fault_signal__segv_maperr_1, tc)
tests/sys/vm/page_fault_signal.c
87
ATF_TC_BODY(page_fault_signal__segv_accerr_1, tc)
tests/sys/vm/shared_shadow_inval_test.c
413
ATF_TC_BODY(shared_shadow_inval__lazy_cow, tc)
tests/sys/vm/shared_shadow_inval_test.c
419
ATF_TC_HEAD(shared_shadow_inval__eager_cow, tc)
tests/sys/vm/shared_shadow_inval_test.c
422
atf_tc_set_md_var(tc, "require.user", "root");
tests/sys/vm/shared_shadow_inval_test.c
424
ATF_TC_BODY(shared_shadow_inval__eager_cow, tc)
tests/sys/vm/stack/stack_dlopen_exec_test.c
51
ATF_TC_BODY(dlopen_test, tc)
tests/sys/vm/stack/stack_dt_need_exec_test.c
37
ATF_TC_BODY(dt_need_test, tc)
tests/sys/vm/stack/stack_mprotect_exec_test.c
26
ATF_TC_BODY(mprotect_exec_test, tc)
usr.bin/diff/diffreg.c
641
int oldc, tc, oldl, sq;
usr.bin/diff/diffreg.c
670
tc = c[l];
usr.bin/diff/diffreg.c
672
oldc = tc;
usr.bin/mail/tests/mailx_signal_test.c
166
ATF_TC_BODY(mailx_sighup_interactive, tc)
usr.bin/mail/tests/mailx_signal_test.c
172
ATF_TC_BODY(mailx_sighup_noninteractive, tc)
usr.bin/mail/tests/mailx_signal_test.c
178
ATF_TC_BODY(mailx_sigint_interactive, tc)
usr.bin/mail/tests/mailx_signal_test.c
184
ATF_TC_BODY(mailx_sigint_noninteractive, tc)
usr.bin/sockstat/tests/sockstat_test.c
120
ATF_TC_BODY(nonnumeric, tc)
usr.bin/sockstat/tests/sockstat_test.c
128
ATF_TC_BODY(null_range, tc)
usr.bin/sockstat/tests/sockstat_test.c
140
ATF_TC_BODY(range, tc)
usr.bin/sockstat/tests/sockstat_test.c
155
ATF_TC_BODY(single, tc)
usr.bin/sockstat/tests/sockstat_test.c
166
ATF_TC_BODY(zero, tc)
usr.bin/sockstat/tests/sockstat_test.c
37
ATF_TC_BODY(backwards_range, tc)
usr.bin/sockstat/tests/sockstat_test.c
45
ATF_TC_BODY(erange_low, tc)
usr.bin/sockstat/tests/sockstat_test.c
53
ATF_TC_BODY(erange_high, tc)
usr.bin/sockstat/tests/sockstat_test.c
61
ATF_TC_BODY(erange_on_range_end, tc)
usr.bin/sockstat/tests/sockstat_test.c
69
ATF_TC_BODY(multiple, tc)
usr.bin/sockstat/tests/sockstat_test.c
87
ATF_TC_BODY(multiple_plus_ranges, tc)
usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.c
897
return (snmp_tc2oct(object->info->tc, &(object->val),
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
535
enum snmp_tc *tc)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
542
*tc = snmp_get_tc(nexttok);
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
550
enum snmp_tc *tc, struct enum_pairs **snmp_enum)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
555
*tc = 0;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
562
*tc = SNMP_TC_OWN;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
591
*tc = 0;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
600
if (parse_subtype(snmptoolctx, tok, tc) < 0)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
633
enum snmp_tc tc;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
651
if ((syntax = parse_type(snmptoolctx, &tok, &tc, &enums)) < 0) {
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
659
tc) < 0) {
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
710
if ((syntax = parse_type(snmptoolctx, tok, &(oid2str->tc), &(oid2str->snmp_enum)))
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
883
enum snmp_tc tc;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
901
t->syntax = parse_type(snmptoolctx, tok, &tc, &(t->snmp_enum));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
102
if (entry->tc == SNMP_TC_OWN)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
119
if (p->tc == SNMP_TC_OWN)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
134
if (i->tc == SNMP_TC_OWN)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
474
enum snmp_syntax syntax, enum snmp_tc tc)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
490
idx->tc = tc;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
567
snmp_enumtc_free(struct enum_type *tc)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
569
if (tc->name)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
570
free(tc->name);
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
571
if (tc->snmp_enum)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
572
enum_pairs_free(tc->snmp_enum);
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
573
free(tc);
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
147
return (text_convs[i].tc);
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
154
snmp_oct2tc(enum snmp_tc tc, uint32_t len, char *octets)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
159
if (tc > SNMP_UNKNOWN)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
160
tc = SNMP_UNKNOWN;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
162
if (text_convs[tc].len > 0)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
163
tc_len = text_convs[tc].len;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
173
if (text_convs[tc].oct2tc(len, octets, buf) == NULL) {
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
182
snmp_tc2oid(enum snmp_tc tc, char *str, struct asn_oid *oid)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
184
if (tc > SNMP_UNKNOWN)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
185
tc = SNMP_UNKNOWN;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
187
return (text_convs[tc].tc2oid(str, oid));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
191
snmp_tc2oct(enum snmp_tc tc, struct snmp_value *value, char *string)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
193
if (tc > SNMP_UNKNOWN)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
194
tc = SNMP_UNKNOWN;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
196
return (text_convs[tc].tc2oct(value, string));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
95
enum snmp_tc tc;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.h
89
char *snmp_oct2tc(enum snmp_tc tc, uint32_t len, char *octets);
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.h
90
char *snmp_tc2oid(enum snmp_tc tc, char *str, struct asn_oid *oid);
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.h
91
int32_t snmp_tc2oct(enum snmp_tc tc, struct snmp_value *value, char *string);
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
1216
return (snmp_tc2oid(idx->tc, ptr, &(object->val.var)));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
1631
snmp_output_octetstring(struct snmp_toolinfo *snmptoolctx, enum snmp_tc tc,
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
1643
if ((buf = snmp_oct2tc(tc, len, (char *) octets)) != NULL) {
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
1650
snmp_output_octetindex(struct snmp_toolinfo *snmptoolctx, enum snmp_tc tc,
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
1662
snmp_output_octetstring(snmptoolctx, tc, oid->subs[0], s);
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
1786
snmp_output_octetstring(snmptoolctx, entry->tc,
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
1897
snmp_output_octetindex(snmptoolctx, stx->tc, &temp);
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.h
77
enum snmp_tc tc;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.h
97
enum snmp_tc tc;
usr.sbin/ppp/ip.c
91
unsigned tc : 1;
usr.sbin/ppp/tcpmss.c
104
MSSFixup(struct tcphdr *tc, size_t pktlen, u_int16_t maxmss)
usr.sbin/ppp/tcpmss.c
111
hlen = tc->th_off << 2;
usr.sbin/ppp/tcpmss.c
118
if (!(__tcp_get_flags(tc) & TH_SYN))
usr.sbin/ppp/tcpmss.c
121
for (olen = hlen - sizeof(struct tcphdr), opt = (u_char *)(tc + 1);
usr.sbin/ppp/tcpmss.c
141
ADJUST_CHECKSUM(accumulate, tc->th_sum);
usr.sbin/rpcbind/tests/addrmerge_test.c
428
ATF_TC_BODY(addrmerge_noifaddrs, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
439
ATF_TC_BODY(addrmerge_localhost_only, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
455
ATF_TC_BODY(addrmerge_singlehomed, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
471
ATF_TC_BODY(addrmerge_one_addr_on_each_subnet, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
493
ATF_TC_BODY(addrmerge_one_addr_on_each_subnet_rev, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
511
ATF_TC_BODY(addrmerge_point2point, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
530
ATF_TC_BODY(addrmerge_point2point_rev, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
552
ATF_TC_BODY(addrmerge_bindip, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
571
ATF_TC_BODY(addrmerge_bindip_rev, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
593
ATF_TC_BODY(addrmerge_recvdstaddr, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
610
ATF_TC_BODY(addrmerge_recvdstaddr_rev, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
628
ATF_TC_BODY(addrmerge_localhost_only6, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
644
ATF_TC_BODY(addrmerge_singlehomed6, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
660
ATF_TC_BODY(addrmerge_one_addr_on_each_subnet6, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
682
ATF_TC_BODY(addrmerge_one_addr_on_each_subnet6_rev, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
700
ATF_TC_BODY(addrmerge_point2point6, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
719
ATF_TC_BODY(addrmerge_point2point6_rev, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
737
ATF_TC_BODY(addrmerge_bindip6, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
756
ATF_TC_BODY(addrmerge_bindip6_rev, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
778
ATF_TC_BODY(addrmerge_ipv6_linklocal, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
799
ATF_TC_BODY(addrmerge_ipv6_linklocal_rev, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
820
ATF_TC_BODY(addrmerge_recvdstaddr6, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
837
ATF_TC_BODY(addrmerge_recvdstaddr6_rev, tc)
usr.sbin/rpcbind/tests/addrmerge_test.c
854
ATF_TC_BODY(addrmerge_ipv6_other_subnet, tc)