Searched refs:cinfo (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/sys/mips/beri/
H A Dberi_mp.h36 uint32_t cinfo; local
38 cinfo = mips_rd_cinfo();
39 return (cinfo & 0xffff);
45 uint32_t cinfo; local
47 cinfo = mips_rd_cinfo();
48 return ((cinfo >> 16) + 1);
/freebsd-13-stable/contrib/unbound/respip/
H A Drespip.h135 * 'cinfo', this function uses 'base_rep' as the merged reply, ignoring
146 * @param cinfo: client info corresponding to 'base_rep'.
156 const struct respip_client_info* cinfo, int must_validate,
169 * @param cinfo: client-specific info to identify the best matching action.
182 const struct respip_client_info* cinfo,
H A Drespip.c897 const struct respip_client_info* cinfo, const struct reply_info* rep,
924 if(!cinfo)
926 ctaglist = cinfo->taglist;
927 ctaglen = cinfo->taglen;
928 tag_actions = cinfo->tag_actions;
929 tag_actions_size = cinfo->tag_actions_size;
930 tag_datas = cinfo->tag_datas;
931 tag_datas_size = cinfo->tag_datas_size;
932 view = cinfo->view;
933 ipset = cinfo
896 respip_rewrite_reply(const struct query_info* qinfo, const struct respip_client_info* cinfo, const struct reply_info* rep, struct reply_info** new_repp, struct respip_action_info* actinfo, struct ub_packed_rrset_key** alias_rrset, int search_only, struct regional* region, struct auth_zones* az) argument
1162 respip_merge_cname(struct reply_info* base_rep, const struct query_info* qinfo, const struct reply_info* tgt_rep, const struct respip_client_info* cinfo, int must_validate, struct reply_info** new_repp, struct regional* region, struct auth_zones* az) argument
[all...]
/freebsd-13-stable/lib/libc/include/
H A Dnscache.h162 #define NS_CACHE_CB(cinfo) {NSSRC_CACHE, __nss_cache_handler, (void *)(cinfo) },
/freebsd-13-stable/sys/dev/tws/
H A Dtws_hdm.c191 initc->fw_srl = sc->cinfo.working_srl = TWS_CURRENT_FW_SRL;
193 initc->fw_branch = sc->cinfo.working_branch = 0;
194 initc->fw_build = sc->cinfo.working_build = 0;
199 sc->cinfo.fw_on_ctlr_srl = initc->fw_srl;
200 sc->cinfo.fw_on_ctlr_branch = initc->fw_branch;
201 sc->cinfo.fw_on_ctlr_build = initc->fw_build;
H A Dtws_user.c342 cpkt.working_srl = sc->cinfo.working_srl;
343 cpkt.working_branch = sc->cinfo.working_branch;
344 cpkt.working_build = sc->cinfo.working_build;
351 cpkt.fw_on_ctlr_srl = sc->cinfo.fw_on_ctlr_srl;
352 cpkt.fw_on_ctlr_branch = sc->cinfo.fw_on_ctlr_branch;
353 cpkt.fw_on_ctlr_build = sc->cinfo.fw_on_ctlr_build;
H A Dtws.h251 struct tws_init_connect_info cinfo; /* compatibility info */ member in struct:tws_softc
/freebsd-13-stable/contrib/unbound/services/
H A Dmesh.h291 * @param cinfo: additional information associated with the query client.
292 * 'cinfo' itself is ephemeral but data pointed to by its members
301 struct respip_client_info* cinfo, uint16_t qflags,
459 * @param cinfo: control info for the query client (can be NULL).
467 struct query_info* qinfo, struct respip_client_info* cinfo,
503 * @param cinfo: if non-NULL client specific info that may affect IP-based
512 struct respip_client_info* cinfo, struct query_info* qinfo,
H A Dmesh.c454 struct respip_client_info* cinfo, uint16_t qflags,
469 s = mesh_area_find(mesh, cinfo, qinfo, qflags&(BIT_RD|BIT_CD), 0, 0);
496 s = mesh_state_create(mesh->env, qinfo, cinfo,
774 struct respip_client_info* cinfo, uint16_t qflags, int prime,
811 if(cinfo) {
812 mstate->s.client_info = regional_alloc_init(region, cinfo,
813 sizeof(*cinfo));
1451 struct respip_client_info* cinfo, struct query_info* qinfo,
1466 key.s.client_info = cinfo;
1883 const struct query_info* qinfo, struct respip_client_info* cinfo,
453 mesh_new_client(struct mesh_area* mesh, struct query_info* qinfo, struct respip_client_info* cinfo, uint16_t qflags, struct edns_data* edns, struct comm_reply* rep, uint16_t qid) argument
773 mesh_state_create(struct module_env* env, struct query_info* qinfo, struct respip_client_info* cinfo, uint16_t qflags, int prime, int valrec) argument
1450 mesh_area_find(struct mesh_area* mesh, struct respip_client_info* cinfo, struct query_info* qinfo, uint16_t qflags, int prime, int valrec) argument
1882 apply_respip_action(struct module_qstate* qstate, const struct query_info* qinfo, struct respip_client_info* cinfo, struct respip_action_info* actinfo, struct reply_info* rep, struct ub_packed_rrset_key** alias_rrset, struct reply_info** encode_repp, struct auth_zones* az) argument
[all...]
/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h132 struct const_info *cinfo; member in union:symbol::__anon11358
H A Daicasm_gram.y433 if (symbol->info.cinfo->value > 4) {
438 $$ = (0x1 << symbol->info.cinfo->value);
690 $$.value = symbol->info.cinfo->value;
718 $2->info.cinfo->value = $3.value;
734 $2->info.cinfo->value = download_constant_count++;
869 if (($3->info.cinfo->value + 1) > (unsigned)$1->info.rinfo->size) {
875 $$.offset = $3->info.cinfo->value;
1484 symbol->info.cinfo =
1486 if (symbol->info.cinfo == NULL) {
1490 memset(symbol->info.cinfo,
[all...]
H A Daicasm_symbol.c118 if (symbol->info.cinfo != NULL)
119 free(symbol->info.cinfo);
646 curnode->symbol->info.cinfo->value);
657 curnode->symbol->info.cinfo->value);
/freebsd-13-stable/sys/dev/ida/
H A Dida.c200 struct ida_controller_info cinfo; local
277 error = ida_command(ida, CMD_GET_CTRL_INFO, &cinfo, sizeof(cinfo),
286 cinfo.num_drvs, cinfo.firm_rev[0], cinfo.firm_rev[1],
287 cinfo.firm_rev[2], cinfo.firm_rev[3]);
305 for (i = 0; i < cinfo.num_drvs; i++) {
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_crypto.h188 extern struct cert_info *cinfo; /* host certificate information */
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c162 struct cert_info *cinfo = NULL; /* certificate info/value cache */ variable in typeref:struct:cert_info
1203 for (cp = cinfo; cp != NULL; cp = cp->link) {
1829 * cinfo certificate info/value list
1879 for (cp = cinfo; cp != NULL; cp = cp->link) {
3315 zp = &cinfo;
3316 for (xp = cinfo; xp != NULL; xp = xp->link) {
3333 cp->link = cinfo;
3334 cinfo = cp;
4004 cinfo = crypto_cert(filename);
4005 if (cinfo
[all...]
H A Dntp_control.c2552 for (cp = cinfo; cp != NULL; cp = cp->link) {
/freebsd-13-stable/sys/mips/include/
H A Dcpufunc.h288 MIPS_RW32_COP0_SEL(cinfo, MIPS_COP_0_PRID, 6);
/freebsd-13-stable/contrib/unbound/daemon/
H A Dworker.c578 struct respip_client_info* cinfo, struct reply_info* rep,
590 if(!respip_rewrite_reply(qinfo, cinfo, rep, encode_repp, &actinfo,
632 struct respip_client_info* cinfo, int* need_drop, int* is_expired_answer,
730 !partial_rep && !apply_respip_action(worker, qinfo, cinfo, rep,
735 !respip_merge_cname(partial_rep, qinfo, rep, cinfo,
1116 struct respip_client_info* cinfo = NULL, cinfo_tmp; local
1474 cinfo = &cinfo_tmp;
1489 cinfo, &need_drop, &is_expired_answer, &is_secure_answer,
1573 mesh_new_client(worker->env.mesh, &qinfo, cinfo,
577 apply_respip_action(struct worker* worker, const struct query_info* qinfo, struct respip_client_info* cinfo, struct reply_info* rep, struct comm_reply* repinfo, struct ub_packed_rrset_key** alias_rrset, struct reply_info** encode_repp, struct auth_zones* az) argument
631 answer_from_cache(struct worker* worker, struct query_info* qinfo, struct respip_client_info* cinfo, int* need_drop, int* is_expired_answer, int* is_secure_answer, struct ub_packed_rrset_key** alias_rrset, struct reply_info** partial_repp, struct reply_info* rep, uint16_t id, uint16_t flags, struct comm_reply* repinfo, struct edns_data* edns) argument
/freebsd-13-stable/usr.sbin/btxld/
H A Dbtxld.c89 static const char cinfo[] = variable
298 printf(cinfo, fmtlist[ihdr.fmt], ihdr.size, ihdr.text,
/freebsd-13-stable/crypto/openssl/ssl/
H A Dt1_lib.c252 const TLS_GROUP_INFO *cinfo = tls1_group_id_lookup(curve); local
255 if (cinfo == NULL)
258 if (cinfo->flags & TLS_CURVE_CHAR2)
263 return ssl_security(s, op, cinfo->secbits, cinfo->nid, (void *)ctmp);

Completed in 284 milliseconds