Searched refs:getpathname (Results 1 – 6 of 6) sorted by relevance
| /src/sbin/fsck_ffs/ |
| H A D | pass2.c | 162 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 D | inode.c | 101 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 D | dir.c | 440 getpathname(pathbuf, cwd, ino); in fileerror() 761 getpathname(pathbuf, parent, parent); in makeentry()
|
| H A D | fsck.h | 508 void getpathname(char *namebuf, ino_t curdir, ino_t ino);
|
| H A D | fsutil.c | 1264 getpathname(char *namebuf, ino_t curdir, ino_t ino) in getpathname() function
|
| /src/cddl/contrib/opensolaris/tests/os-tests/tests/oclo/ |
| H A D | oclo.c | 79 getpathname(pid_t pid, char *pathname, size_t maxlen) in getpathname() function 1258 ret = getpathname(getpid(), dir, sizeof(dir)); in oclo_exec()
|