Searched refs:ta (Results 26 - 50 of 112) sorted by relevance

12345

/freebsd-11-stable/contrib/unbound/validator/
H A Dvalidator.c438 * @param ta: trust anchor, locked.
443 struct trust_anchor* ta)
458 numtag = anchor_list_keytags(ta, tags, MAX_LABEL_TAGS);
471 ta->name, ta->namelen);
479 LDNS_RR_TYPE_NULL, ta->dclass);
481 LDNS_RR_TYPE_NULL, ta->dclass, 0, &newq, 1)) {
2290 * @param ta: trust anchor.
2300 struct trust_anchor* ta, struct module_qstate* qstate, int id)
2311 ta
442 generate_keytag_query(struct module_qstate* qstate, int id, struct trust_anchor* ta) argument
2299 primeResponseToKE(struct ub_packed_rrset_key* dnskey_rrset, struct trust_anchor* ta, struct module_qstate* qstate, int id) argument
2778 struct trust_anchor* ta = anchor_find(qstate->env->anchors, local
[all...]
H A Dval_anchor.h219 * @param ta: trust anchor (locked by caller).
226 size_t anchor_list_keytags(struct trust_anchor* ta, uint16_t* list, size_t num);
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_asm.c537 BN_ULONG ta = (a), tb = (b); \
539 BN_UMULT_LOHI(lo,hi,ta,tb); \
545 BN_ULONG ta = (a), tb = (b); \
547 BN_UMULT_LOHI(lo,hi,ta,tb); \
555 BN_ULONG ta = (a)[i]; \
557 BN_UMULT_LOHI(lo,hi,ta,ta); \
571 BN_ULONG ta = (a), tb = (b); \
572 BN_ULONG lo = ta * tb; \
573 BN_ULONG hi = BN_UMULT_HIGH(ta,t
[all...]
H A Dbn_lcl.h383 BN_ULONG high,low,ret,ta=(a); \
384 BN_UMULT_LOHI(low,high,w,ta); \
411 BN_ULONG high,low,ret,ta=(a); \
412 low = (w) * ta; \
413 high= BN_UMULT_HIGH(w,ta); \
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dconfigure724 -target | --target | --targe | --targ | --tar | --ta | --t)
726 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
11410 ta=
11417 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
11418 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
11419 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
11420 bfd_avr_arch) ta
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Dsched.c109 * tf: The task to execute (ta is its arguments)
113 run_task(task_fun *tf, opaque_t ta, cb_fun *cf, opaque_t ca) argument
143 exit((*tf) (ta));
/freebsd-11-stable/crypto/heimdal/base/
H A Dheimbase.c213 heim_tid_t ta, tb; local
216 ta = heim_get_tid(a);
219 if (ta != tb)
220 return ta - tb;
/freebsd-11-stable/lib/libc/sparc64/
H A DSYS.h63 ta %xcc, ST_SYSCALL ; \
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.h147 int ipfw_add_table_algo(struct ip_fw_chain *ch, struct table_algo *ta,
177 struct table_algo *ta, void *astate, struct table_info *ti);
212 struct table_algo *ta; member in struct:tableop_state
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c6966 ipftuneable_t *ta, **tap; local
6968 for (ta = *ptop; ta->ipft_name != NULL; ta++)
6969 if (ta == cookie) {
6979 if ((ta + 1)->ipft_name != NULL)
6980 *next = ta + 1;
6984 return ta;
6987 for (tap = ptop; (ta = *tap) != NULL; tap = &ta
7014 ipftuneable_t *ta; local
7186 ipftuneable_t *ta, **tap; local
7218 ipftuneable_t *ta, **tap; local
7287 ipftuneable_t *ta; local
[all...]
/freebsd-11-stable/sbin/iscontrol/
H A Dlogin.c174 char *p, *q, *ta = NULL; local
183 ta = op->targetAddress;
184 op->targetAddress = strdup(ta+1);
196 if(ta)
197 free(ta);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dthread-db.c84 td_thragent_t **ta);
85 static td_err_e (*td_ta_map_id2thr_p) (const td_thragent_t *ta, thread_t pt,
87 static td_err_e (*td_ta_map_lwp2thr_p) (const td_thragent_t *ta,
89 static td_err_e (*td_ta_thr_iter_p) (const td_thragent_t *ta,
94 static td_err_e (*td_ta_event_addr_p) (const td_thragent_t *ta,
96 static td_err_e (*td_ta_set_event_p) (const td_thragent_t *ta,
98 static td_err_e (*td_ta_event_getmsg_p) (const td_thragent_t *ta,
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c314 BN_ULONG ta = (a), tb = (b); \
316 BN_UMULT_LOHI(lo,hi,ta,tb); \
322 BN_ULONG ta = (a), tb = (b); \
324 BN_UMULT_LOHI(lo,hi,ta,tb); \
332 BN_ULONG ta = (a)[i]; \
334 BN_UMULT_LOHI(lo,hi,ta,ta); \
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp383 const T &ta = *ita, &tb = *itb; local
384 if (ta < tb)
386 else if (tb < ta)
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dunbound.h381 * @param ta: string, with zone-format RR on one line.
385 int ub_ctx_add_ta(struct ub_ctx* ctx, const char* ta);
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c99 static td_err_e (*td_ta_new_p) (struct ps_prochandle *ps, td_thragent_t **ta);
101 static td_err_e (*td_ta_map_id2thr_p) (const td_thragent_t *ta, thread_t pt,
103 static td_err_e (*td_ta_map_lwp2thr_p) (const td_thragent_t *ta, lwpid_t lwpid,
105 static td_err_e (*td_ta_thr_iter_p) (const td_thragent_t *ta,
110 static td_err_e (*td_ta_event_addr_p) (const td_thragent_t *ta,
112 static td_err_e (*td_ta_set_event_p) (const td_thragent_t *ta,
114 static td_err_e (*td_ta_event_getmsg_p) (const td_thragent_t *ta,
138 static td_err_e (*td_ta_tsd_iter_p) (const td_thragent_t *ta,
/freebsd-11-stable/sys/dev/syscons/
H A Dscterm-teken.c121 teken_attr_t ta; local
136 ta = *teken_get_defattr(&ts->ts_teken);
138 teken_set_defattr(&ts->ts_teken, &ta);
211 teken_attr_t ta; local
213 scteken_sc_to_te_attr(color, &ta);
214 teken_set_defattr(&ts->ts_teken, &ta);
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c4358 PTR_MSG_TARGET_ASSIST_REQUEST ta; local
4394 ta = req->req_vbuf;
4399 ta->QueueTag = ssp->InitiatorTag;
4403 ta->QueueTag = sp->Tag;
4405 ta->Function = MPI_FUNCTION_TARGET_ASSIST;
4406 ta->MsgContext = htole32(req->index | mpt->scsi_tgt_handler_id);
4407 ta->ReplyWord = htole32(tgt->reply_desc);
4408 be64enc(ta->LUN, CAM_EXTLUN_BYTE_SWIZZLE(csio->ccb_h.target_lun));
4410 ta->RelativeOffset = tgt->bytes_xfered;
4411 ta
4477 PTR_MSG_TARGET_ASSIST_REQUEST ta; local
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1478 ecc_point *ta = NULL, *tb = NULL; local
1497 ta = wc_ecc_new_point();
1498 if (!ta) {
1504 wc_ecc_del_point(ta);
1509 if (mp_mulmod(pa->x, &mu, modulus, ta->x) != MP_OKAY ||
1510 mp_mulmod(pa->y, &mu, modulus, ta->y) != MP_OKAY ||
1511 mp_mulmod(pa->z, &mu, modulus, ta->z) != MP_OKAY ||
1518 pa = ta;
1535 wc_ecc_del_point(ta);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c180 add_mapping(alist_t *ta, tid_t srcid, tid_t tgtid) argument
184 assert(!alist_find(ta, (void *)(uintptr_t)srcid, NULL));
187 alist_add(ta, (void *)(uintptr_t)srcid, (void *)(uintptr_t)tgtid);
191 get_mapping(alist_t *ta, int srcid) argument
195 if (alist_find(ta, (void *)(uintptr_t)srcid, (void **)&ltgtid))
/freebsd-11-stable/sys/sparc64/include/
H A Dasmacros.h168 ta %xcc, 1
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c549 char ta, tb; local
555 ta = *a;
557 if (ta != tb)
559 if (ta == 0)
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c1611 mp_int ta, tb, tq, q; local
1633 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL)) != MP_OKAY) {
1640 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
1648 if (mp_cmp(&tb, &ta) != MP_GT) {
1649 if (((res = mp_sub(&ta, &tb, &ta)) != MP_OKAY) ||
1660 /* now q == quotient and ta == remainder */
1668 mp_exch(d, &ta);
1672 mp_clear_multi(&ta, &tb, &tq, &q, NULL);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-802_11.c316 uint8_t ta[IEEE802_11_TA_LEN]; member in struct:ctrl_rts_hdr_t
342 uint8_t ta[IEEE802_11_TA_LEN]; member in struct:ctrl_ps_poll_hdr_t
380 uint8_t ta[IEEE802_11_TA_LEN]; member in struct:ctrl_bar_hdr_t
1678 etheraddr_string(ndo, ((const struct ctrl_bar_hdr_t *)p)->ta),
1700 etheraddr_string(ndo, ((const struct ctrl_rts_hdr_t *)p)->ta)));
1867 etheraddr_string(ndo, ((const struct ctrl_bar_hdr_t *)p)->ta),
1878 etheraddr_string(ndo, ((const struct ctrl_ps_poll_hdr_t *)p)->ta)));
1883 etheraddr_string(ndo, ((const struct ctrl_rts_hdr_t *)p)->ta)));
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86.cpp395 uint32_t ta = fromAddress + value - toAddress; local
396 *addend = ta - offsetInFrom;

Completed in 514 milliseconds

12345