Searched refs:lpcd_last_idx (Results 1 – 4 of 4) sorted by relevance
178 cd.lpcd_last_idx = 0; in llog_cat_process_cb()215 cd.lpcd_last_idx = 0; in llog_cat_process_or_fork()222 cd.lpcd_last_idx = cat_llh->lgh_last_idx; in llog_cat_process_or_fork()
235 if (cd != NULL && cd->lpcd_last_idx) in llog_process_thread()236 last_index = cd->lpcd_last_idx; in llog_process_thread()332 cd->lpcd_last_idx = last_called_index; in llog_process_thread()
1278 cd.lpcd_last_idx = 0; in class_config_parse_llog()1283 cd.lpcd_first_idx + 1, cd.lpcd_last_idx, rc); in class_config_parse_llog()1285 cfg->cfg_last_idx = cd.lpcd_last_idx; in class_config_parse_llog()
131 int lpcd_last_idx; member