Searched defs:boundary (Results 1 – 7 of 7) sorted by relevance
/onnv-gate/usr/src/cmd/boot/common/ |
H A D | mboot_extra.c | 64 uint32_t boundary; in find_multiboot() local
|
/onnv-gate/usr/src/uts/sun4u/opl/os/ |
H A D | opl.c | 324 uint64_t ssize, low, high, boundary; in opl_memlist_per_board() local 479 uint64_t boundary, ssize; in plat_build_mem_nodes() local
|
/onnv-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acmacros.h | 304 #define ACPI_ROUND_DOWN(value, boundary) (((ACPI_SIZE)(value)) & \ argument 307 #define ACPI_ROUND_UP(value, boundary) ((((ACPI_SIZE)(value)) + \ argument 328 #define ACPI_ROUND_UP_TO(value, boundary) (((value) + ((boundary)-1)) / (boundary)) argument
|
/onnv-gate/usr/src/common/net/wanboot/ |
H A D | boot_http.c | 113 char *boundary; /* Boundary text (multipart downloads only) */ member
|
/onnv-gate/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 3123 uint32_t seglen, len, boundary, low, high_swapped; in myri10ge_tx_tso_copy() local 3337 uint32_t seglen, len, mss, boundary, low, high_swapped; in myri10ge_send() local
|
/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/ |
H A D | stdsoap2.h | 1499 { char *boundary; /* MIME boundary */ member
|
H A D | stdsoap2.cpp | 13713 soap_set_mime(struct soap *soap, const char *boundary, const char *start) in soap_set_mime()
|