Searched refs:trans_table (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c626 static state_fn * const trans_table[IS_COUNT][LT_COUNT] = { variable
810 trans_table[ifstate[depth]][lineval]();
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_cmd.c306 static const int trans_table[] = { local
326 if (status >= ARRAY_SIZE(trans_table) ||
328 && trans_table[status] == 0))
331 return trans_table[status];
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c140 static const int trans_table[] = { local
161 if (status >= ARRAY_SIZE(trans_table) ||
162 (status != CMD_STAT_OK && trans_table[status] == 0))
165 return trans_table[status];

Completed in 166 milliseconds