• Home
  • Raw
  • Download

Lines Matching refs:msg

43   char const *msg = NULL;  in rpl_strerror()  local
49 msg = "Text file busy"; in rpl_strerror()
56 msg = "Operation now in progress"; in rpl_strerror()
59 msg = "Operation already in progress"; in rpl_strerror()
62 msg = "Socket operation on non-socket"; in rpl_strerror()
65 msg = "Destination address required"; in rpl_strerror()
68 msg = "Message too long"; in rpl_strerror()
71 msg = "Protocol wrong type for socket"; in rpl_strerror()
74 msg = "Protocol not available"; in rpl_strerror()
77 msg = "Protocol not supported"; in rpl_strerror()
80 msg = "Socket type not supported"; in rpl_strerror()
83 msg = "Operation not supported"; in rpl_strerror()
86 msg = "Protocol family not supported"; in rpl_strerror()
89 msg = "Address family not supported by protocol"; in rpl_strerror()
92 msg = "Address already in use"; in rpl_strerror()
95 msg = "Cannot assign requested address"; in rpl_strerror()
98 msg = "Network is down"; in rpl_strerror()
101 msg = "Network is unreachable"; in rpl_strerror()
104 msg = "Network dropped connection on reset"; in rpl_strerror()
107 msg = "Software caused connection abort"; in rpl_strerror()
110 msg = "Connection reset by peer"; in rpl_strerror()
113 msg = "No buffer space available"; in rpl_strerror()
116 msg = "Transport endpoint is already connected"; in rpl_strerror()
119 msg = "Transport endpoint is not connected"; in rpl_strerror()
122 msg = "Cannot send after transport endpoint shutdown"; in rpl_strerror()
125 msg = "Too many references: cannot splice"; in rpl_strerror()
128 msg = "Connection timed out"; in rpl_strerror()
131 msg = "Connection refused"; in rpl_strerror()
134 msg = "Too many levels of symbolic links"; in rpl_strerror()
137 msg = "Host is down"; in rpl_strerror()
140 msg = "No route to host"; in rpl_strerror()
143 msg = "Too many processes"; in rpl_strerror()
146 msg = "Too many users"; in rpl_strerror()
149 msg = "Disk quota exceeded"; in rpl_strerror()
152 msg = "Stale NFS file handle"; in rpl_strerror()
155 msg = "Object is remote"; in rpl_strerror()
162 msg = "Overlapped operation aborted"; in rpl_strerror()
165 msg = "Overlapped I/O event object not in signaled state"; in rpl_strerror()
168 msg = "Overlapped operations will complete later"; in rpl_strerror()
214 msg = "Network subsystem is unavailable"; in rpl_strerror()
217 msg = "Winsock.dll version out of range"; in rpl_strerror()
220 msg = "Successful WSAStartup not yet performed"; in rpl_strerror()
223 msg = "Graceful shutdown in progress"; in rpl_strerror()
226 msg = "No more results"; in rpl_strerror()
229 msg = "Call was canceled"; in rpl_strerror()
232 msg = "Procedure call table is invalid"; in rpl_strerror()
235 msg = "Service provider is invalid"; in rpl_strerror()
238 msg = "Service provider failed to initialize"; in rpl_strerror()
241 msg = "System call failure"; in rpl_strerror()
244 msg = "Service not found"; in rpl_strerror()
247 msg = "Class type not found"; in rpl_strerror()
250 msg = "Database query was refused"; in rpl_strerror()
253 msg = "Host not found"; in rpl_strerror()
256 msg = "Nonauthoritative host not found"; in rpl_strerror()
259 msg = "Nonrecoverable error"; in rpl_strerror()
262 msg = "Valid name, no data record of requested type"; in rpl_strerror()
270 msg = "No message of desired type"; in rpl_strerror()
276 msg = "Identifier removed"; in rpl_strerror()
282 msg = "Link has been severed"; in rpl_strerror()
288 msg = "Protocol error"; in rpl_strerror()
294 msg = "Multihop attempted"; in rpl_strerror()
300 msg = "Bad message"; in rpl_strerror()
306 msg = "Value too large for defined data type"; in rpl_strerror()
312 msg = "Not supported"; in rpl_strerror()
318 msg = "Stale NFS file handle"; in rpl_strerror()
324 msg = "Operation canceled"; in rpl_strerror()
329 if (msg) in rpl_strerror()
330 return (char *) msg; in rpl_strerror()