Searched defs:boundary (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/boot/common/ |
H A D | mboot_extra.c | 65 uint32_t boundary; in find_multiboot() local
|
/titanic_50/usr/src/uts/intel/sys/acpi/ |
H A D | acmacros.h | 239 #define ACPI_ROUND_DOWN(value, boundary) (((ACPI_SIZE)(value)) & \ argument 242 #define ACPI_ROUND_UP(value, boundary) ((((ACPI_SIZE)(value)) + \ argument 263 #define ACPI_ROUND_UP_TO(value, boundary) (((value) + ((boundary)-1)) / (boundary)) argument
|
/titanic_50/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
|
/titanic_50/usr/src/common/net/wanboot/ |
H A D | boot_http.c | 114 char *boundary; /* Boundary text (multipart downloads only) */ member
|
/titanic_50/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 3130 uint32_t seglen, len, boundary, low, high_swapped; in myri10ge_tx_tso_copy() local 3344 uint32_t seglen, len, mss, boundary, low, high_swapped; in myri10ge_send() local
|