Home
last modified time | relevance | path

Searched refs:io_t (Results 1 – 19 of 19) sorted by relevance

/hurd/hurd/
A Dxattr.h25 extern error_t _hurd_xattr_get (io_t port, const char *name,
27 extern error_t _hurd_xattr_set (io_t port, const char *name,
29 extern error_t _hurd_xattr_remove (io_t port, const char *name);
30 extern error_t _hurd_xattr_list (io_t port, void *buffer, size_t *size);
A Dfd.h125 io_t port, ctty; \
227 extern void _hurd_port2fd (struct hurd_fd *fd, io_t port, int flags);
237 extern int _hurd_intern_fd (io_t port, int flags, int dealloc);
249 extern struct hurd_fd *_hurd_new_fd (io_t port, io_t ctty);
268 extern error_t _hurd_ctty_input (io_t port, io_t ctty, error_t (*rpc) (io_t));
269 extern error_t _hurd_ctty_output (io_t port, io_t ctty, error_t (*rpc) (io_t));
/hurd/
A Dnew-fd.c26 _hurd_new_fd (io_t port, io_t ctty) in _hurd_new_fd()
A Dctty-input.c26 _hurd_ctty_input (io_t port, io_t ctty, error_t (*rpc) (io_t)) in _hurd_ctty_input() argument
A Dctty-output.c26 _hurd_ctty_output (io_t port, io_t ctty, error_t (*rpc) (io_t)) in _hurd_ctty_output() argument
A Dvpprintf.c28 error_t error = __io_write ((io_t) cookie, buf, n, -1, in do_write()
38 vpprintf (io_t port, const char *format, va_list arg) in vpprintf()
A Dport2fd.c29 _hurd_port2fd (struct hurd_fd *d, io_t dport, int flags) in _hurd_port2fd()
32 io_t ctty = MACH_PORT_NULL; in _hurd_port2fd()
A Dopenport.c25 openport (io_t port, int flags) in openport()
A Dhurd.h237 extern int openport (io_t port, int flags);
243 extern FILE *fopenport (io_t port, const char *mode);
244 extern FILE *__fopenport (io_t port, const char *mode);
351 extern io_t __getdport (int fd), getdport (int fd);
358 int vpprintf (io_t port, const char *format, va_list arg);
A Dxattr.c36 _hurd_xattr_get (io_t port, const char *name, void *value, size_t *size) in _hurd_xattr_get()
87 _hurd_xattr_set (io_t port, const char *name, const void *value, size_t size, in _hurd_xattr_set()
168 _hurd_xattr_remove (io_t port, const char *name) in _hurd_xattr_remove()
174 _hurd_xattr_list (io_t port, void *buffer, size_t *size) in _hurd_xattr_list()
A Dintern-fd.c27 _hurd_intern_fd (io_t port, int flags, int dealloc) in _hurd_intern_fd()
A Dfd-write.c31 error_t writefd (io_t port) in _hurd_fd_write()
A Dfopenport.c33 if (err = __io_read ((io_t) cookie, &bufp, &nread, -1, n)) in readio()
54 if (err = __io_write ((io_t) cookie, buf, n, -1, &wrote)) in writeio()
A Dfd-read.c31 error_t readfd (io_t port) in _hurd_fd_read()
A Dhurdexec.c265 inline error_t reauth_io (io_t port, io_t *newport) in _hurd_exec_paths()
280 io_t newport; in _hurd_exec_paths()
331 io_t newport; in _hurd_exec_paths()
A Ddtable.c212 io_t port, ctty; in ctty_new_pgrp()
225 io_t new; in ctty_new_pgrp()
A DNotes9 int openport (io_t port);
A Dhurdioctl.c241 do_tiocsctty (io_t port, io_t ctty) in do_tiocsctty()
A Dhurdsig.c1357 io_t port; in signal_allowed()

Completed in 28 milliseconds