Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/mach/hurd/
Dgetcwd.c45 mach_port_t rootid, thisid, rootdevid, thisdevid; in __hurd_canonicalize_directory_name_internal() local
59 __mach_port_deallocate (__mach_task_self (), thisid); in __hurd_canonicalize_directory_name_internal()
101 if (err = __io_identity (thisdir, &thisid, &thisdevid, &thisino)) in __hurd_canonicalize_directory_name_internal()
108 while (thisid != rootid) in __hurd_canonicalize_directory_name_internal()
138 if (thisid == dotid) in __hurd_canonicalize_directory_name_internal()
200 if (id == thisid) in __hurd_canonicalize_directory_name_internal()
257 __mach_port_deallocate (__mach_task_self (), thisid); in __hurd_canonicalize_directory_name_internal()
259 thisid = dotid; in __hurd_canonicalize_directory_name_internal()