Searched defs:boundary (Results 1 - 4 of 4) sorted by relevance

/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/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/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/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...]

Completed in 72 milliseconds