Searched defs:sizeof (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | qdivrem.c | 51 _Static_assert(sizeof(int) / 2 == sizeof(short), variable
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgsbbc_iosram.c | 107 sizeof (chosen_iosram)) < 0) { 133 if ((master_iosram = kmem_zalloc(sizeof (struct chosen_iosram), 139 if ((master_iosram->tunnel = kmem_zalloc(sizeof (tunnel_t), 179 kmem_free(master_iosram->tunnel, sizeof (tunnel_t)); 181 kmem_free(master_iosram, sizeof (struct chosen_iosram)); 250 sizeof (struct iosram_toc), 422 case sizeof (uint16_t): function 423 case sizeof (uint32_t): 424 case sizeof (uint64_t): 428 if (size == sizeof (uint16_ 444 case sizeof (uint16_t): function [all...] |
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tpi.c | 85 if ((mp = tpi_ack_alloc(mp, sizeof (struct T_error_ack), 220 if ((mp->b_wptr - mp->b_rptr) < sizeof (*tbr)) { 230 mp1 = reallocb(mp, sizeof (struct T_bind_ack) + sizeof (sin6_t), 1); 243 tbr->ADDR_offset = sizeof (struct T_bind_req); 245 tbr->ADDR_length = sizeof (sin_t); 250 len = sizeof (sin_t); 254 tbr->ADDR_length = sizeof (sin6_t); 259 len = sizeof (sin6_t); 264 case sizeof (sin_ 573 case (sizeof (sin_t) - sizeof (sin->sin_zero)): { function 1502 case sizeof (sin_t): { function 1511 case sizeof (sin6_t): { function [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunddi.c | 198 chosen_reg, (int *)®, (sizeof (reg)/sizeof (int))) 326 case sizeof (uint8_t): 329 case sizeof (uint16_t): 332 case sizeof (uint32_t): 335 case sizeof (uint64_t): 354 case sizeof (uint8_t): 357 case sizeof (uint16_t): 360 case sizeof (uint32_t): 363 case sizeof (uint64_ 569 case sizeof (int64_t): function 576 case sizeof (int32_t): function [all...] |
Completed in 56 milliseconds