Searched defs:openi (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c43 static int openi(grub_ino_t);
78 if (!openi(inode))
95 if (! openi(inode))
150 openi(grub_ino_t inode) function
/illumos-gate/usr/src/common/fs/
H A Dufsops.c97 openi(fileid_t *filep, ino_t inode) function
158 dprintf("openi: %s\n", path);
166 if (r && openi(filep, (ino_t)UFSROOTINO))
180 if (openi(filep, inode))
641 if (openi(filep, inode)) {
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c114 openi(fileid_t *filep, ino_t inode) function
189 if (r && openi(filep, (ino_t)UFSROOTINO))
203 if (openi(filep, inode))
702 if (openi(filep, inode)) {
894 openi(fp = &fx, n)) {

Completed in 56 milliseconds