Lines Matching refs:hurd_port
36 struct hurd_port struct
48 ({ struct hurd_port *const __p = (portcell); \ argument
63 extern void _hurd_port_init (struct hurd_port *port, mach_port_t init);
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,
166 _hurd_port_free (struct hurd_port *port, in _hurd_port_free()
191 extern void _hurd_port_locked_set (struct hurd_port *port, mach_port_t newport);
196 _hurd_port_locked_set (struct hurd_port *port, mach_port_t newport) in _hurd_port_locked_set()
210 extern void _hurd_port_set (struct hurd_port *port, mach_port_t newport);
215 _hurd_port_set (struct hurd_port *port, mach_port_t newport) in _hurd_port_set()