Home | History | Annotate | Download | only in syscall

Lines Matching refs:Operation

98 	EPERM           Errno = 1       /* Operation not permitted */
172 EBADFD Errno = 77 /* f.d. invalid for this operation */
181 ENOTSOCK Errno = 88 /* Socket operation on non-socket */
188 EOPNOTSUPP Errno = 95 /* Operation not supported on transport endpoint */
212 ECANCELED Errno = 125 /* Operation canceled. */
219 EWOULDBLOCK Errno = EAGAIN /* Operation would block */
224 EPERM: "Operation not permitted",
297 EBADFD: "f.d. invalid for this operation",
304 ENOTSOCK: "Socket operation on non-socket",
311 EOPNOTSUPP: "Operation not supported on transport endpoint",
331 ECANCELED: "Operation canceled.",