Searched refs:io_t (Results 1 – 19 of 19) sorted by relevance
/hurd/hurd/ |
A D | xattr.h | 25 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 D | fd.h | 125 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 D | new-fd.c | 26 _hurd_new_fd (io_t port, io_t ctty) in _hurd_new_fd()
|
A D | ctty-input.c | 26 _hurd_ctty_input (io_t port, io_t ctty, error_t (*rpc) (io_t)) in _hurd_ctty_input() argument
|
A D | ctty-output.c | 26 _hurd_ctty_output (io_t port, io_t ctty, error_t (*rpc) (io_t)) in _hurd_ctty_output() argument
|
A D | vpprintf.c | 28 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 D | port2fd.c | 29 _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 D | openport.c | 25 openport (io_t port, int flags) in openport()
|
A D | hurd.h | 237 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 D | xattr.c | 36 _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 D | intern-fd.c | 27 _hurd_intern_fd (io_t port, int flags, int dealloc) in _hurd_intern_fd()
|
A D | fd-write.c | 31 error_t writefd (io_t port) in _hurd_fd_write()
|
A D | fopenport.c | 33 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 D | fd-read.c | 31 error_t readfd (io_t port) in _hurd_fd_read()
|
A D | hurdexec.c | 265 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 D | dtable.c | 212 io_t port, ctty; in ctty_new_pgrp() 225 io_t new; in ctty_new_pgrp()
|
A D | Notes | 9 int openport (io_t port);
|
A D | hurdioctl.c | 241 do_tiocsctty (io_t port, io_t ctty) in do_tiocsctty()
|
A D | hurdsig.c | 1357 io_t port; in signal_allowed()
|
Completed in 31 milliseconds