Home
last modified time | relevance | path

Searched defs:segment (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/sbin/pfctl/
H A Dpfctl.h113 struct segment { struct
115 double x, y, d, m;
/freebsd/sys/netgraph/
H A Dng_frame_relay.c101 const static struct segment { struct
112 #define SHIFTIN(segment, byte, dlci) \ argument
119 #define SHIFTOUT(segment, byte, dlci) \ argument
/freebsd/tools/tools/dmardump/
H A Ddmardump.c58 pci_find_conf(int segment, int bus, int slot, int func) in pci_find_conf()
96 dump_context_table(int segment, int bus, uint64_t base_addr) in dump_context_table()
150 handle_drhd(int segment, uint64_t base_addr) in handle_drhd()
/freebsd/contrib/elftoolchain/elfcopy/
H A Delfcopy.h146 struct segment { struct
152 uint64_t type; /* segment type */ argument
157 STAILQ_ENTRY(segment) seg_list; /* next segment */ argument
/freebsd/sys/dev/pci/
H A Dpci_host_generic_acpi.h37 int segment; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp62 lldb::addr_t PdbIndex::MakeVirtualAddress(uint16_t segment, in MakeVirtualAddress()
76 std::optional<uint16_t> PdbIndex::GetModuleIndexForAddr(uint16_t segment, in GetModuleIndexForAddr()
H A DPdbUtil.h90 uint16_t segment = 0; member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp32 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
H A Dsanitizer_procmaps_solaris.cpp46 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
H A Dsanitizer_procmaps_mac.cpp249 static bool NextSegmentLoad(MemoryMappedSegment *segment, in NextSegmentLoad()
370 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
432 MemoryMappedSegment segment(module_name.data(), module_name.size()); in DumpListOfModules() local
H A Dsanitizer_procmaps_fuchsia.cpp55 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
H A Dsanitizer_procmaps_bsd.cpp94 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
H A Dsanitizer_procmaps.h72 virtual bool Next(MemoryMappedSegment *segment) { UNIMPLEMENTED(); } in Next()
H A Dsanitizer_posix.cpp243 MemoryMappedSegment segment; in MemoryRangeIsAvailable() local
259 MemoryMappedSegment segment(filename, kBufSize); in DumpProcessMap() local
291 MemoryMappedSegment segment(buff.data(), buff.size()); in GetCodeRangeForFile() local
H A Dsanitizer_procmaps_common.cpp124 MemoryMappedSegment segment(module_name.data(), module_name.size()); in DumpListOfModules() local
H A Dsanitizer_symbolizer_report.cpp184 MemoryMappedSegment segment; in MaybeReportNonExecRegion() local
/freebsd/sys/dev/ocs_fc/
H A Docs_utils.c1652 ocs_textbuf_segment_t *segment = ocs_textbuf_get_segment(textbuf, idx); in ocs_textbuf_ext_get_buffer() local
1661 ocs_textbuf_segment_t *segment = ocs_textbuf_get_segment(textbuf, idx); in ocs_textbuf_ext_get_length() local
1670 ocs_textbuf_segment_t *segment = ocs_textbuf_get_segment(textbuf, idx); in ocs_textbuf_ext_get_written() local
1710 ocs_textbuf_segment_t *segment = NULL; in ocs_textbuf_segment_alloc() local
1737 ocs_textbuf_segment_free(ocs_t *ocs, ocs_textbuf_segment_t *segment) in ocs_textbuf_segment_free()
1751 ocs_textbuf_segment_t *segment; in ocs_textbuf_get_segment() local
1769 ocs_textbuf_segment_t *segment; in ocs_textbuf_init() local
1791 ocs_textbuf_segment_t *segment; in ocs_textbuf_free() local
1821 ocs_textbuf_segment_t *segment; in ocs_textbuf_vprintf() local
1871 ocs_textbuf_segment_t *segment; in ocs_textbuf_putc() local
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp100 MemoryMappedSegment segment; CheckAndProtect() local
[all...]
H A Dtsan_platform_linux.cpp191 MemoryMappedSegment segment(buffer, size); in MapRodata() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp205 DumpSegmentContext(const TraceDumper::FunctionCall::TracedSegment &segment) { in DumpSegmentContext()
261 for (const TraceDumper::FunctionCall::TracedSegment &segment : in DumpFunctionCallTree() local
337 for (const TraceDumper::FunctionCall::TracedSegment &segment : in DumpFunctionCallTree() local
/freebsd/sys/i386/i386/
H A Dbios.c240 u_short segment; member
244 u_short segment; member
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_linux.cpp187 MemoryMappedSegment segment(filename, sizeof(filename)); in AsanCheckIncompatibleRT() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c208 struct cd_segment *segment = calloc(1, sizeof(*segment)); in cd_alloc() local
1323 struct cd_segment *segment; in archive_write_zip_close() local
1394 struct cd_segment *segment; in archive_write_zip_free() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp151 segment_command_64 segment; in ParseFileset() local
/freebsd/usr.sbin/mptable/
H A Dmptable.c263 u_short segment; in apic_probe() local

123