Searched refs:vbg_status_code_to_errno_table (Results 1 – 1 of 1) sorted by relevance
733 static const int vbg_status_code_to_errno_table[] = { variable811 if (rc >= ARRAY_SIZE(vbg_status_code_to_errno_table) || in vbg_status_code_to_errno()812 vbg_status_code_to_errno_table[rc] == 0) { in vbg_status_code_to_errno()817 return vbg_status_code_to_errno_table[rc]; in vbg_status_code_to_errno()