Searched refs:act_entry (Results 1 – 1 of 1) sorted by relevance
41 int act_entry; /* last formated entry (offset */ member461 debug_entry_t *act_entry; in debug_format_entry() local463 if(p_info->act_entry == DEBUG_PROLOG_ENTRY){ in debug_format_entry()471 act_entry = (debug_entry_t *) ((char*)id_snap->areas[p_info->act_area] in debug_format_entry()472 [p_info->act_page] + p_info->act_entry); in debug_format_entry()474 if (act_entry->id.stck == 0LL) in debug_format_entry()478 act_entry, p_info->temp_buf + len); in debug_format_entry()481 DEBUG_DATA(act_entry)); in debug_format_entry()497 if(p_info->act_entry == DEBUG_PROLOG_ENTRY){ in debug_next_entry()498 p_info->act_entry = 0; in debug_next_entry()[all …]