/freebsd/sbin/pfctl/ |
H A D | pfctl.h | 113 struct segment { struct 115 double x, y, d, m;
|
/freebsd/sys/netgraph/ |
H A D | ng_frame_relay.c | 101 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 D | dmardump.c | 58 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 D | elfcopy.h | 146 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 D | pci_host_generic_acpi.h | 37 int segment; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbIndex.cpp | 62 lldb::addr_t PdbIndex::MakeVirtualAddress(uint16_t segment, in MakeVirtualAddress() 76 std::optional<uint16_t> PdbIndex::GetModuleIndexForAddr(uint16_t segment, in GetModuleIndexForAddr()
|
H A D | PdbUtil.h | 90 uint16_t segment = 0; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_linux.cpp | 32 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
|
H A D | sanitizer_procmaps_solaris.cpp | 46 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
|
H A D | sanitizer_procmaps_mac.cpp | 249 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 D | sanitizer_procmaps_fuchsia.cpp | 55 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
|
H A D | sanitizer_procmaps_bsd.cpp | 94 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
|
H A D | sanitizer_procmaps.h | 72 virtual bool Next(MemoryMappedSegment *segment) { UNIMPLEMENTED(); } in Next()
|
H A D | sanitizer_posix.cpp | 243 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 D | sanitizer_procmaps_common.cpp | 124 MemoryMappedSegment segment(module_name.data(), module_name.size()); in DumpListOfModules() local
|
H A D | sanitizer_symbolizer_report.cpp | 184 MemoryMappedSegment segment; in MaybeReportNonExecRegion() local
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_utils.c | 1652 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 D | tsan_platform_posix.cpp | 100 MemoryMappedSegment segment; CheckAndProtect() local [all...] |
H A D | tsan_platform_linux.cpp | 191 MemoryMappedSegment segment(buffer, size); in MapRodata() local
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TraceDumper.cpp | 205 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 D | bios.c | 240 u_short segment; member 244 u_short segment; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_linux.cpp | 187 MemoryMappedSegment segment(filename, sizeof(filename)); in AsanCheckIncompatibleRT() local
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_zip.c | 208 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 D | ObjectContainerMachOFileset.cpp | 151 segment_command_64 segment; in ParseFileset() local
|
/freebsd/usr.sbin/mptable/ |
H A D | mptable.c | 263 u_short segment; in apic_probe() local
|