Searched refs:msg_num (Results 1 – 1 of 1) sorted by relevance
122 int msg_num; in hvlog_read_dev() local129 msg_num = 0; in hvlog_read_dev()137 msg_num++; in hvlog_read_dev()150 msg[msg_num]->seq = strtoull(p, NULL, 10); in hvlog_read_dev()151 if ((errno == ERANGE && (msg[msg_num]->seq == ULLONG_MAX)) in hvlog_read_dev()152 || (errno != 0 && msg[msg_num]->seq == 0)) { in hvlog_read_dev()159 msg_num++; in hvlog_read_dev()162 if (msg_num > 1) { in hvlog_read_dev()173 if (msg_num == 0) { in hvlog_read_dev()
Completed in 3 milliseconds