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

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c677 tnf_uint32_t *zone_end = (tnf_uint32_t *)((char *)fh + TNFW_B_FW_ZONE); local
680 if (ret_val != zone_end)
683 return ((ret_val != zone_end) ? ret_val : NULL);
698 ulong_t *zone_end = (ulong_t *)((uintptr_t)fh + TNFW_B_FW_ZONE); local
713 while ((uintptr_t)hint != (uintptr_t)zone_end) {
715 sprintf(tmp_buf, "tnfw_b_vw_alloc: (2)hint=%p,zone_end=%p\n",
716 hint, zone_end);
751 retval = (((uintptr_t)hint != (uintptr_t)zone_end) ?

Completed in 45 milliseconds