Searched defs:fd (Results 1 – 15 of 15) sorted by relevance
/hurd/hurd/ |
A D | fd.h | 70 _hurd_fd_get (int fd) in _hurd_fd_get() 108 #define HURD_FD_USE(fd, expr) \ argument 115 #define HURD_DPORT_USE(fd, expr) \ argument 121 #define HURD_FD_PORT_USE(fd, expr) \ argument 181 _hurd_fd_error (int fd, error_t err) in _hurd_fd_error() 201 __hurd_dfail (int fd, error_t err) in __hurd_dfail() 215 __hurd_sockfail (int fd, int flags, error_t err) in __hurd_sockfail()
|
/hurd/ |
A D | fd-close.c | 21 _hurd_fd_close (struct hurd_fd *fd) in _hurd_fd_close()
|
A D | hurdioctl.c | 57 fioctl (int fd, in fioctl() 110 fioclex (int fd, in fioclex() 270 tiocsctty (int fd, in tiocsctty() 280 tiocnotty (int fd, in tiocnotty() 311 siocgifconf (int fd, int request, struct ifconf *ifc) in siocgifconf()
|
A D | lookup-at.c | 26 __file_name_lookup_at (int fd, int at_flags, in __file_name_lookup_at() 78 __file_name_split_at (int fd, const char *file_name, char **name) in __file_name_split_at() 106 __directory_name_split_at (int fd, const char *directory_name, char **name) in __directory_name_split_at()
|
A D | hurdfchdir.c | 27 _hurd_change_directory_port_from_fd (struct hurd_port *portcell, int fd) in _hurd_change_directory_port_from_fd()
|
A D | fchroot.c | 26 fchroot (int fd) in fchroot()
|
A D | intern-fd.c | 29 int fd; in _hurd_intern_fd() local
|
A D | fd-write.c | 25 _hurd_fd_write (struct hurd_fd *fd, in _hurd_fd_write()
|
A D | fd-read.c | 25 _hurd_fd_read (struct hurd_fd *fd, void *buf, size_t *nbytes, loff_t offset) in _hurd_fd_read()
|
A D | alloc-fd.c | 30 _hurd_alloc_fd (int *fd, int first_fd) in _hurd_alloc_fd()
|
A D | lookup-retry.c | 47 __hurd_file_name_lookup_retry (error_t (*use_init_port) in __hurd_file_name_lookup_retry() 220 int fd; in __hurd_file_name_lookup_retry() local
|
A D | path-lookup.c | 89 __hurd_file_name_path_lookup (error_t (*use_init_port) in __hurd_file_name_path_lookup()
|
A D | dtable.c | 105 get_dtable_port (int fd) in get_dtable_port()
|
A D | hurdlookup.c | 41 __hurd_file_name_lookup (error_t (*use_init_port) in __hurd_file_name_lookup()
|
A D | hurdselect.c | 176 const int fd = (int) d[i].io_port; in _hurd_select() local
|
Completed in 25 milliseconds