Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/syscall/
H A Dgetcwd.c57 if (((err = dogetcwd(kbuf, kbuflen)) == 0) && in getcwd()
/titanic_44/usr/src/uts/common/sys/
H A Dpathname.h101 extern int dogetcwd(char *, size_t);
/titanic_44/usr/src/uts/common/os/
H A Dklpd.c809 if (dogetcwd(buf, MAXPATHLEN) != 0) in get_path()
/titanic_44/usr/src/uts/common/fs/
H A Dlookup.c1401 dogetcwd(char *buf, size_t buflen) in dogetcwd() function