Searched refs:host_to_wire (Results 1 – 1 of 1) sorted by relevance
79 static std::unordered_map<int, int>& host_to_wire = *generate_host_to_wire(); variable83 auto it = host_to_wire.find(error); in errno_to_wire()84 if (it == host_to_wire.end()) { in errno_to_wire()94 auto it = host_to_wire.find(error); in errno_from_wire()95 if (it == host_to_wire.end()) { in errno_from_wire()