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

12

/freebsd-13-stable/sys/mips/beri/
H A Dberi_mp.h54 uint32_t tinfo; local
56 tinfo = mips_rd_tinfo();
57 return (tinfo & 0xffff);
63 uint32_t tinfo; local
65 tinfo = mips_rd_tinfo();
66 return ((tinfo >> 16) + 1);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_win.cpp61 std::type_info *tinfo;
64 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr);
66 tinfo = ((CompleteObjectLocatorAbs *)obj_locator)->rtti_addr;
71 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info)))
76 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp116 struct tinfo { struct in namespace:__anon2522
128 struct tinfo *tinfo = (struct tinfo *)arg; local
130 void *(*start_routine)(void *) = tinfo->start_routine;
131 void *start_routine_arg = tinfo->start_routine_arg;
133 // Setup the unsafe stack; this will destroy tinfo content
134 unsafe_stack_setup(tinfo->unsafe_stack_start, tinfo->unsafe_stack_size,
135 tinfo
233 struct tinfo *tinfo = local
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/
H A DMakefile.in208 tinfo = $(srcdir)/tinfo
226 ./fallback.c : $(tinfo)/MKfallback.sh
227 $(SHELL) -e $(tinfo)/MKfallback.sh $(TERMINFO) $(TERMINFO_SRC) $(TIC_PATH) $(INFOCMP_PATH) $(FALLBACK_LIST) >$@
235 keys.list : $(tinfo)/MKkeys_list.sh
236 AWK=$(AWK) $(SHELL) $(tinfo)/MKkeys_list.sh $(CAPLIST) | LC_ALL=C sort >$@
240 $(tinfo)/make_keys.c \
242 $(BUILD_CC) -o $@ $(BUILD_CPPFLAGS) $(BUILD_CCFLAGS) $(tinfo)/make_keys.c $(BUILD_LDFLAGS) $(BUILD_LIBS)
246 $(tinfo)/make_hash.c \
248 $(BUILD_CC) -o $@ $(BUILD_CPPFLAGS) $(BUILD_CCFLAGS) $(tinfo)/make_has
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c201 char tinfo[MAXPATHLEN]; local
202 int l = snprintf(tinfo, sizeof(tinfo), "%s/%s", termpath,
204 if (stat(tinfo, &st) == -1)
205 err(1, "Cannot stat `%s'", tinfo);
207 tinfo[l - 4] = '\0';
208 if (setenv("TERMINFO", tinfo, 1) != 0)
212 char *tinfo; local
215 if ((tinfo = mmap(NULL, (size_t)st.st_size, PROT_READ, MAP_FILE,
218 if (setenv("TERMINFO", tinfo,
[all...]
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx_osm.c514 struct ahd_initiator_tinfo *tinfo; local
529 tinfo = ahd_fetch_transinfo(ahd, 'A', our_id,
532 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0
726 struct ahd_initiator_tinfo *tinfo; local
739 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel,
747 tinfo->curr.protocol_version = cts->protocol_version;
748 tinfo->curr.transport_version = cts->transport_version;
749 tinfo->goal.protocol_version = cts->protocol_version;
750 tinfo->goal.transport_version = cts->transport_version;
755 tinfo
844 struct ahd_transinfo *tinfo; local
943 struct ahd_initiator_tinfo *tinfo; local
[all...]
H A Daic7xxx_osm.c601 struct ahc_initiator_tinfo *tinfo; local
615 tinfo = ahc_fetch_transinfo(ahc, devinfo.channel,
623 tinfo->curr.protocol_version =
625 tinfo->curr.transport_version =
627 tinfo->goal.protocol_version =
629 tinfo->goal.transport_version =
635 tinfo->user.protocol_version =
637 tinfo->user.transport_version =
660 ahc_validate_width(ahc, /*tinfo limit*/NULL,
668 spi->ppr_options = tinfo
827 struct ahc_transinfo *tinfo; local
927 struct ahc_initiator_tinfo *tinfo; local
[all...]
H A Daic7xxx.c497 struct ahc_transinfo *tinfo; local
514 tinfo = &targ_info->curr;
537 if (tinfo->protocol_version <= SCSI_REV_2
1309 struct ahc_initiator_tinfo *tinfo; local
1316 tinfo = ahc_fetch_transinfo(ahc,
1321 tinfo->curr.transport_version = 2;
1322 tinfo->goal.transport_version = 2;
1323 tinfo->goal.ppr_options = 0;
1650 struct ahc_initiator_tinfo *tinfo,
1681 transinfo = &tinfo
1649 ahc_devlimited_syncrate(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
1799 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
1831 ahc_validate_width(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *bus_width, role_t role) argument
1861 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
1908 struct ahc_initiator_tinfo *tinfo; local
2032 struct ahc_initiator_tinfo *tinfo; local
2115 struct ahc_initiator_tinfo *tinfo; local
2375 struct ahc_initiator_tinfo *tinfo; local
3070 struct ahc_initiator_tinfo *tinfo; local
3498 struct ahc_initiator_tinfo *tinfo; local
5035 struct ahc_initiator_tinfo *tinfo; local
[all...]
H A Daic79xx.c136 struct ahd_transinfo *tinfo);
2273 struct ahd_initiator_tinfo *tinfo; local
2290 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel,
2293 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) {
2309 tinfo->curr.transport_version = 2;
2310 tinfo->goal.transport_version = 2;
2311 tinfo->goal.ppr_options = 0;
2868 struct ahd_initiator_tinfo *tinfo,
2893 transinfo = &tinfo->user;
2895 transinfo = &tinfo
2867 ahd_devlimited_syncrate(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
2955 ahd_validate_offset(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int period, u_int *offset, int wide, role_t role) argument
2986 ahd_validate_width(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *bus_width, role_t role) argument
3016 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
3063 struct ahd_initiator_tinfo *tinfo; local
3207 struct ahd_initiator_tinfo *tinfo; local
3266 ahd_update_neg_table(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_transinfo *tinfo) argument
3686 struct ahd_initiator_tinfo *tinfo; local
4267 struct ahd_initiator_tinfo *tinfo; local
4691 struct ahd_initiator_tinfo *tinfo; local
6675 struct ahd_initiator_tinfo *tinfo; local
6846 struct ahd_initiator_tinfo *tinfo; local
6926 struct ahd_initiator_tinfo *tinfo; local
8248 struct ahd_transinfo *tinfo; local
[all...]
H A Daic79xx.h1503 struct ahd_initiator_tinfo *tinfo,
1507 struct ahd_initiator_tinfo *tinfo,
H A Daic7xxx.h1292 struct ahc_initiator_tinfo *tinfo,
1297 struct ahc_initiator_tinfo *tinfo,
/freebsd-13-stable/usr.sbin/dumpcis/
H A Dreadcis.c254 struct tuple_info *tinfo; local
307 tinfo = get_tuple_info(code);
308 if (tinfo == NULL || (tinfo->length != LENGTH_ANY && tinfo->length > length)) {
/freebsd-13-stable/sys/dev/firewire/
H A Dfwdev.c275 struct tcode_info *tinfo; local
295 tinfo = &xfer->fc->tcode[fp->mode.hdr.tcode];
296 err = uiomove(fp, tinfo->hdr_len, uio);
397 struct tcode_info *tinfo; local
403 tinfo = &d->fc->tcode[pkt.mode.hdr.tcode];
405 tinfo->hdr_len - sizeof(uint32_t), uio)))
644 struct tcode_info *tinfo; local
648 tinfo = &fc->tcode[fp->mode.hdr.tcode];
650 if ((tinfo->flag & FWTI_BLOCK_ASY) != 0)
651 pay_len = MAX(0, asyreq->req.len - tinfo
[all...]
H A Dfirewire.c1852 struct tcode_info *tinfo; local
1858 tinfo = &rb->fc->tcode[pkt->mode.hdr.tcode];
1862 bcopy(rb->vec->iov_base, p, tinfo->hdr_len);
1863 rb->vec->iov_base = (u_char *)rb->vec->iov_base + tinfo->hdr_len;
1864 rb->vec->iov_len -= tinfo->hdr_len;
1878 if ((tinfo->flag & FWTI_BLOCK_ASY) == 0)
H A Dfwohci.c93 static struct tcode_info tinfo[] = { variable in typeref:struct:tcode_info
676 sc->fc.tcode = tinfo;
907 info = &tinfo[tcode];
2677 hlen = tinfo[fp0->mode.common.tcode].hdr_len;
2696 info = &tinfo[fp->mode.common.tcode];
/freebsd-13-stable/sys/dev/sym/
H A Dsym_hipd.c1122 struct sym_tinfo tinfo; member in struct:sym_tcb
2721 tp->tinfo.user.scsi_version = tp->tinfo.current.scsi_version= 2;
2722 tp->tinfo.user.spi_version = tp->tinfo.current.spi_version = 2;
2723 tp->tinfo.user.period = np->minsync;
2725 tp->tinfo.user.period = np->minsync_dt;
2726 tp->tinfo.user.offset = np->maxoffs;
2727 tp->tinfo.user.width = np->maxwide ? BUS_16_BIT : BUS_8_BIT;
2738 if (tp->tinfo
[all...]
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c278 * ipfw_ta_tinfo *tinfo);
378 ipfw_ta_tinfo *tinfo);
493 ta_dump_radix_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) argument
499 tinfo->flags = IPFW_TATFLAGS_AFDATA | IPFW_TATFLAGS_AFITEM;
500 tinfo->taclass4 = IPFW_TACLASS_RADIX;
501 tinfo->count4 = cfg->count4;
502 tinfo->itemsize4 = sizeof(struct radix_addr_entry);
503 tinfo->taclass6 = IPFW_TACLASS_RADIX;
504 tinfo->count6 = cfg->count6;
505 tinfo
1344 ta_dump_chash_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) argument
2166 ta_dump_ifidx_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) argument
2749 ta_dump_numarray_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) argument
3328 ta_dump_fhash_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) argument
3896 ta_dump_kfib_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) argument
[all...]
H A Dip_fw_table.h112 ipfw_ta_tinfo *tinfo);
H A Dip_fw_table.c351 struct table_info *tinfo, struct tentry_info *tei, caddr_t ta_buf_m,
375 error = ta->add(tc->astate, tinfo, ptei, v, &num);
383 error = ta->del(tc->astate, tinfo, ptei, vv, &num);
350 rollback_added_entries(struct ip_fw_chain *ch, struct table_config *tc, struct table_info *tinfo, struct tentry_info *tei, caddr_t ta_buf_m, uint32_t count, uint32_t added) argument
/freebsd-13-stable/lib/ncurses/ncurses/
H A DMakefile174 .PATH: ${NCURSES_DIR}/ncurses/tinfo
340 ${AWK} -f ${NCURSES_DIR}/ncurses/tinfo/MKnames.awk bigstrings=${USE_BIG_STRINGS} ${NCURSES_DIR}/include/Caps > names.c
343 ${AWK} -f ${NCURSES_DIR}/ncurses/tinfo/MKcodes.awk bigstrings=${USE_BIG_STRINGS} ${NCURSES_DIR}/include/Caps > codes.c
356 env PATH=${BTOOLSPATH:U.}:${PATH} sh ${NCURSES_DIR}/ncurses/tinfo/MKcaptab.sh "${AWK}" \
357 ${USE_BIG_STRINGS} ${NCURSES_DIR}/ncurses/tinfo/MKcaptab.awk \
364 sh ${NCURSES_DIR}/ncurses/tinfo/MKfallback.sh "" "" "" > ${.TARGET}.tmp && \
368 env PATH=${BTOOLSPATH:U.}:${PATH} sh -x ${NCURSES_DIR}/ncurses/tinfo/MKuserdefs.sh "${AWK}" \
401 AWK=${AWK} sh ${NCURSES_DIR}/ncurses/tinfo/MKkeys_list.sh \
409 ${CC:N${CCACHE_BIN}} -o $@ ${CFLAGS} ${NCURSES_DIR}/ncurses/tinfo/make_keys.c
413 ${NCURSES_DIR}/ncurses/tinfo/make_has
[all...]
/freebsd-13-stable/sys/mips/include/
H A Dcpufunc.h289 MIPS_RW32_COP0_SEL(tinfo, MIPS_COP_0_PRID, 7);
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c60 #include <tinfo/doalloc.c>
/freebsd-13-stable/contrib/libcxxrt/
H A Dexception.cc788 std::type_info *tinfo,
794 ex->exceptionType = tinfo;
787 __cxa_throw(void *thrown_exception, std::type_info *tinfo, void(*dest)(void*)) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp560 std::pair<CharUnits,CharUnits> tinfo local
562 maxFieldAlign = std::max(maxFieldAlign, tinfo.second);
564 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3315 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, argument
3318 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {
3339 void setTypeSourceInfo(TypeSourceInfo *tinfo) { argument
3340 TInfoAndScope.setPointer(tinfo);

Completed in 342 milliseconds

12