Home
last modified time | relevance | path

Searched refs:segments (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinet6_rthdr.c51 inet6_rth_space(int type, int segments) in inet6_rth_space() argument
54 segments > MAX_RTHDR0_SEGMENTS) in inet6_rth_space()
58 segments * sizeof (struct in6_addr)); in inet6_rth_space()
73 segments > MAX_RTHDR0_SEGMENTS) in inet6_rth_init()
77 segments * sizeof (struct in6_addr)) in inet6_rth_init()
82 rthdr->ip6r0_len = (segments * 2); in inet6_rth_init()
116 int i, segments; in inet6_rth_reverse() local
130 segments = rtin->ip6r0_len / 2; in inet6_rth_reverse()
133 for (i = 0; i < (segments + 1)/2; i++) { in inet6_rth_reverse()
136 rtout_addrs[segments - 1 - i] = tmp; in inet6_rth_reverse()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c208 segments_t segments; in fru_get_segments() local
214 segments.fru_hdl = section; in fru_get_segments()
215 segments.fru_cnt = max_segments; in fru_get_segments()
216 segments.frus = segment; in fru_get_segments()
217 if (ioctl(fd, SGFRU_GETSEGMENTS, &segments) != 0) { in fru_get_segments()
220 return (segments.fru_cnt); in fru_get_segments()
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.conf46 max-segments=65535;
/illumos-gate/usr/src/compat/bhyve/x86/
H A Dsegments.h27 #include_next <x86/segments.h>
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Doffsets.in50 \#include <sys/segments.h>
/illumos-gate/usr/src/uts/intel/sys/
H A DMakefile79 segments.h \
/illumos-gate/usr/src/cmd/sgs/libconv/
H A DMakefile.com51 segments.o strproc.o \
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.filter33 # text segments.
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h1154 extern socklen_t inet6_rth_space(int type, int segments);
1155 extern void *inet6_rth_init(void *bp, socklen_t bp_len, int type, int segments);
/illumos-gate/usr/src/uts/intel/amd64/ml/
H A Dmach_offsets.in57 #include <sys/segments.h>
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_bhyve.c175 static const char *segments[] = { "CS", "DS", "ES", "FS", "GS", "SS" }; variable
476 segments[bd->bd_defseg - VMM_DESC_CS]); in bhyve_status_dcmd()
851 segments[bd->bd_defseg - VMM_DESC_CS]); in bhyve_defseg_dcmd()
/illumos-gate/usr/src/uts/i86pc/ml/
H A Doffsets.in47 #include <sys/segments.h>
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg501 # segments output segments and address/offset processing;
526 # TRANSLATION_NOTE -- do not translate the first token "segments".
527 @ MSG_USE_R9_F " segments output segments and address/offset \
1512 @ MSG_TOK_SEGMENTS "segments"
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg589 @ MSG_UPD_NOREADSEG "No read-only segments found. Setting '_etext' to 0"
590 @ MSG_UPD_NORDWRSEG "No read-write segments found. Setting '_edata' to 0"
852 # Segment names for segments referenced by entrance criteria
1076 @ MSG_MAP_NONLOAD "%s: %llu: %s not allowed on non-LOAD segments"
1153 @ MSG_MAP_SEGSAME "segments '%s' and '%s' have the same assigned \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c2933 uint32_t segments = 0; in metaslab_weight_from_range_tree() local
2942 segments <<= 1; in metaslab_weight_from_range_tree()
2943 segments += msp->ms_allocatable->rt_histogram[i]; in metaslab_weight_from_range_tree()
2955 if (segments != 0) { in metaslab_weight_from_range_tree()
2956 WEIGHT_SET_COUNT(weight, segments); in metaslab_weight_from_range_tree()
/illumos-gate/exception_lists/
H A Dcheck_rtime74 # Objects that are allowed to have executable data segments
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.texi468 This implies that the text and data segments must be consecutive in the
471 segments occupy the whole OS image file.
H A Dmultiboot.info435 implies that the text and data segments must be consecutive in the
438 segments occupy the whole OS image file.
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME599 6721574 max number of segments in e1000g_tx_dma_attr need to be updated when LSO is supported
/illumos-gate/usr/src/uts/common/io/e1000g/
H A DREADME599 6721574 max number of segments in e1000g_tx_dma_attr need to be updated when LSO is supported
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README823 5021773 ld.so.1 has trouble with objects having more than 2 segments.
1120 6317969 elfheader limited to 65535 segments (link-editor components only)
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dxlate64.m4896 * these segments, allow for the src destination to be 0.
H A Dxlate.m4905 * these segments, allow for the src destination to be 0.
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt503 more than 2 tcp segments and a buffer is posted back to rx
587 more than two tcp segments.
6077 1. Problem: tpa_max_size is calculated in a way that only 16 segments are
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header.p5m1318 $(i386_ONLY)file path=usr/include/sys/segments.h

12