Searched refs:hurd_port (Results 1 – 8 of 8) sorted by relevance
/hurd/hurd/ |
A D | port.h | 36 struct hurd_port struct 48 ({ struct hurd_port *const __p = (portcell); \ argument 68 _hurd_port_init (struct hurd_port *port, mach_port_t init) in _hurd_port_init() 85 _hurd_port_locked_get (struct hurd_port *port, 91 _hurd_port_locked_get (struct hurd_port *port, in _hurd_port_locked_get() 111 _hurd_port_get (struct hurd_port *port, 117 _hurd_port_get (struct hurd_port *port, in _hurd_port_get() 135 _hurd_port_move (struct hurd_port *port, 142 _hurd_port_move (struct hurd_port *port, in _hurd_port_move() 159 _hurd_port_free (struct hurd_port *port, [all …]
|
A D | fd.h | 36 struct hurd_port port; /* io server port. */ 42 struct hurd_port ctty;
|
/hurd/ |
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 | hurdchdir.c | 28 _hurd_change_directory_port_from_name (struct hurd_port *portcell, in _hurd_change_directory_port_from_name()
|
A D | hurd.h | 89 extern struct hurd_port *_hurd_ports; 169 extern int _hurd_change_directory_port_from_name (struct hurd_port *portcell, 173 extern int _hurd_change_directory_port_from_fd (struct hurd_port *portcell,
|
A D | hurdinit.c | 30 struct hurd_port *_hurd_ports;
|
A D | hurdioctl.c | 141 struct hurd_port *const port = &_hurd_ports[INIT_PORT_CTTYID]; in _hurd_locked_install_cttyid()
|
A D | hurdexec.c | 69 struct hurd_port **dtable_cells; in _hurd_exec_paths()
|
Completed in 13 milliseconds