Home
last modified time | relevance | path

Searched refs:cinfo (Results 1 – 25 of 57) sorted by relevance

123

/netbsd-src/sys/arch/aarch64/aarch64/
H A Dcpufunc.c104 struct aarch64_cache_info * const cinfo = ci->ci_cacheinfo; in aarch64_getcacheinfo() local
145 extract_cacheunit(level, true, cachetype, cinfo); in aarch64_getcacheinfo()
149 extract_cacheunit(level, false, CACHE_TYPE_PIPT, cinfo); in aarch64_getcacheinfo()
153 extract_cacheunit(level, true, cachetype, cinfo); in aarch64_getcacheinfo()
154 extract_cacheunit(level, false, CACHE_TYPE_PIPT, cinfo); in aarch64_getcacheinfo()
158 extract_cacheunit(level, false, CACHE_TYPE_PIPT, cinfo); in aarch64_getcacheinfo()
165 cinfo[level].cacheable = cacheable; in aarch64_getcacheinfo()
183 struct aarch64_cache_info * const cinfo = ci->ci_cacheinfo; in aarch64_parsecacheinfo() local
202 if ((cinfo[0].icache.cache_type == CACHE_TYPE_VIVT || in aarch64_parsecacheinfo()
203 cinfo[0].icache.cache_type == CACHE_TYPE_VIPT) && in aarch64_parsecacheinfo()
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh.c211 const struct ssh_conn_info *cinfo) in default_client_percent_expand() argument
214 DEFAULT_CLIENT_PERCENT_EXPAND_ARGS(cinfo), in default_client_percent_expand()
225 const struct ssh_conn_info *cinfo) in default_client_percent_dollar_expand() argument
230 DEFAULT_CLIENT_PERCENT_EXPAND_ARGS(cinfo), in default_client_percent_dollar_expand()
601 ssh_conn_info_free(struct ssh_conn_info *cinfo) in ssh_conn_info_free() argument
603 if (cinfo == NULL) in ssh_conn_info_free()
605 free(cinfo->conn_hash_hex); in ssh_conn_info_free()
606 free(cinfo->shorthost); in ssh_conn_info_free()
607 free(cinfo->uidstr); in ssh_conn_info_free()
608 free(cinfo->keyalias); in ssh_conn_info_free()
[all …]
H A Dsshconnect.c909 const char *invocation, const struct ssh_conn_info *cinfo, in load_hostkeys_command() argument
947 DEFAULT_CLIENT_PERCENT_EXPAND_ARGS(cinfo), in load_hostkeys_command()
993 check_host_key(char *hostname, const struct ssh_conn_info *cinfo, in check_host_key() argument
1063 "HOSTNAME", cinfo, host_key, host); in check_host_key()
1075 "ADDRESS", cinfo, host_key, ip); in check_host_key()
1194 if (check_host_key(hostname, cinfo, hostaddr, 0, in check_host_key()
1508 const struct ssh_conn_info *cinfo) in verify_host_key() argument
1602 r = check_host_key(host, cinfo, hostaddr, options.port, host_key, in verify_host_key()
1629 const struct ssh_conn_info *cinfo) in ssh_login() argument
1652 ssh_kex2(ssh, host, hostaddr, port, cinfo); in ssh_login()
/netbsd-src/external/cddl/osnet/dev/dtrace/amd64/
H A Ddtrace_subr.c137 struct cpu_info *cinfo = cpu_lookup(cpu); in dtrace_xcall() local
139 KASSERT(cinfo != NULL); in dtrace_xcall()
140 where = xc_unicast(0, xcall_func, func, arg, cinfo); in dtrace_xcall()
320 struct cpu_info *cinfo = curcpu(); in dtrace_gethrtime_init() local
329 tsc_f = cpu_frequency(cinfo); in dtrace_gethrtime_init()
353 for (CPU_INFO_FOREACH(cpuind, cinfo)) { in dtrace_gethrtime_init()
355 tsc_skew[cpu_index(cinfo)] = cinfo->ci_data.cpu_cc_skew; in dtrace_gethrtime_init()
/netbsd-src/external/cddl/osnet/dev/dtrace/i386/
H A Ddtrace_subr.c145 struct cpu_info *cinfo = cpu_lookup(cpu); in dtrace_xcall() local
147 KASSERT(cinfo != NULL); in dtrace_xcall()
148 where = xc_unicast(0, xcall_func, func, arg, cinfo); in dtrace_xcall()
301 struct cpu_info *cinfo = curcpu(); in dtrace_gethrtime_init() local
310 tsc_f = cpu_frequency(cinfo); in dtrace_gethrtime_init()
335 for (CPU_INFO_FOREACH(cpuind, cinfo)) { in dtrace_gethrtime_init()
337 tsc_skew[cpu_index(cinfo)] = cinfo->ci_data.cpu_cc_skew; in dtrace_gethrtime_init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dptree.c242 tree_constraint_info *cinfo = (tree_constraint_info *)node; in cxx_print_xnode() local
243 if (cinfo->template_reqs) in cxx_print_xnode()
244 print_node (file, "template_reqs", cinfo->template_reqs, indent+4); in cxx_print_xnode()
245 if (cinfo->declarator_reqs) in cxx_print_xnode()
246 print_node (file, "declarator_reqs", cinfo->declarator_reqs, in cxx_print_xnode()
249 cinfo->associated_constr, indent+4); in cxx_print_xnode()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Dbacktrace.d295 SymbolCallbackInfo cinfo;
296 cinfo.applyCB = dg;
297 cinfo.state = cast(backtrace_state*)state;
304 &pcinfoErrorCallback, &cinfo) != 0)
311 if (!cinfo.noInfo)
312 return cinfo.retval;
315 cinfo.reset();
319 &pcinfoErrorCallback, &cinfo) == 0)
325 if (!cinfo.noInfo)
326 return cinfo.retval;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dbacktrace.d275 SymbolCallbackInfo cinfo;
276 cinfo.applyCB = dg;
277 cinfo.state = cast(backtrace_state*)state;
284 &pcinfoErrorCallback, &cinfo) != 0)
291 if (!cinfo.noInfo)
292 return cinfo.retval;
295 cinfo.reset();
299 &pcinfoErrorCallback, &cinfo) == 0)
305 if (!cinfo.noInfo)
306 return cinfo.retval;
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dptree.cc347 tree_constraint_info *cinfo = (tree_constraint_info *)node; in cxx_print_xnode() local
348 if (cinfo->template_reqs) in cxx_print_xnode()
349 print_node (file, "template_reqs", cinfo->template_reqs, indent+4); in cxx_print_xnode()
350 if (cinfo->declarator_reqs) in cxx_print_xnode()
351 print_node (file, "declarator_reqs", cinfo->declarator_reqs, in cxx_print_xnode()
354 cinfo->associated_constr, indent+4); in cxx_print_xnode()
/netbsd-src/external/cddl/osnet/dev/dtrace/
H A Ddtrace_debug.c76 struct cpu_info *cinfo; in dtrace_debug_init() local
78 for (CPU_INFO_FOREACH(cpuind, cinfo)) { in dtrace_debug_init()
79 d = &dtrace_debug_data[cpu_index(cinfo)]; in dtrace_debug_init()
103 struct cpu_info *cinfo; in dtrace_debug_output() local
105 for (CPU_INFO_FOREACH(cpuind, cinfo)) { in dtrace_debug_output()
106 i = cpu_index(cinfo); in dtrace_debug_output()
H A Ddtrace_load.c66 struct cpu_info *cinfo; in dtrace_load() local
185 for (CPU_INFO_FOREACH(cpuind, cinfo)) { in dtrace_load()
186 (void) dtrace_cpu_setup(CPU_CONFIG, cpu_index(cinfo)); in dtrace_load()
/netbsd-src/sys/dev/ic/
H A Dcac.c104 struct cac_controller_info cinfo; in cac_init() local
173 if (cac_cmd(sc, CAC_CMD_START_FIRMWARE, &cinfo, sizeof(cinfo), in cac_init()
180 if (cac_cmd(sc, CAC_CMD_GET_CTRL_INFO, &cinfo, sizeof(cinfo), 0, 0, in cac_init()
186 strlcpy(firm, cinfo.firm_rev, 4+1); in cac_init()
188 cinfo.scsi_chips, firm); in cac_init()
191 sc->sc_nunits = cinfo.num_drvs; in cac_init()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c628 Common_info *cinfo = (Common_info*) ((char*) frp + frp->hsize); in compute_uid() local
632 if ((char*) cinfo >= end || cinfo->hsize == 0 || in compute_uid()
633 (char*) cinfo + cinfo->hsize > end) in compute_uid()
639 long *ptr = (long*) ((char*) cinfo + cinfo->hsize); in compute_uid()
640 long *bnd = (long*) ((char*) cinfo + sizeof (Common_info)); in compute_uid()
641 TprintfT (DBG_LT2, "compute_uid: Cnt=%ld: ", (long) cinfo->hsize); in compute_uid()
651 if (cinfo->kind == STACK_INFO || cinfo->kind == JAVA_INFO) in compute_uid()
653 cinfo->uid = uidt; in compute_uid()
654 idxs[cinfo->kind] = idxt; in compute_uid()
656 cinfo = (Common_info*) ((char*) cinfo + cinfo->hsize); in compute_uid()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c634 Common_info *cinfo = (Common_info*) ((char*) frp + frp->hsize); in compute_uid() local
638 if ((char*) cinfo >= end || cinfo->hsize == 0 || in compute_uid()
639 (char*) cinfo + cinfo->hsize > end) in compute_uid()
645 long *ptr = (long*) ((char*) cinfo + cinfo->hsize); in compute_uid()
646 long *bnd = (long*) ((char*) cinfo + sizeof (Common_info)); in compute_uid()
647 TprintfT (DBG_LT2, "compute_uid: Cnt=%ld: ", (long) cinfo->hsize); in compute_uid()
657 if (cinfo->kind == STACK_INFO || cinfo->kind == JAVA_INFO) in compute_uid()
659 cinfo->uid = uidt; in compute_uid()
660 idxs[cinfo->kind] = idxt; in compute_uid()
662 cinfo = (Common_info*) ((char*) cinfo + cinfo->hsize); in compute_uid()
[all …]
/netbsd-src/external/bsd/unbound/dist/respip/
H A Drespip.c867 const struct respip_client_info* cinfo, const struct reply_info* rep, in respip_rewrite_reply() argument
894 if(!cinfo) in respip_rewrite_reply()
896 ctaglist = cinfo->taglist; in respip_rewrite_reply()
897 ctaglen = cinfo->taglen; in respip_rewrite_reply()
898 tag_actions = cinfo->tag_actions; in respip_rewrite_reply()
899 tag_actions_size = cinfo->tag_actions_size; in respip_rewrite_reply()
900 tag_datas = cinfo->tag_datas; in respip_rewrite_reply()
901 tag_datas_size = cinfo->tag_datas_size; in respip_rewrite_reply()
902 view = cinfo->view; in respip_rewrite_reply()
903 ipset = cinfo->respip_set; in respip_rewrite_reply()
[all …]
H A Drespip.h156 const struct respip_client_info* cinfo, int must_validate,
184 const struct respip_client_info* cinfo,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DPEM_read.pod23 int PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cinfo);
24 int PEM_do_header(EVP_CIPHER_INFO *cinfo, unsigned char *data, long *len,
68 B<cinfo> argument and the B<header> returned via PEM_read() or PEM_read_bio().
70 address pointed to by B<cinfo>.
77 The B<cinfo> argument is a pointer to the structure initialized by the previous
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DPEM_read.pod23 int PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cinfo);
24 int PEM_do_header(EVP_CIPHER_INFO *cinfo, unsigned char *data, long *len,
68 B<cinfo> argument and the B<header> returned via PEM_read() or PEM_read_bio().
70 address pointed to by B<cinfo>.
77 The B<cinfo> argument is a pointer to the structure initialized by the previous
/netbsd-src/external/bsd/unbound/dist/services/
H A Dmesh.h305 struct respip_client_info* cinfo, uint16_t qflags,
480 struct query_info* qinfo, struct respip_client_info* cinfo,
517 struct respip_client_info* cinfo, struct query_info* qinfo,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmatch.cc2096 struct cinfo struct in capture_info
2110 auto_vec<cinfo> info;
2424 int depth, const char *in_type, capture_info *cinfo, in gen_transform() argument
2497 cinfo, indexes, in gen_transform()
2676 int depth, const char *in_type, capture_info *cinfo, in gen_transform() argument
2686 cinfo, NULL); in gen_transform()
2693 && cinfo->info.exists () in gen_transform()
2694 && cinfo->info[cinfo->info[where].same_as].result_use_count > 1) in gen_transform()
2698 cinfo->info[cinfo->info[where].same_as].result_use_count--; in gen_transform()
2707 && cinfo->info[where].cond_expr_cond_p) in gen_transform()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c2088 struct cinfo struct
2102 auto_vec<cinfo> info; argument
2415 int depth, const char *in_type, capture_info *cinfo, in gen_transform() argument
2488 cinfo, indexes, in gen_transform()
2663 int depth, const char *in_type, capture_info *cinfo, in gen_transform() argument
2673 cinfo, NULL); in gen_transform()
2680 && cinfo->info.exists () in gen_transform()
2681 && cinfo->info[cinfo->info[where].same_as].result_use_count > 1) in gen_transform()
2685 cinfo->info[cinfo->info[where].same_as].result_use_count--; in gen_transform()
2694 && cinfo->info[where].cond_expr_cond_p) in gen_transform()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-driver.c538 const struct gcov_ctr_info *cinfo in gcov_do_dump() local
541 for (unsigned i = 0; i < cinfo->num; i++) in gcov_do_dump()
542 if (run_max < cinfo->values[i]) in gcov_do_dump()
543 run_max = cinfo->values[i]; in gcov_do_dump()
/netbsd-src/sys/arch/m68k/m68k/
H A Ddb_disasm.c140 #define iaddchar(ch) (*dbuf->cinfo++ = ch)
194 dbuf.cinfo = dbuf.info = info_buffer; in db_disasm()
2318 while ((*dbuf->cinfo++ = *s++)) in iaddstr()
2320 dbuf->cinfo--; in iaddstr()
2947 *dbuf->cinfo = 0; in print_disp()
2977 *dbuf->cinfo = 0; in print_addr()
3008 dbuf->cinfo[0] = '0';
3009 dbuf->cinfo[1] = 0;
3017 dbuf->cinfo = &dbuf->cinfo[strlen(dbuf->cinfo)];
3044 dbuf->cinfo[0] = '0'; in iprintu()
[all …]
/netbsd-src/sys/dev/microcode/aic7xxx/
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) > $1->info.rinfo->size) {
875 $$.offset = $3->info.cinfo->value;
1484 symbol->info.cinfo = in initialize_symbol()
1486 if (symbol->info.cinfo == NULL) { in initialize_symbol()
1490 memset(symbol->info.cinfo, 0, in initialize_symbol()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-driver.c668 const struct gcov_ctr_info *cinfo in gcov_do_dump() local
671 for (unsigned i = 0; i < cinfo->num; i++) in gcov_do_dump()
672 if (run_max < cinfo->values[i]) in gcov_do_dump()
673 run_max = cinfo->values[i]; in gcov_do_dump()

123