Searched defs:report (Results 26 - 50 of 71) sorted by relevance

123

/freebsd-11-stable/contrib/wpa/src/ap/
H A Drrm.c78 char report[2 * 255 + 1]; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp188 static std::string GetStopReasonDescription(StructuredData::ObjectSP report) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp192 AddressSanitizerRuntime::FormatDescription(StructuredData::ObjectSP report) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp165 auto report = local
H A DDereferenceChecker.cpp182 auto report = std::make_unique<PathSensitiveBugReport>( local
203 auto report = std::make_unique<PathSensitiveBugReport>( local
H A DUnixAPIChecker.cpp307 auto report = local
351 auto report = local
H A DVLASizeChecker.cpp75 auto report = std::make_unique<PathSensitiveBugReport>(*BT, os.str(), N); local
H A DCallAndMessageChecker.cpp528 auto report = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp295 void CFIInstrInserter::report(const MBBCFAInfo &Pred, const MBBCFAInfo &Succ) { function in class:CFIInstrInserter
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp72 int __tsan_get_report_data(void *report, const char **description, int *count, argument
91 int __tsan_get_report_tag(void *report, uptr *tag) { argument
98 int __tsan_get_report_stack(void *report, uptr idx, void **trace, argument
108 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, argument
124 int __tsan_get_report_loc(void *report, uptr idx, const char **type, argument
143 __tsan_get_report_loc_object_type(void *report, uptr idx, const char **object_type) argument
153 __tsan_get_report_mutex(void *report, uptr idx, uptr *mutex_id, void **addr, int *destroyed, void **trace, uptr trace_size) argument
166 __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id, int *running, const char **name, int *parent_tid, void **trace, uptr trace_size) argument
182 __tsan_get_report_unique_tid(void *report, uptr idx, int *tid) argument
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dbucomm.c71 report (const char * format, va_list args) function
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_event_plugin.h172 void (*report) (void *plugin_data, osm_epi_event_id_t event_id, member in struct:osm_event_plugin
/freebsd-11-stable/contrib/lua/src/
H A Dlua.c166 static int report (lua_State *L, int status) { function
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h149 T report(const error_code& m_ec) const { function in struct:detail::__anon1250::ErrorHandler
167 T report(const error_code& m_ec, const char* msg, Args const&... args) const { function in struct:detail::__anon1250::ErrorHandler
185 T report(errc const& err) const { return report(make_error_code(err)); } function in struct:detail::__anon1250::ErrorHandler
188 T report(errc const& err, const char* msg, Args const&... args) const { function in struct:detail::__anon1250::ErrorHandler
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp323 auto report = [&](StringRef s) { warn(toString(file) + s + sym->getName()); }; local
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.h16 struct uni_ie_report report; member in struct:uni_alerting
46 struct uni_ie_report report; member in struct:uni_connect
110 struct uni_ie_report report; member in struct:uni_setup
282 struct uni_ie_report report; member in struct:uni_modify_ack
301 struct uni_ie_report report; member in struct:uni_conn_avail
/freebsd-11-stable/sys/sys/
H A Ddisk_zone.h170 struct disk_zone_report report; member in union:disk_zone_params
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fm.c694 zio_cksum_report_t *report = kmem_zalloc(sizeof (*report), KM_SLEEP); local
732 zfs_ereport_finish_checksum(zio_cksum_report_t *report, const void *good_data, const void *bad_data, boolean_t drop_if_identical) argument
772 zfs_ereport_send_interim_checksum(zio_cksum_report_t *report) argument
[all...]
/freebsd-11-stable/usr.sbin/boot0cfg/
H A Dboot0cfg.c278 set_bell(u_int8_t *mbr, int new_bell, int report) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp680 DiagnosticBuilder TransformActions::report(SourceLocation loc, unsigned diagId, function in class:TransformActions
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp489 FormatDescription(StructuredData::ObjectSP report) argument
612 GenerateSummary(StructuredData::ObjectSP report) argument
699 GetMainRacyAddress(StructuredData::ObjectSP report) argument
714 GetLocationDescription( StructuredData::ObjectSP report, addr_t &global_addr, std::string &global_name, std::string &filename, uint32_t &line) argument
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_ha.c221 int report = 0; local
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c1100 report(const char *name, int which, unsigned def) function
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c956 bit32 report = agFALSE; local
[all...]
/freebsd-11-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c432 report(const char *fmt, ...) function
[all...]

Completed in 440 milliseconds

123