Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dgetcwd.c68 if (((err = dogetcwd(kbuf, kbuflen)) == 0) && in getcwd()
/illumos-gate/usr/src/uts/common/sys/
H A Dpathname.h102 extern int dogetcwd(char *, size_t);
/illumos-gate/usr/src/uts/common/os/
H A Dklpd.c811 if (dogetcwd(buf, MAXPATHLEN) != 0) in get_path()
/illumos-gate/usr/src/uts/common/fs/
H A Dlookup.c1463 dogetcwd(char *buf, size_t buflen) in dogetcwd() function