Searched refs:segment (Results 101 - 125 of 129) sorted by relevance

123456

/freebsd-11-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c126 uint16_t segment; /* address segment location */ member in struct:smbios_table_type0
312 0xF000, /* bios address segment location */
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h1011 ompd_seg_t segment; member in struct:ompd_address_t
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dpic.y832 $$->segment_list = new segment($$->segment_pos,
881 $$->segment_list = new segment($$->segment_pos,
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c1068 md_section_align (segT segment, valueT size)
1070 int align = bfd_get_section_alignment (stdoutput, segment);
1063 md_section_align(segT segment, valueT size) argument
H A Dtc-alpha.c459 segT segment; /* Segment relocs are in or undefined_section. */
553 info->segment = now_seg;
1682 if (info->segment != now_seg)
1694 if (info->segment != now_seg)
1710 if (info->segment != now_seg)
1758 if (info->segment != now_seg)
455 segT segment; /* Segment relocs are in or undefined_section. */ member in struct:alpha_reloc_tag
H A Dtc-i386.c154 explicit segment overrides are given. */
377 don't allow a short jump in a 32 bit code segment to be promoted to
380 64k of the code segment (The top 16 bits of eip are zeroed). */
1659 the fs segment override prefix not currently handled because no
1749 instructions with 2 immediate operands so that the immediate segment
1806 /* Check string instruction segment overrides. */
2800 as_bad (_("`%s' operand %d must use `%%es' segment"),
2805 /* There's only ever one segment override allowed per instruction.
2806 This instruction possibly has a legal segment override on the
2807 second operand, so copy the segment t
[all...]
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dmain.c472 struct segment *seg, *seg_temp;
475 /* Free internal segment list. */
478 STAILQ_REMOVE(&ecp->v_seg, seg, segment, seg_list);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c179 * acknowledgment segment, which will cause svn to abort the session
1601 /* Nothing to sanitize here. Any multi-segment path is simply
2292 _("Location segment entry not a list"));
2295 svn_location_segment_t *segment = apr_pcalloc(iterpool,
2296 sizeof(*segment));
2305 segment->path = ret_path;
2306 segment->range_start = range_start;
2307 segment->range_end = range_end;
2311 svn_error_t *err = svn_error_trace(receiver(segment, receiver_baton,
2294 svn_location_segment_t *segment = apr_pcalloc(iterpool, local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c4066 svn_location_segment_t *segment =
4072 one segment that starts at oldest_rev then we know that
4076 if (segment->range_start == older_rev)
4093 exists. Since segment doesn't span older_rev:peg_rev we know
4095 segment->range_start + 1. */
4098 segment->range_start, peg_rev,
4106 older_rev, segment->range_start,
7088 svn_location_segment_t *segment =
7095 /* If this segment doesn't overlap our range at all, or
7097 if ((segment
4061 svn_location_segment_t *segment = local
7080 svn_location_segment_t *segment = local
[all...]
H A Dconflicts.c4898 find_added_rev(svn_location_segment_t *segment,
4912 notify->revision = segment->range_start;
4916 if (segment->path) /* not interested in gaps */
4920 segment->path) != NULL)
4922 b->added_rev = segment->range_start;
4923 b->repos_relpath = apr_pstrdup(b->pool, segment->path);
4896 find_added_rev(svn_location_segment_t *segment, void *baton, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbuffer.c227 if (info->segment) {
229 if (info->segment->is_mapping)
232 evbuffer_file_segment_free(info->segment);
2454 const int source_fd = info->segment->fd;
3257 extra->segment = seg;
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c1789 char *segment; local
1792 * Break out the next path segment. Replace the dot we just
1793 * found with a NUL; "path" points to the next segment (or the
1796 for (segment = path; *path != '\0'; path++) {
1803 /* We have a segment, so look for a hook by that name */
1804 hook = ng_findhook(node, segment);
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S116 * 'segbase' points to the base of the segment table for user processes.
862 PTR_L k1, %lo(kernel_segmap)(k1) # k1=segment tab base
1047 PTR_L k1, %lo(kernel_segmap)(k1) # k1=segment tab base
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp419 if (p1.Segment < y.segment)
429 if (p.Segment == addr.segment && p.Offset == addr.offset)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c2229 location_segment_receiver(svn_location_segment_t *segment,
2236 svn_location_segment_dup(segment, b->pool);
2228 location_segment_receiver(svn_location_segment_t *segment, void *baton, apr_pool_t *pool) argument
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_ctx.c472 dmar->unit, dmar->segment, bus, slot,
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatm.c928 * have a 32-bit bus and so have always one segment.
1506 rb = sc->rbufs + rpd->segment[i].handle;
1526 last->m_len = le32toh(rpd->segment[i].length);
1916 H_SETDESC(tpd->segment[tpd->spec].buffer, segs->ds_addr);
1917 H_SETDESC(tpd->segment[tpd->spec].length, segs->ds_len);
/freebsd-11-stable/sys/sys/
H A Data.h598 u_int8_t segment; /* segment number */ member in struct:atapi_sense
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c2720 static svn_error_t *gls_receiver(svn_location_segment_t *segment,
2726 segment->range_start,
2727 segment->range_end,
2728 segment->path);
3846 /* Scan for the end of the segment. */
4463 * acknowledgment segment, which will cause svn to abort the session
2719 gls_receiver(svn_location_segment_t *segment, void *baton, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c1600 situation of all read-only sections placed in one segment and
1601 following that a segment containing all the read-write
3300 If this section was actually a segment marker, then the
3302 processed the segment marker. Originally, the linker
3303 treated segment directives (like -Ttext on the
3308 if (!s->address_statement.segment
3309 || !s->address_statement.segment->used)
4734 that the two sections ought to be placed into the same segment. */
4787 /* Compute the expected PT_GNU_RELRO segment end. */
4829 a page could be saved in the data segment
5882 lang_section_start(const char *name, etree_type *address, const segment_type *segment) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h948 #define __sanitizer_syscall_pre_lfs_segclean(fsidp, segment) \
950 (long long)(segment))
951 #define __sanitizer_syscall_post_lfs_segclean(res, fsidp, segment) \
953 (long long)(segment))
3465 long long segment);
3467 long long segment);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.c1768 "Too many segment descriptors") },
1771 "Unsupported segment descriptor type code") },
1774 "Unexpected inexact segment") },
1783 "Copy segment granularity violation") },
4437 struct scsi_sense_sks_segment *segment; local
4441 segment = (struct scsi_sense_sks_segment *)sks;
4445 if (segment->byte0 & SSD_SKS_SEGMENT_BPV)
4447 segment->byte0 & SSD_SKS_SEGMENT_BITPTR);
4449 sbuf_printf(sb, "%s byte %d %sis invalid", (segment->byte0 &
4451 scsi_2btoul(segment
[all...]
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c79 /* Data located in a real-mode segment. This becomes far at runtime
373 rp = (realAdr.segment << 4) + realAdr.offset16;
454 reg.x.ds = rm_mem.rm_segment; /* DOS data segment and */
696 reg.x.di = pktTemp; /* DOS segment to param */
1304 return (r.w.ax); /* Return segment address */
1323 * program segment) and copies the code to it.
1331 * start_offs start of real mode code in program segment
1332 * end_offs 1 byte past end of real mode code in program segment
1338 * offsets within the real mode segment are
1340 * protected mode program segment
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-dis.c5588 bfd_vma segment = 0; local
5607 the same segment. Otherwise, a data16 prefix on a jump
5612 segment = ((start_pc + codep - start_codep)
5621 disp = ((start_pc + codep - start_codep + disp) & mask) | segment;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsrconv.c523 rl.segment = 1;

Completed in 511 milliseconds

123456