Home
last modified time | relevance | path

Searched defs:tinfo (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp141 struct tinfo { struct
142 void *(*start_routine)(void *);
143 void *start_routine_arg;
145 void *unsafe_stack_start;
146 size_t unsafe_stack_size;
147 size_t unsafe_stack_guard;
153 struct tinfo *tinfo = (struct tinfo *)arg; in thread_start() local
269 struct tinfo *tinfo = in INTERCEPTOR() local
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c201 char tinfo[MAXPATHLEN]; in main() local
212 char *tinfo; in main() local
/freebsd/sys/dev/aic7xxx/
H A Daic79xx_osm.c513 struct ahd_initiator_tinfo *tinfo; ahd_action() local
725 struct ahd_initiator_tinfo *tinfo; ahd_set_tran_settings() local
843 struct ahd_transinfo *tinfo; ahd_get_tran_settings() local
942 struct ahd_initiator_tinfo *tinfo; ahd_execute_scb() local
[all...]
H A Daic7xxx_osm.c598 struct ahc_initiator_tinfo *tinfo; ahc_action() local
824 struct ahc_transinfo *tinfo; ahc_get_tran_settings() local
924 struct ahc_initiator_tinfo *tinfo; ahc_execute_scb() local
[all...]
H A Daic79xx.c2263 struct ahd_initiator_tinfo *tinfo; in ahd_handle_nonpkt_busfree() local
2858 struct ahd_initiator_tinfo *tinfo, in ahd_devlimited_syncrate()
2946 struct ahd_initiator_tinfo *tinfo, in ahd_validate_offset()
2976 ahd_validate_width(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, in ahd_validate_width()
3008 struct ahd_initiator_tinfo *tinfo, ahd_neg_type neg_type) in ahd_update_neg_request()
3053 struct ahd_initiator_tinfo *tinfo; in ahd_set_syncrate() local
3197 struct ahd_initiator_tinfo *tinfo; in ahd_set_width() local
3257 struct ahd_transinfo *tinfo) in ahd_update_neg_table()
3676 struct ahd_initiator_tinfo *tinfo; in ahd_build_transfer_msg() local
4257 struct ahd_initiator_tinfo *tinfo; in ahd_parse_msg() local
[all …]
/freebsd/sys/dev/firewire/
H A Dfwdev.c273 struct tcode_info *tinfo; in fw_read_async() local
395 struct tcode_info *tinfo; in fw_write_async() local
642 struct tcode_info *tinfo; in fw_ioctl() local
H A Dfirewire.c1849 struct tcode_info *tinfo; in fw_rcv_copy() local
H A Dfwohci.c91 static struct tcode_info tinfo[] = { variable
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_win.cpp61 std::type_info *tinfo; in getDynamicTypeInfoFromVtable() local
/freebsd/usr.sbin/dumpcis/
H A Dreadcis.c252 struct tuple_info *tinfo; in read_one_tuplelist() local
/freebsd/contrib/libcxxrt/
H A Dexception.cc803 void *object, std::type_info* tinfo, void (*dest)(void *)) _LIBCXXRT_NOEXCEPT { in __cxa_init_primary_exception()
824 std::type_info *tinfo, in __cxa_throw()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c505 ta_dump_addr_radix_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) in ta_dump_addr_radix_tinfo()
1356 ta_dump_chash_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) in ta_dump_chash_tinfo()
2178 ta_dump_ifidx_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) in ta_dump_ifidx_tinfo()
2758 ta_dump_numarray_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) in ta_dump_numarray_tinfo()
3333 ta_dump_fhash_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) in ta_dump_fhash_tinfo()
3899 ta_dump_kfib_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) in ta_dump_kfib_tinfo()
4273 ta_dump_mac_radix_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) in ta_dump_mac_radix_tinfo()
H A Dip_fw_table.c348 struct table_info *tinfo, struct tentry_info *tei, caddr_t ta_buf_m, in rollback_added_entries()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3440 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, in CompoundLiteralExpr()
3464 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo()
/freebsd/sys/dev/sym/
H A Dsym_hipd.c1121 struct sym_tinfo tinfo; member