Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c44 static grub_ino_t dlook(grub_ino_t, char *);
88 inode = dlook(inode, fname); in ufs_dir()
229 dlook(grub_ino_t dir_ino, char *name) in dlook() function
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c129 static ino_t dlook(char *, fileid_t *);
215 n = dlook(path, filep); in find()
233 dlook(char *s, fileid_t *filep) in dlook() function
H A Dufsops.c81 static ino_t dlook(fileid_t *filep, char *path);
183 if ((inode = dlook(filep, lpathp)) != 0) { in find()
285 dlook(fileid_t *filep, char *path) in dlook() function
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c91 static ino_t dlook(fileid_t *filep, char *path);
203 if ((inode = dlook(filep, lpathp)) != 0) { in find()
321 dlook(fileid_t *filep, char *path) in dlook() function
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c104 static ino_t dlook(fileid_t *, char *);
186 if ((inode = dlook(filep, path)) != 0) { in find()
220 dlook(fileid_t *filep, char *path) in dlook() function