| /src/external/mpl/bind/dist/bin/tests/system/_common/ |
| trusted.conf.j2 | 15 {% for ta in trust_anchors %} 16 "@ta.domain@" @ta.type@ @ta.contents@;
|
| /src/external/mpl/bind/dist/bin/tests/system/rollover/ns3/ |
| trusted.conf.j2 | 15 {% for ta in trust_anchors %} 16 "@ta.domain@" @ta.type@ @ta.contents@;
|
| /src/external/mpl/bind/dist/bin/tests/system/rollover-algo-csk/ns3/ |
| trusted.conf.j2 | 15 {% for ta in trust_anchors %} 16 "@ta.domain@" @ta.type@ @ta.contents@;
|
| /src/external/mpl/bind/dist/bin/tests/system/rollover-algo-ksk-zsk/ns3/ |
| trusted.conf.j2 | 15 {% for ta in trust_anchors %} 16 "@ta.domain@" @ta.type@ @ta.contents@;
|
| /src/external/mpl/bind/dist/bin/tests/system/rollover-csk-roll1/ns3/ |
| trusted.conf.j2 | 15 {% for ta in trust_anchors %} 16 "@ta.domain@" @ta.type@ @ta.contents@;
|
| /src/external/mpl/bind/dist/bin/tests/system/rollover-csk-roll2/ns3/ |
| trusted.conf.j2 | 15 {% for ta in trust_anchors %} 16 "@ta.domain@" @ta.type@ @ta.contents@;
|
| /src/external/mpl/bind/dist/bin/tests/system/rollover-enable-dnssec/ns3/ |
| trusted.conf.j2 | 15 {% for ta in trust_anchors %} 16 "@ta.domain@" @ta.type@ @ta.contents@;
|
| /src/external/mpl/bind/dist/bin/tests/system/rollover-going-insecure/ns3/ |
| trusted.conf.j2 | 15 {% for ta in trust_anchors %} 16 "@ta.domain@" @ta.type@ @ta.contents@;
|
| /src/external/mpl/bind/dist/bin/tests/system/rollover-ksk-3crowd/ns3/ |
| trusted.conf.j2 | 15 {% for ta in trust_anchors %} 16 "@ta.domain@" @ta.type@ @ta.contents@;
|
| /src/external/mpl/bind/dist/bin/tests/system/rollover-ksk-doubleksk/ns3/ |
| trusted.conf.j2 | 15 {% for ta in trust_anchors %} 16 "@ta.domain@" @ta.type@ @ta.contents@;
|
| /src/external/mpl/bind/dist/bin/tests/system/rollover-straight2none/ns3/ |
| trusted.conf.j2 | 15 {% for ta in trust_anchors %} 16 "@ta.domain@" @ta.type@ @ta.contents@;
|
| /src/external/mpl/bind/dist/bin/tests/system/rollover-zsk-prepub/ns3/ |
| trusted.conf.j2 | 15 {% for ta in trust_anchors %} 16 "@ta.domain@" @ta.type@ @ta.contents@;
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| atomic.c | 13 * ta: the short name for the type, like "u32". 18 #define DO_TESTS(t, ta, val1, val2, val3) do { \ 23 atomic_##ta##_t atom = ATOMIC_INIT(val1); \ 26 val = atomic_load_##ta(&atom, ATOMIC_RELAXED); \ 27 expect_##ta##_eq(val1, val, "Load or init failed"); \ 30 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \ 31 atomic_store_##ta(&atom, val2, ATOMIC_RELAXED); \ 32 val = atomic_load_##ta(&atom, ATOMIC_RELAXED); \ 33 expect_##ta##_eq(val2, val, "Store failed"); \ 36 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); [all...] |
| sec.c | 57 pai_test_allocator_t *ta = (pai_test_allocator_t *)self; local 58 if (ta->alloc_fail) { 63 ta->next_ptr += alignment - 1; 65 (void *)(ta->next_ptr & ~(alignment - 1)), size, 69 ta->next_ptr += size; 70 ta->alloc_count++; 78 pai_test_allocator_t *ta = (pai_test_allocator_t *)self; local 79 if (ta->alloc_fail) { 86 (void *)ta->next_ptr, size, 90 ta->next_ptr += size 101 pai_test_allocator_t *ta = (pai_test_allocator_t *)self; local 109 pai_test_allocator_t *ta = (pai_test_allocator_t *)self; local 117 pai_test_allocator_t *ta = (pai_test_allocator_t *)self; local 125 pai_test_allocator_t *ta = (pai_test_allocator_t *)self; local 157 pai_test_allocator_t ta; local 237 pai_test_allocator_t ta; local 303 pai_test_allocator_t ta; local 370 pai_test_allocator_t ta; local 407 pai_test_allocator_t ta; local 445 pai_test_allocator_t ta; local 482 pai_test_allocator_t ta; local 526 pai_test_allocator_t ta; local 578 pai_test_allocator_t ta; local [all...] |
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| atomic.c | 13 * ta: the short name for the type, like "u32". 18 #define DO_TESTS(t, ta, val1, val2, val3) do { \ 23 atomic_##ta##_t atom = ATOMIC_INIT(val1); \ 26 val = atomic_load_##ta(&atom, ATOMIC_RELAXED); \ 27 assert_##ta##_eq(val1, val, "Load or init failed"); \ 30 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \ 31 atomic_store_##ta(&atom, val2, ATOMIC_RELAXED); \ 32 val = atomic_load_##ta(&atom, ATOMIC_RELAXED); \ 33 assert_##ta##_eq(val2, val, "Store failed"); \ 36 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns2/ |
| sign.sh | 29 echo root-key-sentinel-is-ta-$oldid A 10.53.0.1 >>$zonefile 30 echo root-key-sentinel-not-ta-$oldid A 10.53.0.2 >>$zonefile 31 echo root-key-sentinel-is-ta-$newid A 10.53.0.3 >>$zonefile 32 echo root-key-sentinel-not-ta-$newid A 10.53.0.4 >>$zonefile 33 echo old-is-ta CNAME root-key-sentinel-is-ta-$oldid >>$zonefile 34 echo old-not-ta CNAME root-key-sentinel-not-ta-$oldid >>$zonefile 35 echo new-is-ta CNAME root-key-sentinel-is-ta-$newid >>$zonefil [all...] |
| /src/external/bsd/unbound/dist/testcode/ |
| unitanchor.c | 69 struct trust_anchor* ta; local 78 unit_assert((ta=anchors_lookup(a, 80 lock_basic_unlock(&ta->lock); 82 unit_assert((ta=anchors_lookup(a, 84 lock_basic_unlock(&ta->lock); 86 unit_assert((ta=anchors_lookup(a, 88 lock_basic_unlock(&ta->lock); 97 struct trust_anchor* ta; local 106 unit_assert(ta = anchors_lookup(a, (uint8_t*)"\002nl\000", 4, c)); 107 unit_assert(query_dname_compare(ta->name, (uint8_t*)"\002nl\000")==0) [all...] |
| /src/sys/arch/sparc64/sparc64/ |
| hvcall.S | 141 ta ST_CORE_TRAP 149 ta ST_CORE_TRAP 157 ta ST_CORE_TRAP 165 ta ST_FAST_TRAP 171 ta ST_FAST_TRAP 177 ta ST_FAST_TRAP 183 ta ST_FAST_TRAP 190 ta ST_FAST_TRAP 196 ta ST_FAST_TRAP 202 ta ST_FAST_TRA [all...] |
| /src/external/bsd/unbound/dist/validator/ |
| val_anchor.c | 118 struct trust_anchor* ta = (struct trust_anchor*)elem; local 119 if(!ta) return; 120 if(ta->autr) { 121 autr_point_delete(ta); 124 lock_basic_destroy(&ta->lock); 125 free(ta->name); 126 p = ta->keylist; 133 assembled_rrset_delete(ta->ds_rrset); 134 assembled_rrset_delete(ta->dnskey_rrset); 135 free(ta); 227 struct trust_anchor* ta = (struct trust_anchor*)malloc( local 308 struct trust_anchor* ta; local 360 struct trust_anchor* ta; local 383 struct trust_anchor* ta; local 400 struct trust_anchor* ta; local 430 struct trust_anchor* ta = NULL, *tanew; local 992 struct trust_anchor* ta; local 1196 struct trust_anchor *ta; local 1256 struct trust_anchor* ta; local 1368 struct trust_anchor* ta, *next; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| gdb_thread_db.h | 43 td_thragent_t **ta); 45 typedef td_err_e (td_ta_map_lwp2thr_ftype) (const td_thragent_t *ta, 47 typedef td_err_e (td_ta_thr_iter_ftype) (const td_thragent_t *ta, 52 typedef td_err_e (td_ta_event_addr_ftype) (const td_thragent_t *ta, 54 typedef td_err_e (td_ta_set_event_ftype) (const td_thragent_t *ta, 56 typedef td_err_e (td_ta_clear_event_ftype) (const td_thragent_t *ta, 58 typedef td_err_e (td_ta_event_getmsg_ftype) (const td_thragent_t *ta,
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| gdb_thread_db.h | 43 td_thragent_t **ta); 45 typedef td_err_e (td_ta_map_lwp2thr_ftype) (const td_thragent_t *ta, 47 typedef td_err_e (td_ta_thr_iter_ftype) (const td_thragent_t *ta, 52 typedef td_err_e (td_ta_event_addr_ftype) (const td_thragent_t *ta, 54 typedef td_err_e (td_ta_set_event_ftype) (const td_thragent_t *ta, 56 typedef td_err_e (td_ta_clear_event_ftype) (const td_thragent_t *ta, 58 typedef td_err_e (td_ta_event_getmsg_ftype) (const td_thragent_t *ta,
|
| /src/external/mpl/bind/dist/tests/isc/ |
| job_test.c | 53 struct test_arg *ta = arg; local 55 isc_mem_put(mctx, ta, sizeof(*ta)); 62 struct test_arg *ta = arg; local 67 isc_job_run(isc_loop(), &ta->job, job_cb, ta); local 69 isc_job_run(isc_loop(), &ta->job, shutdown_cb, ta); local 75 struct test_arg *ta = arg; local 79 ta = isc_mem_get(mctx, sizeof(*ta)) 83 isc_job_run(isc_loop(), &ta->job, job_cb, ta); local 106 struct test_arg *ta = arg; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| infcall-nested-structs.exp.tcl | 162 foreach ta $int_types { 163 start_gdb_and_run_tests $lang $ta 167 foreach ta $complex_types { 168 start_gdb_and_run_tests $lang $ta 173 foreach ta $float_types { 174 start_gdb_and_run_tests $lang $ta 177 foreach ta $int_types { 179 start_gdb_and_run_tests $lang [list $ta $tb] 183 foreach ta $float_types { 185 start_gdb_and_run_tests $lang [list $ta $tb [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| infcall-nested-structs.exp.tcl | 162 foreach ta $int_types { 163 start_gdb_and_run_tests $lang $ta 167 foreach ta $complex_types { 168 start_gdb_and_run_tests $lang $ta 173 foreach ta $float_types { 174 start_gdb_and_run_tests $lang $ta 177 foreach ta $int_types { 179 start_gdb_and_run_tests $lang [list $ta $tb] 183 foreach ta $float_types { 185 start_gdb_and_run_tests $lang [list $ta $tb [all...] |
| /src/sys/arch/vax/include/ |
| tc_machdep.h | 82 #define TC_BUS_MATCHNAME(ta, name) \ 83 (strncmp( (ta)->ta_modname, (name), TC_ROM_LLEN+1) == 0)
|