Home
last modified time | relevance | path

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

/src/sbin/fsck_ffs/
H A Dpass2.c162 getpathname(pathbuf, inp->i_number, inp->i_number); in pass2()
227 getpathname(pathbuf, inp->i_parent, inp->i_number); in pass2()
230 getpathname(pathbuf, inp->i_dotdot, inp->i_dotdot); in pass2()
233 getpathname(pathbuf, inp->i_parent, inp->i_parent); in pass2()
498 getpathname(dirname, idesc->id_number, in pass2check()
623 getpathname(newname, idesc->id_number, idesc->id_number); in fix_extraneous()
627 getpathname(oldname, inp->i_number, inp->i_number); in fix_extraneous()
663 getpathname(oldname, inp->i_parent, inp->i_number); in fix_extraneous()
664 getpathname(newname, inp->i_number, inp->i_number); in fix_extraneous()
H A Dinode.c101 getpathname(pathbuf, idesc->id_number, in ckinode()
142 getpathname(pathbuf, idesc->id_number, in ckinode()
228 getpathname(pathbuf, idesc->id_number, in iblock()
H A Ddir.c440 getpathname(pathbuf, cwd, ino); in fileerror()
761 getpathname(pathbuf, parent, parent); in makeentry()
H A Dfsck.h508 void getpathname(char *namebuf, ino_t curdir, ino_t ino);
H A Dfsutil.c1264 getpathname(char *namebuf, ino_t curdir, ino_t ino) in getpathname() function
/src/cddl/contrib/opensolaris/tests/os-tests/tests/oclo/
H A Doclo.c79 getpathname(pid_t pid, char *pathname, size_t maxlen) in getpathname() function
1258 ret = getpathname(getpid(), dir, sizeof(dir)); in oclo_exec()