| /freebsd-14.2/lib/libc/net/ |
| H A D | rthdr.c | 274 inet6_rth_space(int type, int segments) in inet6_rth_space() argument 278 if ((segments >= 0) && (segments <= 127)) in inet6_rth_space() 279 return (((segments * 2) + 1) << 3); in inet6_rth_space() 295 if (bp_len < inet6_rth_space(IPV6_RTHDR_TYPE_0, segments)) in inet6_rth_init() 298 if ((segments < 0) || (segments > 127)) in inet6_rth_init() 303 rth0->ip6r0_len = segments * 2; in inet6_rth_init() 344 int i, segments; in inet6_rth_reverse() local 354 segments = rth0_in->ip6r0_len / 2; in inet6_rth_reverse() 359 rth0_out->ip6r0_segleft = segments; in inet6_rth_reverse() 362 for (i = 0; i < segments / 2; i++) { in inet6_rth_reverse() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveInterval.cpp | 93 if (I == segments().end()) { in createDeadDef() 121 if (segments().empty()) in extendInBlock() 125 if (I == segments().begin()) in extendInBlock() 137 if (segments().empty()) in extendInBlock() 545 assert(segments.empty() || segments.back().end <= S.start); in append() 546 segments.push_back(S); in append() 608 I = segments.erase(I); in removeSegment() 623 llvm::erase_if(segments, in removeValNo() 765 segments.erase(S); in MergeValueNumberInto() 781 segments.erase(I); in MergeValueNumberInto() [all …]
|
| H A D | LiveRangeUtils.h | 36 SplitLRs[eq-1]->segments.push_back(*I); in DistributeRange() 40 LR.segments.erase(J, E); in DistributeRange()
|
| H A D | VirtRegMap.cpp | 307 if (!First.isValid() || SR.segments.front().start < First) in addLiveInsForSubRanges() 308 First = SR.segments.front().start; in addLiveInsForSubRanges() 309 if (!Last.isValid() || SR.segments.back().end > Last) in addLiveInsForSubRanges() 310 Last = SR.segments.back().end; in addLiveInsForSubRanges()
|
| /freebsd-14.2/sys/dev/ips/ |
| H A D | ips_commands.c | 72 static void ips_io_request_callback(void *cmdptr, bus_dma_segment_t *segments,int segnum, int error) in ips_io_request_callback() argument 104 sg_list[i].addr = segments[i].ds_addr; in ips_io_request_callback() 105 sg_list[i].len = segments[i].ds_len; in ips_io_request_callback() 106 length += segments[i].ds_len; in ips_io_request_callback() 115 command_struct->buffaddr = segments[0].ds_addr; in ips_io_request_callback() 116 length = segments[0].ds_len; in ips_io_request_callback() 134 length, segments[0].ds_len); in ips_io_request_callback() 186 command_struct->buffaddr = segments[0].ds_addr; in ips_adapter_info_callback() 271 static void ips_drive_info_callback(void *cmdptr, bus_dma_segment_t *segments,int segnum, int error) in ips_drive_info_callback() argument 287 command_struct->buffaddr = segments[0].ds_addr; in ips_drive_info_callback() [all …]
|
| H A D | ips_ioctl.c | 52 static void ips_ioctl_callback(void *cmdptr, bus_dma_segment_t *segments,int segnum, int error) in ips_ioctl_callback() argument 62 command_buffer->buffaddr = segments[0].ds_addr; in ips_ioctl_callback()
|
| H A D | ips.c | 105 static void ips_cmd_dmaload(void *cmdptr, bus_dma_segment_t *segments,int segnum, int error) in ips_cmd_dmaload() argument 110 command->command_phys_addr = segments[0].ds_addr; in ips_cmd_dmaload() 575 static void ips_copperhead_queue_callback(void *queueptr, bus_dma_segment_t *segments,int segnum, i… in ips_copperhead_queue_callback() argument 581 queue->base_phys_addr = segments[0].ds_addr; in ips_copperhead_queue_callback()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 203 Segments segments; // the liveness segments variable 215 iterator begin() { return segments.begin(); } in begin() 216 iterator end() { return segments.end(); } in end() 262 for (const Segment &S : Other.segments) in assign() 302 segments.clear(); in clear() 306 return segments.size(); in size() 382 bool empty() const { return segments.empty(); } in empty() 387 return segments.front().start; in beginIndex() 394 return segments.back().end; in endIndex() 588 for (const Segment &S : segments) in isZeroLength() [all …]
|
| /freebsd-14.2/tools/regression/netinet6/inet6_rth/ |
| H A D | Makefile | 2 PROG= inet6_rth-segments 3 SRCS= test_subr.c inet6_rth-segments.c
|
| /freebsd-14.2/sys/x86/x86/ |
| H A D | busdma_bounce.c | 78 bus_dma_segment_t *segments; member 168 newtag->segments = NULL; in bounce_bus_dma_tag_create() 248 if (dmat->segments != NULL) in bounce_bus_dma_tag_destroy() 278 if (dmat->segments == NULL) { in bounce_bus_dmamap_create() 282 if (dmat->segments == NULL) { in bounce_bus_dmamap_create() 399 if (dmat->segments == NULL) { in bounce_bus_dmamem_alloc() 403 if (dmat->segments == NULL) { in bounce_bus_dmamem_alloc() 692 segs = dmat->segments; in bounce_bus_dmamap_load_phys() 745 segs = dmat->segments; in bounce_bus_dmamap_load_buffer() 822 segs = dmat->segments; in bounce_bus_dmamap_load_ma() [all …]
|
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | busdma_bounce.c | 76 bus_dma_segment_t *segments; member 145 newtag->segments = NULL; in bounce_bus_dma_tag_create() 218 if (dmat->segments != NULL) in bounce_bus_dma_tag_destroy() 219 free(dmat->segments, M_DEVBUF); in bounce_bus_dma_tag_destroy() 266 if (dmat->segments == NULL) { in bounce_bus_dmamap_create() 270 if (dmat->segments == NULL) { in bounce_bus_dmamap_create() 388 if (dmat->segments == NULL) { in bounce_bus_dmamem_alloc() 392 if (dmat->segments == NULL) { in bounce_bus_dmamem_alloc() 627 segs = dmat->segments; in bounce_bus_dmamap_load_phys() 698 segs = dmat->segments; in bounce_bus_dmamap_load_buffer() [all …]
|
| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | busdma_machdep.c | 96 bus_dma_segment_t *segments; member 403 (*mapp)->segments = (bus_dma_segment_t *)malloc( in bus_dmamap_create() 406 if ((*mapp)->segments == NULL) { in bus_dmamap_create() 435 free(map->segments, M_DEVBUF); in bus_dmamap_destroy() 649 segs = map->segments; in _bus_dmamap_load_phys() 711 segs = map->segments; in _bus_dmamap_load_buffer() 787 memcpy(map->segments, segs, map->nsegs*sizeof(segs[0])); in _bus_dmamap_complete() 789 IOMMU_MAP(dmat->iommu, map->segments, &map->nsegs, in _bus_dmamap_complete() 794 memcpy(segs, map->segments, map->nsegs*sizeof(segs[0])); in _bus_dmamap_complete() 796 segs = map->segments; in _bus_dmamap_complete() [all …]
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | busdma_bounce.c | 79 bus_dma_segment_t *segments; member 261 newtag->segments = NULL; in bounce_bus_dma_tag_create() 335 if (dmat->segments != NULL) in bounce_bus_dma_tag_destroy() 336 free(dmat->segments, M_DEVBUF); in bounce_bus_dma_tag_destroy() 410 if (dmat->segments == NULL) { in bounce_bus_dmamap_create() 414 if (dmat->segments == NULL) { in bounce_bus_dmamap_create() 521 if (dmat->segments == NULL) { in bounce_bus_dmamem_alloc() 525 if (dmat->segments == NULL) { in bounce_bus_dmamem_alloc() 794 segs = dmat->segments; in bounce_bus_dmamap_load_phys() 883 segs = dmat->segments; in bounce_bus_dmamap_load_buffer() [all …]
|
| /freebsd-14.2/include/i386/ |
| H A D | Makefile | 12 segments.h \
|
| /freebsd-14.2/sys/dev/dcons/ |
| H A D | dcons_crom.c | 149 dmamap_cb(void *arg, bus_dma_segment_t *segments, int seg, int error) in dmamap_cb() argument 157 sc->bus_addr = segments[0].ds_addr; in dmamap_cb()
|
| /freebsd-14.2/sys/dev/iommu/ |
| H A D | busdma_iommu.h | 42 bus_dma_segment_t *segments; member
|
| H A D | busdma_iommu.c | 419 free(dmat->segments, M_IOMMU_DMAMAP); in iommu_bus_dma_tag_destroy() 451 if (tag->segments == NULL) { in iommu_bus_dmamap_create() 452 tag->segments = malloc_domainset(sizeof(bus_dma_segment_t) * in iommu_bus_dmamap_create() 455 if (tag->segments == NULL) { in iommu_bus_dmamap_create() 571 segs = tag->segments; in iommu_bus_dmamap_load_something1() 842 segs = tag->segments; in iommu_bus_dmamap_complete()
|
| /freebsd-14.2/usr.bin/objcopy/ |
| H A D | Makefile | 17 SRCS= archive.c ascii.c binary.c main.c pe.c sections.c segments.c symbols.c
|
| /freebsd-14.2/contrib/elftoolchain/elfcopy/ |
| H A D | Makefile | 9 SRCS= archive.c ascii.c binary.c main.c sections.c segments.c \
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | visx | 17 >2 byte 15 (image segments)
|
| /freebsd-14.2/sys/contrib/xen/ |
| H A D | kexec.h | 214 } segments; member
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/cpufreq/ |
| H A D | imx-cpufreq-dt.txt | 34 /* grade >= 1, all segments */
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 42 HelpText<"Remove non-allocated sections outside segments. " 67 HelpText<"Remove all section headers and all sections not in segments">;
|
| /freebsd-14.2/usr.sbin/bsdconfig/networking/include/ |
| H A D | messages.subr | 66 msg_ipv6_addr_segment_contains_invalid_chars="ERROR! One or more individual segments within the IP … 67 msg_ipv6_addr_segment_contains_too_many_chars="ERROR! One or more individual segments within the IP… 68 …as either too few (less than 3), too\nmany (more than 8), or not enough segments, separated by col… 69 msg_ipv6_addr_too_many_null_segments="ERROR! Too many/incorrect null segments. A single null\nsegme…
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 43 bool segments; member 50 return a.segments == b.segments && a.offsets == b.offsets;
|