Searched refs:boundary (Results 1 - 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/boot/sys/boot/zfs/i386/
H A DMakefile19 CFLAGS += -mpreferred-stack-boundary=2
/illumos-gate/usr/src/boot/sys/boot/ficl/i386/
H A DMakefile24 CFLAGS += -m32 -march=i386 -mpreferred-stack-boundary=2
/illumos-gate/usr/src/boot/sys/boot/libstand/i386/
H A DMakefile21 CFLAGS += -mpreferred-stack-boundary=2
/illumos-gate/usr/src/cmd/boot/common/
H A Dmboot_extra.c65 uint32_t boundary; local
71 boundary = MBOOT_SCAN_SIZE;
72 if (boundary > buf_size)
73 boundary = buf_size;
75 boundary = boundary - sizeof (multiboot_header_t);
77 for (i = 0; i < boundary; i += 4, iter++) {
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshnote.sh65 content+="--${formdata.boundary}\n"
78 content+="--${formdata.boundary}--\n"
223 typeset boundary
233 typeset -r boundary="--------shnote_${RANDOM}_Xfish_${RANDOM}_Yeats_${RANDOM}_Zchicken_${RANDOM}monster_--------"
235 mimeform.boundary="${boundary}"
251 request+="Content-Type: multipart/form-data; boundary=${boundary}\r\n"
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s97 nop ! align loop to 16-byte boundary
98 nop ! align loop to 16-byte boundary
146 nop ! align loop on 16-byte boundary
147 nop ! align loop on 16-byte boundary
148 nop ! align loop on 16-byte boundary
H A Dstrncpy.s68 nop ! pad to align loop on 16-byte boundary
156 andcc %o3, 7, %o4 ! dst offset relative to dword boundary
162 sub %o4, 8, %o4 ! bytes to align dst to dword boundary
178 add %g4, 7, %o2 ! round up to next dword boundary
179 and %o2, -8, %o4 ! pointer to next dword boundary
320 nop ! align next loop to 16-byte boundary
321 nop ! align next loop to 16-byte boundary
H A Dstrlcpy.s309 nop ! align next loop to 16-byte boundary
310 nop ! align next loop to 16-byte boundary
344 nop ! align loop to 16-byte boundary
358 nop ! pad tp 16-byte boundary
359 nop ! pad tp 16-byte boundary
H A Dascii_strcasecmp.s119 ! a word boundary. During these steps, the bytes are translated to
224 nop ! pad to align loop to 16-byte boundary
225 nop ! pad to align loop to 16-byte boundary
H A Dstrcpy.s56 ! word boundary. Once this has occurred, the string is copied,
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacmacros.h239 #define ACPI_ROUND_DOWN(value, boundary) (((ACPI_SIZE)(value)) & \
240 (~(((ACPI_SIZE) boundary)-1)))
242 #define ACPI_ROUND_UP(value, boundary) ((((ACPI_SIZE)(value)) + \
243 (((ACPI_SIZE) boundary)-1)) & \
244 (~(((ACPI_SIZE) boundary)-1)))
263 #define ACPI_ROUND_UP_TO(value, boundary) (((value) + ((boundary)-1)) / (boundary))
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c61 #define OPL_MC_MEMBOARD_SHIFT 38 /* Boards on 256BG boundary */
324 uint64_t ssize, low, high, boundary; local
335 boundary = roundup(low+1, ssize);
336 boundary = MIN(high, boundary);
339 new->ml_size = boundary - low;
347 low = boundary;
479 uint64_t boundary, ssize; local
483 * OPL mem slices are always aligned on a 256GB boundary.
496 boundary
[all...]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s78 nop ! align loop on 16-byte boundary
79 nop ! align loop on 16-byte boundary
138 andcc %l0, 3, %l1 ! dst offset relative to word boundary
144 sub %l1, 4, %l1 ! bytes to align dst to word boundary
159 add %i4, 3, %i2 ! round up to next word boundary
160 and %i2, -4, %l1 ! pointer to next word boundary
281 nop ! align label below to 16-byte boundary
H A Dascii_strcasecmp.s119 ! a word boundary. During these steps, the bytes are translated to
224 nop ! pad to align loop to 16-byte boundary
225 nop ! pad to align loop to 16-byte boundary
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.s132 .align 32 ! Ultra cache line boundary.
179 .align 32 ! Ultra cache line boundary.
/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c114 char *boundary; /* Boundary text (multipart downloads only) */ member in struct:http_conn_t
115 uint_t boundary_len; /* Length of boundary string */
1018 * headers. If so, get the boundary string.
1036 c_id->boundary = strdup(ptr2);
1037 if (c_id->boundary == NULL) {
1044 c_id->boundary_len = strlen(c_id->boundary);
1080 * http_process_part_headers - Read in part boundary and header lines for the
1098 * a boundary line as the next non-empty line. It then reads header lines
1135 * boundary of the transmission, there can be any number of
1149 /* Look for the boundary lin
[all...]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemcpy.s117 subl %ecx,%edx / copy is done on aligned boundary
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.s115 ! set text to begin at a page boundary so we can
/illumos-gate/usr/src/uts/sun4u/io/
H A Dpanther_asm.s174 ! UNPARK-SIBLING_CORE is 7 instructions, so we cross a cache boundary
304 ! UNPARK-SIBLING_CORE is 7 instructions, so we cross a cache boundary
429 ! UNPARK-SIBLING_CORE is 7 instructions, so we cross a cache boundary
555 ! UNPARK-SIBLING_CORE is 7 instructions, so we cross a cache boundary
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s53 * For less than 32 bytes stores, align the address on 4 byte boundary.
56 * For sizes greater than 32 bytes, align the address on 8 byte boundary.
214 andcc %o5, 3, %o3 ! is sp1 aligned on a word boundary
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S477 .align 32 !align on I-cache boundary
508 .align 32 !align on I-cache boundary
539 .align 32 !align on I-cache boundary
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s253 ! to next 16 byte boundary. Leave result in %g6.
628 ! boundary. This will define the start of the data area.
642 andn %g6, 15, %g6 ! boundary following text
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c125 * 1) Buffers which cross a 4KB boundary must be aligned to 4KB
126 * 2) Buffers which are not aligned to 4KB must not cross a 4KB boundary
584 * Make certain std MTU buffers do not cross a 4KB boundary:
591 * buffer crosses a 4KB boundary.
601 printf("std buffer crossed a 4KB boundary!\n");
3130 uint32_t seglen, len, boundary, low, high_swapped; local
3252 boundary = (low + mgp->tx_boundary) &
3254 seglen = boundary - low;
3344 uint32_t seglen, len, mss, boundary, low, high_swapped; local
3526 boundary
[all...]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s134 bz .aldoubcp ! can align on double boundary
139 bz .alwordcp ! can align on word boundary
1549 andcc %o0, 3, %o3 ! is add aligned on a word boundary
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s777 ! Align Destination on double-word boundary
1613 bz %icc, .aldoubcp ! can align on double boundary
1618 bz %icc, .alwordcp ! can align on word boundary
2609 ! Align Destination on double-word boundary
3850 ! Align Destination on double-word boundary

Completed in 148 milliseconds

12