Home
last modified time | relevance | path

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

/glibc-2.36/hurd/
Dhurdfchdir.c27 _hurd_change_directory_port_from_fd (struct hurd_port *portcell, int fd) in _hurd_change_directory_port_from_fd() argument
50 _hurd_port_set (portcell, dir); in _hurd_change_directory_port_from_fd()
Dhurdchdir.c28 _hurd_change_directory_port_from_name (struct hurd_port *portcell, in _hurd_change_directory_port_from_name() argument
57 _hurd_port_set (portcell, dir); in _hurd_change_directory_port_from_name()
Dhurd.h169 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,
/glibc-2.36/sysdeps/hurd/include/hurd/
Dport.h17 #define HURD_PORT_USE_CANCEL(portcell, expr) \ argument
22 __d.p = (portcell); \
/glibc-2.36/hurd/hurd/
Dport.h47 #define HURD_PORT_USE(portcell, expr) \ argument
48 ({ struct hurd_port *const __p = (portcell); \