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);
229 dlook(grub_ino_t dir_ino, char *name) function
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c131 static ino_t dlook(char *, fileid_t *);
216 n = dlook(path, filep);
234 dlook(char *s, fileid_t *filep) function
242 dprintf("dlook: %s\n", s);
H A Dufsops.c78 static ino_t dlook(fileid_t *filep, char *path);
179 if ((inode = dlook(filep, lpathp)) != 0) {
281 dlook(fileid_t *filep, char *path) function
292 dprintf("dlook: %s\n", path);
/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) {
220 dlook(fileid_t *filep, char *path) function
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c90 static ino_t dlook(fileid_t *filep, char *path);
202 if ((inode = dlook(filep, lpathp)) != 0) {
320 dlook(fileid_t *filep, char *path) function

Completed in 68 milliseconds