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

/freebsd-10-stable/sys/dev/advansys/
H A Dadvansys.c89 struct adv_ccb_info *cinfo);
93 struct adv_ccb_info *cinfo);
101 struct adv_ccb_info *cinfo; local
105 if ((cinfo = SLIST_FIRST(&adv->free_ccb_infos)) != NULL) {
108 cinfo = adv_alloc_ccb_info(adv);
111 return (cinfo);
115 adv_free_ccb_info(struct adv_softc *adv, struct adv_ccb_info *cinfo) argument
120 cinfo->state = ACCB_FREE;
121 SLIST_INSERT_HEAD(&adv->free_ccb_infos, cinfo, links);
158 struct adv_ccb_info *cinfo; local
209 struct adv_ccb_info *cinfo; local
465 struct adv_ccb_info *cinfo; local
580 struct adv_ccb_info *cinfo; local
597 adv_destroy_ccb_info(struct adv_softc *adv, struct adv_ccb_info *cinfo) argument
609 struct adv_ccb_info *cinfo, *cinfo2; local
694 struct adv_ccb_info *cinfo; local
1005 struct adv_ccb_info *cinfo; local
1087 struct adv_ccb_info *cinfo; local
[all...]
H A Dadvlib.c977 struct adv_ccb_info *cinfo; local
1020 cinfo = &adv->ccb_infos[cinfo_index];
1034 callout_reset(&cinfo->timer, 5 * hz, adv_timeout, ccb);
2030 struct adv_ccb_info *cinfo; local
2040 cinfo = (struct adv_ccb_info *)
2042 cinfo->state |= ACCB_ABORT_QUEUED;
/freebsd-10-stable/lib/libc/include/
H A Dnscache.h160 #define NS_CACHE_CB(cinfo) {NSSRC_CACHE, __nss_cache_handler, (void *)(cinfo) },
/freebsd-10-stable/sys/dev/tws/
H A Dtws_hdm.c192 initc->fw_srl = sc->cinfo.working_srl = TWS_CURRENT_FW_SRL;
194 initc->fw_branch = sc->cinfo.working_branch = 0;
195 initc->fw_build = sc->cinfo.working_build = 0;
200 sc->cinfo.fw_on_ctlr_srl = initc->fw_srl;
201 sc->cinfo.fw_on_ctlr_branch = initc->fw_branch;
202 sc->cinfo.fw_on_ctlr_build = initc->fw_build;
H A Dtws_user.c340 cpkt.working_srl = sc->cinfo.working_srl;
341 cpkt.working_branch = sc->cinfo.working_branch;
342 cpkt.working_build = sc->cinfo.working_build;
349 cpkt.fw_on_ctlr_srl = sc->cinfo.fw_on_ctlr_srl;
350 cpkt.fw_on_ctlr_branch = sc->cinfo.fw_on_ctlr_branch;
351 cpkt.fw_on_ctlr_build = sc->cinfo.fw_on_ctlr_build;
H A Dtws.h254 struct tws_init_connect_info cinfo; /* compatibility info */ member in struct:tws_softc
/freebsd-10-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h130 struct const_info *cinfo; member in union:symbol::__anon7722
H A Daicasm_gram.y431 if (symbol->info.cinfo->value > 4) {
436 $$ = (0x1 << symbol->info.cinfo->value);
688 $$.value = symbol->info.cinfo->value;
716 $2->info.cinfo->value = $3.value;
732 $2->info.cinfo->value = download_constant_count++;
867 if (($3->info.cinfo->value + 1) > (unsigned)$1->info.rinfo->size) {
873 $$.offset = $3->info.cinfo->value;
1482 symbol->info.cinfo =
1484 if (symbol->info.cinfo == NULL) {
1488 memset(symbol->info.cinfo,
[all...]
H A Daicasm_symbol.c116 if (symbol->info.cinfo != NULL)
117 free(symbol->info.cinfo);
646 curnode->symbol->info.cinfo->value);
659 curnode->symbol->info.cinfo->value);
/freebsd-10-stable/sys/dev/ida/
H A Dida.c198 struct ida_controller_info cinfo; local
275 error = ida_command(ida, CMD_GET_CTRL_INFO, &cinfo, sizeof(cinfo),
284 cinfo.num_drvs, cinfo.firm_rev[0], cinfo.firm_rev[1],
285 cinfo.firm_rev[2], cinfo.firm_rev[3]);
303 for (i = 0; i < cinfo.num_drvs; i++) {
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_crypto.h188 extern struct cert_info *cinfo; /* host certificate information */
/freebsd-10-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_verify.c74 static int TS_issuer_serial_cmp(ESS_ISSUER_SERIAL *is, X509_CINF *cinfo);
356 static int TS_issuer_serial_cmp(ESS_ISSUER_SERIAL *is, X509_CINF *cinfo) argument
360 if (!is || !cinfo || sk_GENERAL_NAME_num(is->issuer) != 1)
366 || X509_NAME_cmp(issuer->d.dirn, cinfo->issuer))
370 if (ASN1_INTEGER_cmp(is->serial, cinfo->serialNumber))
/freebsd-10-stable/contrib/binutils/bfd/
H A Delflink.c6287 struct collect_gnu_hash_codes cinfo;
6291 memset (&cinfo, 0, sizeof (cinfo));
6297 cinfo.hashcodes = bfd_malloc (amt);
6298 if (cinfo.hashcodes == NULL) local
6301 cinfo.hashval = cinfo.hashcodes + dynsymcount;
6302 cinfo.min_dynindx = -1;
6303 cinfo.output_bfd = output_bfd;
6304 cinfo
6277 struct collect_gnu_hash_codes cinfo; local
6419 elf_renumber_gnu_hash_syms, &cinfo); local
[all...]
/freebsd-10-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) {
1828 * cinfo certificate info/value list
1878 for (cp = cinfo; cp != NULL; cp = cp->link) {
3314 zp = &cinfo;
3315 for (xp = cinfo; xp != NULL; xp = xp->link) {
3332 cp->link = cinfo;
3333 cinfo = cp;
4003 cinfo = crypto_cert(filename);
4004 if (cinfo
[all...]
H A Dntp_control.c2545 for (cp = cinfo; cp != NULL; cp = cp->link) {
/freebsd-10-stable/usr.sbin/btxld/
H A Dbtxld.c89 static const char cinfo[] = variable
297 printf(cinfo, fmtlist[ihdr.fmt], ihdr.size, ihdr.text,

Completed in 166 milliseconds