Searched refs:dlook (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_ufs.c | 44 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
|
/titanic_41/usr/src/common/fs/ |
H A D | ufsops.c | 78 static ino_t dlook(fileid_t *filep, char *path); 179 if ((inode = dlook(filep, lpathp)) != 0) { in find() 281 dlook(fileid_t *filep, char *path) in dlook() function
|
H A D | hsfs.c | 131 static ino_t dlook(char *, fileid_t *); 216 n = dlook(path, filep); in find() 234 dlook(char *s, fileid_t *filep) in dlook() function
|
/titanic_41/usr/src/stand/lib/fs/ufs/ |
H A D | ufsops.c | 90 static ino_t dlook(fileid_t *filep, char *path); 202 if ((inode = dlook(filep, lpathp)) != 0) { in find() 320 dlook(fileid_t *filep, char *path) in dlook() function
|
/titanic_41/usr/src/stand/lib/fs/hsfs/ |
H A D | hsfsops.c | 104 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
|