Searched defs:hi_size (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dheap.c251 size_t hi_size; member in struct:sm_heap_item
505 hi->hi_size = size;
552 < SmHeapTotal - hi->hi_size + size)
561 SmHeapTotal = SmHeapTotal - hi->hi_size + size;
566 hi->hi_size = size;
621 < SmHeapTotal - hi->hi_size + size)
630 SmHeapTotal = SmHeapTotal - hi->hi_size + size;
635 hi->hi_size = size;
694 (void) memset(ptr, 0, hi->hi_size);
695 SmHeapTotal -= hi->hi_size;
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn.c5542 uint32_t hi_size; member in struct:smraddr
5602 obpsize = ((uint64_t)smraddr.hi_size << 32) |

Completed in 68 milliseconds