Lines Matching refs:file
5 * contributor license agreements. See the NOTICE file distributed with
7 * ASF licenses this file to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance with the
81 * following amount. This offset is used to distinguish file descriptors from
127 struct file; /* Forward reference */
157 FAR struct file *infile, FAR off_t *offset,
180 /* This is the internal representation of a socket reference by a file
474 * Process file table overflow.
552 * psock is a descriptor for a file, not a socket.
603 * socket 'sockfd' is unaffected by this call. Per file descriptor flags
644 * The per-process limit of open file descriptors has been reached.
646 * The system maximum for file descriptors has been reached.
708 * The file descriptor is not a valid index in the descriptor table.
723 * The file descriptor is not associated with a socket.
1062 * EBADF - The socket argument is not a valid file descriptor.
1102 * EBADF - The socket argument is not a valid file descriptor.
1230 * Clone a socket descriptor to an arbitray descriptor number. If file
1232 * of socket file descriptors. If file descriptors are not implemented,
1247 * Clone a socket descriptor to an arbitray descriptor number. If file
1249 * of socket file descriptors. If file descriptors are not implemented,
1264 * Clone a socket descriptor to an arbitray descriptor number. If file
1266 * of socket file descriptors. If file descriptors are not implemented,
1370 struct file;
1371 ssize_t net_sendfile(int outfd, struct file *infile, off_t *offset,
1399 * struct socket instance instead of a file descriptor.