Home
last modified time | relevance | path

Searched refs:hurd_fd (Results 1 – 13 of 13) sorted by relevance

/hurd/
A Dnew-fd.c25 struct hurd_fd *
28 struct hurd_fd *d = malloc (sizeof (struct hurd_fd)); in _hurd_new_fd()
A Ddtable.c31 struct hurd_fd **_hurd_dtable;
64 struct hurd_fd *new = malloc (sizeof (struct hurd_fd)); in init_dtable()
107 struct hurd_fd *d = _hurd_fd_get (fd); in get_dtable_port()
155 struct hurd_fd *d = _hurd_dtable[i]; in fork_child_dtable()
210 struct hurd_fd *const d = _hurd_dtable[i]; in ctty_new_pgrp()
265 struct hurd_fd *const d = _hurd_dtable[i]; in reauth_dtable()
A Dalloc-fd.c29 struct hurd_fd *
49 struct hurd_fd *d = _hurd_dtable[i]; in _hurd_alloc_fd()
90 struct hurd_fd **new; in _hurd_alloc_fd()
A Dintern-fd.c30 struct hurd_fd *d; in _hurd_intern_fd()
A Dfd-close.c21 _hurd_fd_close (struct hurd_fd *fd) in _hurd_fd_close()
A Dfd-write.c25 _hurd_fd_write (struct hurd_fd *fd, in _hurd_fd_write()
A Dhurdfchdir.c30 struct hurd_fd *d = _hurd_fd_get (fd); in _hurd_change_directory_port_from_fd()
A Dport2fd.c29 _hurd_port2fd (struct hurd_fd *d, io_t dport, int flags) in _hurd_port2fd()
A Dfd-read.c25 _hurd_fd_read (struct hurd_fd *fd, void *buf, size_t *nbytes, loff_t offset) in _hurd_fd_read()
A Dhurdioctl.c170 struct hurd_fd *const d = _hurd_dtable[i]; in _hurd_locked_install_cttyid()
A Dhurdexec.c174 struct hurd_fd *const d = _hurd_dtable[i]; in _hurd_exec_paths()
A Dhurdselect.c63 struct hurd_fd *cell; in _hurd_select()
/hurd/hurd/
A Dfd.h34 struct hurd_fd struct
51 extern struct hurd_fd **_hurd_dtable; argument
65 extern struct hurd_fd *_hurd_fd_get (int fd);
69 _HURD_FD_H_EXTERN_INLINE struct hurd_fd *
72 struct hurd_fd *descriptor; in _hurd_fd_get()
80 struct hurd_fd *cell = _hurd_dtable[fd]; in _hurd_fd_get()
123 struct hurd_fd *const __d = (fd); \
249 extern struct hurd_fd *_hurd_new_fd (io_t port, io_t ctty);
253 extern error_t _hurd_fd_close (struct hurd_fd *fd);
259 extern error_t _hurd_fd_read (struct hurd_fd *fd,
[all …]

Completed in 22 milliseconds