Searched refs:errno_code (Results 1 – 3 of 3) sorted by relevance
31 int toSocketLossError(int errno_code) { in toSocketLossError() argument64 switch (errno_code) { in toSocketLossError()78 return -errno_code; in toSocketLossError()
27 int toSocketLossError(int errno_code);
177 def ioctl_retry_error(video_device, request, arg, error, errno_code): argument194 if e.errno == errno_code and wait_time >= 0: