Home
last modified time | relevance | path

Searched refs:zone_end (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c677 tnf_uint32_t *zone_end = (tnf_uint32_t *)((char *)fh + TNFW_B_FW_ZONE); in tnfw_b_fw_alloc() local
680 if (ret_val != zone_end) in tnfw_b_fw_alloc()
683 return ((ret_val != zone_end) ? ret_val : NULL); in tnfw_b_fw_alloc()
698 ulong_t *zone_end = (ulong_t *)((uintptr_t)fh + TNFW_B_FW_ZONE); in tnfw_b_fw_alloc() local
713 while ((uintptr_t)hint != (uintptr_t)zone_end) { in tnfw_b_fw_alloc()
716 hint, zone_end); in tnfw_b_fw_alloc()
751 retval = (((uintptr_t)hint != (uintptr_t)zone_end) ? in tnfw_b_fw_alloc()