Searched refs:ta (Results 1 - 25 of 112) sorted by relevance

12345

/freebsd-11-stable/tools/boot/
H A Duniverse.sh24 local ta=$1
28 echo -n "Building $ta ${opt} ... "
29 if ! make buildenv TARGET_ARCH=$ta BUILDENV_SHELL="make clean cleandepend cleandir obj depend" \
34 if ! make buildenv TARGET_ARCH=$ta BUILDENV_SHELL="make ${opt} -j 20 all" \
55 ta=${i##*/}
56 dobuild $ta _.boot.${ta}.log ""
65 ta=${i##*/}
66 dobuild $ta _.boot.${ta}
[all...]
/freebsd-11-stable/lib/libthread_db/
H A Dlibpthread_db.c46 static void pt_unmap_lwp(const td_thragent_t *ta, lwpid_t lwp);
75 td_thragent_t *ta = __DECONST(td_thragent_t *, const_ta); local
81 for (i = 1; i < ta->map_len; ++i) {
82 if (ta->map[i].type == PT_NONE) {
85 } else if (ta->map[i].type == type && ta->map[i].thr == pt) {
91 if (ta->map_len == 0) {
92 ta->map = calloc(20, sizeof(struct pt_map));
93 if (ta->map == NULL)
95 ta
147 td_thragent_t *ta; local
202 pt_ta_delete(td_thragent_t *ta) argument
221 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) argument
295 pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_t *th) argument
334 pt_ta_thr_iter(const td_thragent_t *ta, td_thr_iter_f *callback, void *cbdata_p, td_thr_state_e state __unused, int ti_pri __unused, sigset_t *ti_sigmask_p __unused, unsigned int ti_user_flags __unused) argument
373 pt_ta_tsd_iter(const td_thragent_t *ta, td_key_iter_f *ki, void *arg) argument
442 const td_thragent_t *ta = th->th_ta; local
576 const td_thragent_t *ta = th->th_ta; local
677 const td_thragent_t *ta = th->th_ta; local
721 const td_thragent_t *ta = th->th_ta; local
762 const td_thragent_t *ta = th->th_ta; local
804 const td_thragent_t *ta = th->th_ta; local
854 const td_thragent_t *ta = th->th_ta; local
901 const td_thragent_t *ta = th->th_ta; local
979 const td_thragent_t *ta = th->th_ta; local
1049 pt_unmap_lwp(const td_thragent_t *ta, lwpid_t lwp) argument
1075 const td_thragent_t *ta = th->th_ta; local
[all...]
H A Dthread_db.c69 td_ta_clear_event(const td_thragent_t *ta, td_thr_events_t *events) argument
71 return (ta->ta_ops->to_ta_clear_event(ta, events));
75 td_ta_delete(td_thragent_t *ta) argument
77 TAILQ_REMOVE(&proclist, ta, ta_next);
78 return (ta->ta_ops->to_ta_delete(ta));
82 td_ta_event_addr(const td_thragent_t *ta, td_event_e event, td_notify_t *ptr) argument
84 return (ta->ta_ops->to_ta_event_addr(ta, even
88 td_ta_event_getmsg(const td_thragent_t *ta, td_event_msg_t *msg) argument
94 td_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) argument
100 td_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwpid, td_thrhandle_t *th) argument
122 td_ta_set_event(const td_thragent_t *ta, td_thr_events_t *events) argument
128 td_ta_thr_iter(const td_thragent_t *ta, td_thr_iter_f *callback, void *cbdata_p, td_thr_state_e state, int ti_pri, sigset_t *ti_sigmask_p, unsigned int ti_user_flags) argument
137 td_ta_tsd_iter(const td_thragent_t *ta, td_key_iter_f *callback, void *cbdata_p) argument
146 const td_thragent_t *ta = th->th_ta; local
153 const td_thragent_t *ta = th->th_ta; local
160 const td_thragent_t *ta = th->th_ta; local
167 const td_thragent_t *ta = th->th_ta; local
174 const td_thragent_t *ta = th->th_ta; local
181 const td_thragent_t *ta = th->th_ta; local
189 const td_thragent_t *ta = th->th_ta; local
197 const td_thragent_t *ta = th->th_ta; local
206 const td_thragent_t *ta = th->th_ta; local
213 const td_thragent_t *ta = th->th_ta; local
220 const td_thragent_t *ta = th->th_ta; local
228 const td_thragent_t *ta = th->th_ta; local
236 const td_thragent_t *ta = th->th_ta; local
243 const td_thragent_t *ta = th->th_ta; local
250 const td_thragent_t *ta = th->th_ta; local
258 const td_thragent_t *ta = th->th_ta; local
267 const td_thragent_t *ta = th->th_ta; local
335 thr_pread_int(const struct td_thragent *ta, psaddr_t addr, uint32_t *val) argument
348 thr_pread_long(const struct td_thragent *ta, psaddr_t addr, uint64_t *val) argument
355 thr_pread_ptr(const struct td_thragent *ta, psaddr_t addr, psaddr_t *val) argument
423 thr_pwrite_int(const struct td_thragent *ta, psaddr_t addr, uint32_t val) argument
430 thr_pwrite_long(const struct td_thragent *ta, psaddr_t addr, uint64_t val) argument
437 thr_pwrite_ptr(const struct td_thragent *ta, psaddr_t addr, psaddr_t val) argument
[all...]
H A Dlibthr_db.c132 td_thragent_t *ta; local
139 ta = malloc(sizeof(td_thragent_t));
140 if (ta == NULL)
143 ta->ph = ph;
145 LOOKUP_SYM(ph, "_libthr_debug", &ta->libthr_debug_addr);
146 LOOKUP_SYM(ph, "_thread_list", &ta->thread_list_addr);
147 LOOKUP_SYM(ph, "_thread_active_threads",&ta->thread_active_threads_addr);
148 LOOKUP_SYM(ph, "_thread_keytable", &ta->thread_keytable_addr);
149 LOOKUP_SYM(ph, "_thread_last_event", &ta->thread_last_event_addr);
150 LOOKUP_SYM(ph, "_thread_event_mask", &ta
185 pt_ta_delete(td_thragent_t *ta) argument
202 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) argument
236 pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_t *th) argument
242 pt_ta_thr_iter(const td_thragent_t *ta, td_thr_iter_f *callback, void *cbdata_p, td_thr_state_e state __unused, int ti_pri __unused, sigset_t *ti_sigmask_p __unused, unsigned int ti_user_flags __unused) argument
276 pt_ta_tsd_iter(const td_thragent_t *ta, td_key_iter_f *ki, void *arg) argument
311 pt_ta_event_addr(const td_thragent_t *ta, td_event_e event, td_notify_t *ptr) argument
331 pt_ta_set_event(const td_thragent_t *ta, td_thr_events_t *events) argument
348 pt_ta_clear_event(const td_thragent_t *ta, td_thr_events_t *events) argument
365 pt_ta_event_getmsg(const td_thragent_t *ta, td_event_msg_t *msg) argument
411 const td_thragent_t *ta = th->th_ta; local
458 const td_thragent_t *ta = th->th_ta; local
529 const td_thragent_t *ta = th->th_ta; local
546 const td_thragent_t *ta = th->th_ta; local
562 const td_thragent_t *ta = th->th_ta; local
579 const td_thragent_t *ta = th->th_ta; local
596 const td_thragent_t *ta = th->th_ta; local
612 const td_thragent_t *ta = th->th_ta; local
628 const td_thragent_t *ta = th->th_ta; local
640 const td_thragent_t *ta = th->th_ta; local
656 const td_thragent_t *ta = th->th_ta; local
673 const td_thragent_t *ta = th->th_ta; local
733 const td_thragent_t *ta = th->th_ta; local
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_anchor.c118 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
260 anchor_find_key(struct trust_anchor* ta, uint8_t* rdata, size_t rdata_len, uint16_t type) argument
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
856 assemble_it(struct trust_anchor* ta, size_t num, uint16_t type) argument
931 anchors_assemble(struct trust_anchor* ta) argument
953 anchors_ds_unsupported(struct trust_anchor* ta) argument
970 anchors_dnskey_unsupported(struct trust_anchor* ta) argument
988 struct trust_anchor* ta; local
1171 struct trust_anchor *ta; local
1212 struct trust_anchor* ta; local
1255 anchor_list_keytags(struct trust_anchor* ta, uint16_t* list, size_t num) argument
[all...]
H A Dautotrust.c130 verbose_key(struct autr_ta* ta, enum verbosity_value level,
135 * @param ta: trust anchor key with DNSKEY data.
140 verbose_key(struct autr_ta* ta, enum verbosity_value level, argument
146 char* str = sldns_wire2str_dname(ta->rr, ta->dname_len);
148 ta->rr, ta->rr_len, ta->dname_len),
149 sldns_wirerr_get_rdatalen(ta->rr, ta
166 parse_comments(char* str, struct autr_ta* ta) argument
298 ta_is_dnskey_sep(struct autr_ta* ta) argument
319 struct autr_ta* ta = (struct autr_ta*)calloc(1, sizeof(*ta)); local
443 struct autr_ta* ta = autr_ta_create(rr, rr_len, dname_len); local
529 struct autr_ta* ta = NULL; local
1102 struct autr_ta* ta; local
1315 seen_trustanchor(struct autr_ta* ta, uint8_t seen) argument
1324 seen_revoked_trustanchor(struct autr_ta* ta, uint8_t revoked) argument
1331 revoke_dnskey(struct autr_ta* ta, int off) argument
1412 struct autr_ta* ta; local
1431 struct autr_ta* ta; local
1515 struct autr_ta* ta; local
1532 struct autr_ta* ta = NULL; local
1624 struct autr_ta* ta = NULL; local
1680 check_holddown(struct module_env* env, struct autr_ta* ta, unsigned int holddown) argument
1700 reset_holddown(struct module_env* env, struct autr_ta* ta, int* changed) argument
1708 set_trustanchor_state(struct module_env* env, struct autr_ta* ta, int* changed, autr_state_type s) argument
2256 autr_debug_print_ta(struct autr_ta* ta) argument
2277 struct autr_ta* ta; local
[all...]
/freebsd-11-stable/lib/libc/sparc64/sys/
H A D__sparc_utrap_fp_disabled.S33 ta %xcc, ST_FP_RESTORE
H A Dexect.S49 ta %xcc, ST_SYSCALL
H A Dbrk.S58 ta %xcc, ST_SYSCALL
H A Dsbrk.S65 ta %xcc, ST_SYSCALL
/freebsd-11-stable/lib/libthr/arch/sparc64/sparc64/
H A D_umtx_op_err.S37 ta %xcc, ST_SYSCALL
/freebsd-11-stable/contrib/sendmail/src/
H A Dtimers.c57 addtimer(ta, tb)
58 TIMER *ta;
61 tb->ti_wall_sec += ta->ti_wall_sec;
62 tb->ti_wall_usec += ta->ti_wall_usec;
68 tb->ti_cpu_sec += ta->ti_cpu_sec;
69 tb->ti_cpu_usec += ta->ti_cpu_usec;
78 subtimer(ta, tb)
79 TIMER *ta;
82 tb->ti_wall_sec -= ta->ti_wall_sec;
83 tb->ti_wall_usec -= ta
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c87 struct table_algo *ta; /* Callbacks for given algo */ member in struct:table_config
98 struct tid_info *ti, struct table_algo *ta, char *adata, uint8_t tflags);
354 struct table_algo *ta; local
363 ta = tc->ta;
364 ta_buf_sz = ta->ta_buf_size;
376 error = ta->add(tc->astate, tinfo, ptei, v, &num);
382 error = ta->prepare_del(ch, ptei, vv);
384 error = ta->del(tc->astate, tinfo, ptei, vv, &num);
398 prepare_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta, argument
451 flush_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta, struct tentry_info *tei, uint32_t count, int rollback, caddr_t ta_buf_m, caddr_t ta_buf) argument
552 struct table_algo *ta; local
715 struct table_algo *ta; local
814 struct table_algo *ta; local
1089 struct table_algo *ta; local
1205 struct table_algo *ta; local
1384 struct table_algo *ta; local
1875 struct table_algo *ta; local
2038 struct table_algo *ta; local
2067 struct table_algo *ta; local
2171 struct table_algo *ta; local
2234 struct table_algo *ta; local
2351 struct table_algo *ta; local
2388 struct table_algo *ta; local
2424 struct table_algo *ta; local
2461 struct table_algo *ta; local
2510 struct table_algo *ta; local
2536 struct table_algo *ta; local
2572 struct table_algo *ta; local
2623 ipfw_add_table_algo(struct ip_fw_chain *ch, struct table_algo *ta, size_t size, int *idx) argument
2670 struct table_algo *ta; local
2701 struct table_algo *ta; local
3157 alloc_table_config(struct ip_fw_chain *ch, struct tid_info *ti, struct table_algo *ta, char *aname, uint8_t tflags) argument
[all...]
H A Dip_fw_table_value.c272 struct table_algo *ta; member in struct:flush_args
283 struct table_algo *ta; local
289 ta = fa->ta;
292 error = ta->dump_tentry(fa->astate, fa->ti, e, tent);
309 struct table_algo *ta, void *astate, struct table_info *ti)
317 fa.ta = ta;
321 ta->foreach(astate, ti, unref_table_value_cb, &fa);
387 vlimit = ts->ta
308 ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc, struct table_algo *ta, void *astate, struct table_info *ti) argument
[all...]
/freebsd-11-stable/lib/libc/nameser/
H A Dns_samedomain.c200 char ta[NS_MAXDNAME], tb[NS_MAXDNAME]; local
202 if (ns_makecanon(a, ta, sizeof ta) < 0 ||
205 if (strcasecmp(ta, tb) == 0)
/freebsd-11-stable/lib/libc/stdlib/
H A Dradixsort.c105 const u_char *tr, **ta; local
113 if ((ta = malloc(n * sizeof(a))) == NULL)
115 r_sort_b(a, ta, n, 0, tr, endch);
116 free(ta);
226 r_sort_b(const u_char **a, const u_char **ta, int n, int i, const u_char *tr, argument
256 r_sort_b(a, ta, n, i, tr, endch);
287 for (ak = ta + n, ai = a+n; ak > ta;) /* Copy to temp. */
289 for (ak = ta+n; --ak >= ta;) /* Dea
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_mod.c246 BN_ULONG borrow, carry, ta, tb, mask, *rp; local
258 ta = ap[ai] & mask;
262 rp[i] = ta - tb - borrow;
263 if (ta != tb)
264 borrow = (ta < tb);
272 ta = ((ap[i] & mask) + carry) & BN_MASK2;
273 carry = (ta < carry);
274 rp[i] = (rp[i] + ta) & BN_MASK2;
275 carry += (rp[i] < ta);
279 ta
[all...]
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1_gen.c74 int ret, l, c, ty, ta; local
102 ta = der_get_tag_num(tag);
103 if (ta == -1)
104 ta = atoi(tag);
110 line, (unsigned long)offset, c, ty, ta, l,
117 ta,
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Devent.h62 #define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \
66 (event)->ev_tag = (ta); \
/freebsd-11-stable/sbin/iscontrol/
H A Discontrol.c143 char *pname, *pidfile, *p, *q, *ta, *kw, *v; local
155 kw = ta = 0;
192 ta = optarg;
218 if(ta)
219 op->targetAddress = ta;
/freebsd-11-stable/sbin/mdmfs/
H A Dmdmfs.c424 const char *ta; /* Type arg. */ local
428 ta = "-t swap";
431 ta = "-t vnode";
434 ta = "-t malloc";
439 rv = run(NULL, "%s -a %s%s -u %s%d", path_mdconfig, ta, args,
451 const char *ta; /* Type arg. */ local
463 ta = "-t swap";
466 ta = "-t vnode";
469 ta = "-t malloc";
474 rv = run(&fd, "%s -a %s%s", path_mdconfig, ta, arg
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_table.c369 print_table(struct pfr_table *ta, int verbose, int debug) argument
371 if (!debug && !(ta->pfrt_flags & PFR_TFLAG_ACTIVE))
375 (ta->pfrt_flags & PFR_TFLAG_CONST) ? 'c' : '-',
376 (ta->pfrt_flags & PFR_TFLAG_PERSIST) ? 'p' : '-',
377 (ta->pfrt_flags & PFR_TFLAG_ACTIVE) ? 'a' : '-',
378 (ta->pfrt_flags & PFR_TFLAG_INACTIVE) ? 'i' : '-',
379 (ta->pfrt_flags & PFR_TFLAG_REFERENCED) ? 'r' : '-',
380 (ta->pfrt_flags & PFR_TFLAG_REFDANCHOR) ? 'h' : '-',
381 (ta->pfrt_flags & PFR_TFLAG_COUNTERS) ? 'C' : '-',
382 ta
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dauto_array_test.cpp52 do_copy(atf::auto_array< test_array >& ta) argument
54 return atf::auto_array< test_array >(ta);
164 test_array* ta = new test_array[10];
165 auto_array< test_array > t(ta);
166 ATF_REQUIRE_EQ(t.get(), ta);
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrap.c528 struct target_address *ta; local
578 SLIST_FOREACH(ta, &target_addresslist, ta)
579 if ((tag = strstr(ta->taglist, n->taglist)) != NULL &&
585 ta->status == RowStatus_active)
587 if (ta == NULL)
591 if (strcmp(tp->name, ta->paramname) == 0 &&
632 if ((len = send(ta->socket, sndbuf, sndlen, 0)) == -1)
663 return (SLIST_NEXT(addrs, ta));
672 SLIST_FOREACH(addrs, &target_addresslist, ta)
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_addrs.c117 struct tp_entry *ta, struct tp_entry **f_tpa)
124 t1 != NULL && ta->sysindex == t1->sysindex;
126 if (bridge_compare_macs(ta->tp_addr, t1->tp_addr) < 0) {
127 TAILQ_INSERT_BEFORE(t1, ta, tp_e);
129 (*f_tpa) = ta;
135 TAILQ_INSERT_TAIL(headp, ta, tp_e);
137 TAILQ_INSERT_BEFORE(t1, ta, tp_e);
116 bridge_addrs_insert_at(struct tp_entries *headp, struct tp_entry *ta, struct tp_entry **f_tpa) argument

Completed in 234 milliseconds

12345