Searched refs:neframes (Results 1 – 1 of 1) sorted by relevance
472 uint_t neframes; in ea_pack_object() local489 neframes = DEFAULT_ENTRIES; in ea_pack_object()616 if (curr_frame >= neframes) { in ea_pack_object()621 uint_t new_neframes = 2 * neframes; in ea_pack_object()626 ea_free(estack, neframes * in ea_pack_object()634 bcopy(estack, new_estack, neframes * in ea_pack_object()637 ea_free(estack, neframes * in ea_pack_object()640 neframes = new_neframes; in ea_pack_object()760 ea_free(estack, neframes * sizeof (struct es_frame)); in ea_pack_object()