Lines Matching defs:tmp
968 uint32_t tmp;
1086 tmp = fxdr_unsigned(uint32_t, replymsg->type);
1087 if (tmp == RPC_MSGDENIED)
1089 tmp = fxdr_unsigned(uint32_t, replymsg->status);
1090 switch (tmp)
1104 else if (tmp != RPC_MSGACCEPTED)
1109 tmp = fxdr_unsigned(uint32_t, replymsg->status);
1110 if (tmp == RPC_SUCCESS)
1114 else if (tmp == RPC_PROGMISMATCH)
1119 else if (tmp > 5)
1121 nfs_debug_error("Unsupported RPC type: %d\n", tmp);