Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 25 of 57) sorted by relevance

123

/titanic_44/usr/src/cmd/boot/common/
H A Dmboot_extra.c65 uint32_t boundary; in find_multiboot() local
71 boundary = MBOOT_SCAN_SIZE; in find_multiboot()
72 if (boundary > buf_size) in find_multiboot()
73 boundary = buf_size; in find_multiboot()
75 boundary = boundary - sizeof (multiboot_header_t); in find_multiboot()
77 for (i = 0; i < boundary; i += 4, iter++) { in find_multiboot()
/titanic_44/usr/src/lib/libshell/common/scripts/
H A Dshnote.sh223 typeset boundary
233 …typeset -r boundary="--------shnote_${RANDOM}_Xfish_${RANDOM}_Yeats_${RANDOM}_Zchicken_${RANDOM}mo…
235 mimeform.boundary="${boundary}"
251 request+="Content-Type: multipart/form-data; boundary=${boundary}\r\n"
/titanic_44/usr/src/uts/sun4u/opl/os/
H A Dopl.c324 uint64_t ssize, low, high, boundary; in opl_memlist_per_board() local
335 boundary = roundup(low+1, ssize); in opl_memlist_per_board()
336 boundary = MIN(high, boundary); in opl_memlist_per_board()
339 new->ml_size = boundary - low; in opl_memlist_per_board()
347 low = boundary; in opl_memlist_per_board()
479 uint64_t boundary, ssize; in plat_build_mem_nodes() local
496 boundary = roundup(low+1, ssize); in plat_build_mem_nodes()
497 boundary = MIN(high, boundary); in plat_build_mem_nodes()
499 npgs = btop(boundary - low); in plat_build_mem_nodes()
501 low = boundary; in plat_build_mem_nodes()
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dacmacros.h239 #define ACPI_ROUND_DOWN(value, boundary) (((ACPI_SIZE)(value)) & \ argument
240 (~(((ACPI_SIZE) boundary)-1)))
242 #define ACPI_ROUND_UP(value, boundary) ((((ACPI_SIZE)(value)) + \ argument
243 (((ACPI_SIZE) boundary)-1)) & \
244 (~(((ACPI_SIZE) boundary)-1)))
263 #define ACPI_ROUND_UP_TO(value, boundary) (((value) + ((boundary)-1)) / (boundary)) argument
/titanic_44/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
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
/titanic_44/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
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
/titanic_44/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.
/titanic_44/usr/src/common/net/wanboot/
H A Dboot_http.c114 char *boundary; /* Boundary text (multipart downloads only) */ member
1036 c_id->boundary = strdup(ptr2); in http_process_headers()
1037 if (c_id->boundary == NULL) { in http_process_headers()
1044 c_id->boundary_len = strlen(c_id->boundary); in http_process_headers()
1171 strncmp(&line[2], c_id->boundary, c_id->boundary_len) != 0) { in http_process_part_headers()
2370 if (free_boundary && c_id->boundary) { in free_response()
2371 free(c_id->boundary); in free_response()
2372 c_id->boundary = NULL; in free_response()
/titanic_44/usr/src/lib/pkcs11/libkcfd/
H A DREADME33 validation of the FIPS-140 boundary.
/titanic_44/usr/src/uts/i86pc/conf/
H A DMapfile57 # start the data segment on a new 4MB page boundary
/titanic_44/usr/src/grub/grub-0.97/docs/
H A Dboot.S.texi28 /* @r{Align 32 bits boundary.} */
/titanic_44/usr/src/uts/i86xpv/conf/
H A DMapfile60 # start the data segment on a new 4MB page boundary
H A DMapfile.amd6457 # start the data segment on a new 4MB page boundary
/titanic_44/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.s115 ! set text to begin at a page boundary so we can
/titanic_44/usr/src/uts/sun4u/io/
H A Dpanther_asm.s174 ! 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
/titanic_44/usr/src/lib/libc/i386/gen/
H A Dmemcpy.s117 subl %ecx,%edx / copy is done on aligned boundary
/titanic_44/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
/titanic_44/usr/src/lib/libpp/common/
H A DRELEASE71 02-10-30 ppfsm.h: add boundary check to IDSTATE()
109 01-06-26 ppproto.c: fix another buffer boundary bug that didn't preserve OTHER
122 ppproto.c: fix buffer boundary bug that lost call nesting
308 fix CPP CACHEOUTX() buffer boundary bug
353 fix [?\] on 4K buffer boundary bug that lost next refill()
H A Dpp.tab151 TRANSITION # on the COMPATIBILITY boundary
/titanic_44/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s214 andcc %o5, 3, %o3 ! is sp1 aligned on a word boundary
/titanic_44/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s628 ! boundary. This will define the start of the data area.
642 andn %g6, 15, %g6 ! boundary following text

123