Searched refs:openi (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_ufs.c | 43 static int openi(grub_ino_t); 78 if (!openi(inode)) in ufs_dir() 95 if (! openi(inode)) in ufs_dir() 150 openi(grub_ino_t inode) in openi() function
|
/titanic_50/usr/src/stand/lib/fs/ufs/ |
H A D | ufsops.c | 114 openi(fileid_t *filep, ino_t inode) in openi() function 189 if (r && openi(filep, (ino_t)UFSROOTINO)) in find() 203 if (openi(filep, inode)) in find() 702 if (openi(filep, inode)) { in boot_ufs_open() 894 openi(fp = &fx, n)) { in boot_ufs_getdents()
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dump.h | 291 extern int openi(ino_t, long, char *); 417 extern int openi();
|
/titanic_50/usr/src/common/fs/ |
H A D | ufsops.c | 97 openi(fileid_t *filep, ino_t inode) in openi() function 166 if (r && openi(filep, (ino_t)UFSROOTINO)) in find() 180 if (openi(filep, inode)) in find() 641 if (openi(filep, inode)) { in bufs_open()
|