Searched refs:neframes (Results 1 – 1 of 1) sorted by relevance
470 uint_t neframes; in ea_pack_object() local487 neframes = DEFAULT_ENTRIES; in ea_pack_object()614 if (curr_frame >= neframes) { in ea_pack_object()619 uint_t new_neframes = 2 * neframes; in ea_pack_object()624 ea_free(estack, neframes * in ea_pack_object()632 bcopy(estack, new_estack, neframes * in ea_pack_object()635 ea_free(estack, neframes * in ea_pack_object()638 neframes = new_neframes; in ea_pack_object()758 ea_free(estack, neframes * sizeof (struct es_frame)); in ea_pack_object()