Lines Matching +full:short +full:- +full:codes
4 * SPDX-License-Identifier: Apache-2.0
42 /* FIXME: use k_off_t and k_ssize_t to avoid the POSIX->Zephyr->POSIX dependency cycle */
82 * @return Allocated file descriptor, or -1 in case of error (errno is set)
128 * @return Allocated file descriptor, or -1 in case of error (errno is set)
212 res = vtable->ioctl(obj, request, args); in zvfs_fdtable_call_ioctl()
220 short events;
221 short revents;
231 #define ZVFS_FD_SETSIZE (sizeof(((struct zvfs_fd_set *)0)->bitset) * 8)
244 * Request codes for fd_op_vtable.ioctl().
246 * Note that these codes are internal Zephyr numbers, for internal
248 * of "stable ABI"). These are however expected to co-exist with
249 * "well-known" POSIX/Linux ioctl numbers, and not clash with them.
252 /* Codes below 0x100 are reserved for fcntl() codes. */
263 /* Codes above 0x5400 and below 0x5500 are reserved for termios, FIO, etc */