HomeSort by: relevance | last modified time | path
    Searched defs:mlx_msgs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
mlx.c 216 } const mlx_msgs[] = { variable in typeref:struct:__anonbd4a01060208 const[]
2083 for (i = 0; i < sizeof(mlx_msgs) / sizeof(mlx_msgs[0]); i++)
2084 if ((mc->mc_mbox[0] == mlx_msgs[i].command ||
2085 mlx_msgs[i].command == 0) &&
2086 mc->mc_status == mlx_msgs[i].status) {
2088 mlx_status_msgs[mlx_msgs[i].msg], mc->mc_status);
mlx.c 216 } const mlx_msgs[] = { variable in typeref:struct:__anonbd4a01060208 const[]
2083 for (i = 0; i < sizeof(mlx_msgs) / sizeof(mlx_msgs[0]); i++)
2084 if ((mc->mc_mbox[0] == mlx_msgs[i].command ||
2085 mlx_msgs[i].command == 0) &&
2086 mc->mc_status == mlx_msgs[i].status) {
2088 mlx_status_msgs[mlx_msgs[i].msg], mc->mc_status);

Completed in 23 milliseconds