Home
last modified time | relevance | path

Searched refs:ctty (Results 1 – 5 of 5) sorted by relevance

/sysdeps/mach/hurd/
A Ddup3.c63 io_t ctty = _hurd_port_get (&d->ctty, &ctty_ulink); in __dup3() local
113 if (ctty != MACH_PORT_NULL) in __dup3()
114 __mach_port_mod_refs (__mach_task_self (), ctty, in __dup3()
124 _hurd_port_set (&d2->ctty, ctty); in __dup3()
130 if (ctty != MACH_PORT_NULL) in __dup3()
131 _hurd_port_free (&d->ctty, &ctty_ulink, port); in __dup3()
A Dfcntl.c61 io_t port, ctty; in __libc_fcntl() local
70 ctty = _hurd_port_get (&d->ctty, &ctty_ulink); in __libc_fcntl()
90 if (ctty != MACH_PORT_NULL) in __libc_fcntl()
91 __mach_port_mod_refs (__mach_task_self (), ctty, in __libc_fcntl()
95 if (ctty != MACH_PORT_NULL) in __libc_fcntl()
96 _hurd_port_set (&new->ctty, ctty); in __libc_fcntl()
104 if (ctty != MACH_PORT_NULL) in __libc_fcntl()
105 _hurd_port_free (&d->ctty, &ctty_ulink, port); in __libc_fcntl()
A Dclose_range.c52 _hurd_port_set (&fd->ctty, MACH_PORT_NULL); in __close_range()
A Dioctl.c281 err = HURD_DPORT_USE_CANCEL (fd, _hurd_ctty_output (port, ctty, send_rpc)); in __ioctl()
285 err = HURD_DPORT_USE (fd, _hurd_ctty_output (port, ctty, send_rpc)); in __ioctl()
/sysdeps/hurd/include/hurd/
A Dfd.h11 io_t port, ctty; member
24 io_t port, ctty; \
37 __d.ctty = ctty = _hurd_port_get (&__d.d->ctty, &__d.ctty_ulink); \

Completed in 7 milliseconds