Searched refs:tinfo (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/
H A Dresource.c897 struct target_info *tinfo = NULL;
927 for (tinfo = target_hash_table[INSN_UID (target) % TARGET_HASH_PRIME];
928 tinfo; tinfo = tinfo->next)
929 if (tinfo->uid == INSN_UID (target))
935 if (tinfo && tinfo->block != -1
936 && ! INSN_DELETED_P (BB_HEAD (BASIC_BLOCK (tinfo->block))))
937 b = tinfo
890 struct target_info *tinfo = NULL; local
1271 struct target_info *tinfo; local
[all...]
/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Deh_throw.cc57 __cxxabiv1::__cxa_throw (void *obj, std::type_info *tinfo, argument
61 header->exceptionType = tinfo;
H A Dunwind-cxx.h116 std::type_info *tinfo,
H A DMakefile.am68 tinfo.cc \
/freebsd-9.3-release/sys/dev/advansys/
H A Dadvlib.c313 struct adv_target_transinfo* tinfo; local
351 tinfo = &adv->tinfo[cgd->ccb_h.target_id];
354 tinfo->current.period,
355 tinfo->current.offset,
687 struct adv_target_transinfo* tinfo; local
705 tinfo = &adv->tinfo[tid_no];
712 if (tinfo->current.period != tinfo
976 struct adv_target_transinfo* tinfo; local
1096 struct adv_target_transinfo* tinfo; local
1815 struct adv_target_transinfo* tinfo; local
1917 struct adv_target_transinfo* tinfo; local
[all...]
H A Dadwlib.c840 adw_hshk_cfg_period_factor(u_int tinfo) argument
842 tinfo &= ADW_HSHK_CFG_RATE_MASK;
843 tinfo >>= ADW_HSHK_CFG_RATE_SHIFT;
844 if (tinfo == 0x11)
847 else if (tinfo == 0x10)
851 return (((tinfo * 25) + 50) / 4);
H A Dadvansys.c265 tconf = &adv->tinfo[cts->ccb_h.target_id].current;
268 tconf = &adv->tinfo[cts->ccb_h.target_id].user;
369 tconf = &adv->tinfo[cts->ccb_h.target_id].current;
375 tconf = &adv->tinfo[cts->ccb_h.target_id].user;
814 &adv->tinfo[i].user.period,
815 &adv->tinfo[i].user.offset,
842 &adv->tinfo[i].user.period,
843 &adv->tinfo[i].user.offset,
858 if (adv->tinfo[i].user.period < max_sync)
859 adv->tinfo[
[all...]
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx_osm.c518 struct ahd_initiator_tinfo *tinfo; local
533 tinfo = ahd_fetch_transinfo(ahd, 'A', our_id,
536 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0
732 struct ahd_initiator_tinfo *tinfo; local
745 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel,
753 tinfo->curr.protocol_version = cts->protocol_version;
754 tinfo->curr.transport_version = cts->transport_version;
755 tinfo->goal.protocol_version = cts->protocol_version;
756 tinfo->goal.transport_version = cts->transport_version;
761 tinfo
850 struct ahd_transinfo *tinfo; local
949 struct ahd_initiator_tinfo *tinfo; local
[all...]
H A Daic7xxx_osm.c607 struct ahc_initiator_tinfo *tinfo; local
621 tinfo = ahc_fetch_transinfo(ahc, devinfo.channel,
629 tinfo->curr.protocol_version =
631 tinfo->curr.transport_version =
633 tinfo->goal.protocol_version =
635 tinfo->goal.transport_version =
641 tinfo->user.protocol_version =
643 tinfo->user.transport_version =
666 ahc_validate_width(ahc, /*tinfo limit*/NULL,
674 spi->ppr_options = tinfo
834 struct ahc_transinfo *tinfo; local
934 struct ahc_initiator_tinfo *tinfo; local
[all...]
H A Daic7xxx.c496 struct ahc_transinfo *tinfo; local
513 tinfo = &targ_info->curr;
536 if (tinfo->protocol_version <= SCSI_REV_2
1310 struct ahc_initiator_tinfo *tinfo; local
1317 tinfo = ahc_fetch_transinfo(ahc,
1322 tinfo->curr.transport_version = 2;
1323 tinfo->goal.transport_version = 2;
1324 tinfo->goal.ppr_options = 0;
1652 struct ahc_initiator_tinfo *tinfo,
1683 transinfo = &tinfo
1651 ahc_devlimited_syncrate(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
1803 ahc_validate_offset(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, struct ahc_syncrate *syncrate, u_int *offset, int wide, role_t role) argument
1835 ahc_validate_width(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *bus_width, role_t role) argument
1865 ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_tmode_tstate *tstate, struct ahc_initiator_tinfo *tinfo, ahc_neg_type neg_type) argument
1912 struct ahc_initiator_tinfo *tinfo; local
2038 struct ahc_initiator_tinfo *tinfo; local
2121 struct ahc_initiator_tinfo *tinfo; local
2382 struct ahc_initiator_tinfo *tinfo; local
3082 struct ahc_initiator_tinfo *tinfo; local
3511 struct ahc_initiator_tinfo *tinfo; local
5060 struct ahc_initiator_tinfo *tinfo; local
[all...]
H A Daic79xx.c134 struct ahd_transinfo *tinfo);
1064 struct ahd_transinfo *tinfo; local
1098 tinfo = &targ_info->curr;
2287 struct ahd_initiator_tinfo *tinfo; local
2304 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel,
2307 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) {
2323 tinfo->curr.transport_version = 2;
2324 tinfo->goal.transport_version = 2;
2325 tinfo->goal.ppr_options = 0;
2889 struct ahd_initiator_tinfo *tinfo,
2888 ahd_devlimited_syncrate(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
2976 ahd_validate_offset(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int period, u_int *offset, int wide, role_t role) argument
3007 ahd_validate_width(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *bus_width, role_t role) argument
3037 ahd_update_neg_request(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_tmode_tstate *tstate, struct ahd_initiator_tinfo *tinfo, ahd_neg_type neg_type) argument
3084 struct ahd_initiator_tinfo *tinfo; local
3229 struct ahd_initiator_tinfo *tinfo; local
3289 ahd_update_neg_table(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_transinfo *tinfo) argument
3421 struct ahd_initiator_tinfo *tinfo; local
3713 struct ahd_initiator_tinfo *tinfo; local
4298 struct ahd_initiator_tinfo *tinfo; local
4723 struct ahd_initiator_tinfo *tinfo; local
6718 struct ahd_initiator_tinfo *tinfo; local
6889 struct ahd_initiator_tinfo *tinfo; local
6969 struct ahd_initiator_tinfo *tinfo; local
8299 struct ahd_transinfo *tinfo; local
[all...]
/freebsd-9.3-release/sys/dev/amd/
H A Damd.c509 struct amd_target_info *targ_info = &amd->tinfo[target_id];
510 struct amd_transinfo *tinfo; local
535 tinfo = &targ_info->current;
548 tinfo = &targ_info->user;
550 spi->sync_period = tinfo->period;
551 spi->sync_offset = tinfo->offset;
589 targ_info = &amd->tinfo[target_id];
771 struct amd_target_info *tinfo; local
775 tinfo = &amd->tinfo[targe
1799 struct amd_target_info *tinfo; local
2353 struct amd_target_info *tinfo; local
[all...]
/freebsd-9.3-release/sys/pci/
H A Dncr.c609 struct ncr_target_tinfo tinfo; member in struct:tcb
3652 tp->tinfo.user.period = usrsync;
3653 tp->tinfo.user.offset = usrsync != 0 ? np->maxoffs : 0;
3654 tp->tinfo.user.width = usrwide;
3655 tp->tinfo.disc_tag = NCR_CUR_DISCENB
3927 if (tp->tinfo.current.width
3928 != tp->tinfo.goal.width) {
3931 } else if ((tp->tinfo.current.period
3932 != tp->tinfo.goal.period)
3933 || (tp->tinfo
4283 struct ncr_transinfo *tinfo; local
[all...]
/freebsd-9.3-release/usr.sbin/dumpcis/
H A Dreadcis.c251 struct tuple_info *tinfo; local
304 tinfo = get_tuple_info(code);
305 if (tinfo != NULL && (tinfo->length != 255 && tinfo->length > length)) {
/freebsd-9.3-release/sys/dev/firewire/
H A Dfwdev.c305 struct tcode_info *tinfo; local
325 tinfo = &xfer->fc->tcode[fp->mode.hdr.tcode];
326 err = uiomove((void *)fp, tinfo->hdr_len, uio);
427 struct tcode_info *tinfo; local
433 tinfo = &d->fc->tcode[pkt.mode.hdr.tcode];
435 tinfo->hdr_len - sizeof(uint32_t), uio)))
674 struct tcode_info *tinfo; local
678 tinfo = &fc->tcode[fp->mode.hdr.tcode];
680 if ((tinfo->flag & FWTI_BLOCK_ASY) != 0)
681 pay_len = MAX(0, asyreq->req.len - tinfo
[all...]
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_hipd.c1129 struct sym_tinfo tinfo; member in struct:sym_tcb
2732 tp->tinfo.user.scsi_version = tp->tinfo.current.scsi_version= 2;
2733 tp->tinfo.user.spi_version = tp->tinfo.current.spi_version = 2;
2734 tp->tinfo.user.period = np->minsync;
2736 tp->tinfo.user.period = np->minsync_dt;
2737 tp->tinfo.user.offset = np->maxoffs;
2738 tp->tinfo.user.width = np->maxwide ? BUS_16_BIT : BUS_8_BIT;
2749 if (tp->tinfo
[all...]
/freebsd-9.3-release/sys/dev/trm/
H A Dtrm.c768 struct trm_transinfo *tinfo; local
788 if (pDCB->tinfo.disc_tag & TRM_CUR_DISCENB)
792 if (pDCB->tinfo.disc_tag & TRM_CUR_TAGENB)
794 tinfo = &pDCB->tinfo.current;
799 if (pDCB->tinfo.disc_tag & TRM_USR_DISCENB)
803 if (pDCB->tinfo.disc_tag & TRM_USR_TAGENB)
805 tinfo = &pDCB->tinfo.user;
809 spi->sync_period = tinfo
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfttrace.c880 thread_info *tinfo;
890 tinfo = find_thread_info (tid);
894 if (!tinfo->am_pseudo)
901 this_pid = tinfo->pid;
903 for (tinfo = thread_head.head; tinfo; tinfo = tinfo->next)
905 if (tinfo->pid == this_pid)
1347 thread_info *tinfo
876 thread_info *tinfo; local
1341 thread_info *tinfo = NULL; local
2025 thread_info *tinfo = NULL; local
3360 thread_info *tinfo; local
3401 thread_info *tinfo; local
3465 thread_info *tinfo; local
3507 thread_info *tinfo; local
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Drtti.c97 /* A vector of all tinfo decls that haven't yet been emitted. */
395 /* Add decl to the global array of tinfo decls. */
1029 tree tinfo = get_tinfo_ptr (BINFO_TYPE (base_binfo));
1030 tree base_inits = tree_cons (NULL_TREE, tinfo, NULL_TREE);
1055 tree tinfo;
1060 tinfo = get_tinfo_ptr (BINFO_TYPE (base_binfo));
1078 base_init = tree_cons (NULL_TREE, tinfo, base_init);
1423 tree tinfo;
1425 tinfo = get_tinfo_decl (types[i]);
1426 TREE_USED (tinfo)
1026 tree tinfo = get_tinfo_ptr (BINFO_TYPE (base_binfo)); local
1052 tree tinfo; local
1420 tree tinfo; local
[all...]
/freebsd-9.3-release/gnu/lib/libsupc++/
H A DMakefile16 new_opnt.cc new_opv.cc new_opvnt.cc pure.cc tinfo.cc tinfo2.cc \
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh32 OPT2=${3-tinfo/MKcaptab.awk}
H A Dcomp_hash.c70 #include <tinfo/doalloc.c>
/freebsd-9.3-release/sys/dev/aic/
H A Daic.c172 struct aic_tinfo *ti = &aic->tinfo[ccb->ccb_h.target_id];
225 struct aic_tinfo *ti = &aic->tinfo[ccb->ccb_h.target_id];
349 ti = &aic->tinfo[ccb_h->target_id];
397 struct aic_tinfo *ti = &aic->tinfo[scb->target];
465 aic_outb(aic, SCSIRATE, aic->tinfo[aic->target].scsirate);
622 if (aic->tinfo[aic->target].lubusy & (1 << aic->lun))
681 ti = &aic->tinfo[scb->target];
732 ti = &aic->tinfo[scb->target];
738 ti = &aic->tinfo[scb->target];
814 ti = &aic->tinfo[sc
[all...]
H A Daicvar.h95 struct aic_tinfo tinfo[8]; member in struct:aic_softc
/freebsd-9.3-release/lib/ncurses/ncurses/
H A DMakefile173 .PATH: ${NCURSES_DIR}/ncurses/tinfo
325 ${AWK} -f ${NCURSES_DIR}/ncurses/tinfo/MKnames.awk bigstrings=${USE_BIG_STRINGS} ${NCURSES_DIR}/include/Caps > names.c
328 ${AWK} -f ${NCURSES_DIR}/ncurses/tinfo/MKcodes.awk bigstrings=${USE_BIG_STRINGS} ${NCURSES_DIR}/include/Caps > codes.c
341 sh ${NCURSES_DIR}/ncurses/tinfo/MKcaptab.sh "${AWK}" \
342 ${USE_BIG_STRINGS} ${NCURSES_DIR}/ncurses/tinfo/MKcaptab.awk \
349 sh ${NCURSES_DIR}/ncurses/tinfo/MKfallback.sh > fallback.c
383 AWK=${AWK} sh ${NCURSES_DIR}/ncurses/tinfo/MKkeys_list.sh \
390 ${CC} -o $@ ${CFLAGS} ${NCURSES_DIR}/ncurses/tinfo/make_keys.c
394 ${NCURSES_DIR}/ncurses/tinfo/comp_hash.c

Completed in 329 milliseconds

12