Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/fs/
H A Dpcfs.c92 static fileid_t *find_fp(int);
243 if (!(filep = find_fp(fd))) in bpcfs_close()
287 fp = find_fp(fd); in bpcfs_read()
361 if (!(filep = find_fp(fd))) in bpcfs_lseek()
383 find_fp(int fd) in find_fp() function
H A Dufsops.c129 find_fp(int fd) in find_fp() function
496 if (!(filep = find_fp(fd))) { in bufs_read()
665 if (!(filep = find_fp(fd))) in bufs_lseek()
698 if (!(filep = find_fp(fd))) in bufs_fstat()
742 if (!(filep = find_fp(fd))) in bufs_close()
H A Dhsfs.c145 find_fp(int fd) in find_fp() function
362 filep = find_fp(fd); in bhsfs_read()
519 if (!(filep = find_fp(fd))) in bhsfs_close()
564 if (!(filep = find_fp(fd))) in bhsfs_lseek()
595 if (!(filep = find_fp(fd))) in bhsfs_fstat()
/titanic_41/usr/src/stand/lib/fs/ufs/
H A Dufsops.c154 find_fp(int fd) in find_fp() function
554 if (!(filep = find_fp(fd))) { in boot_ufs_read()
723 if (!(filep = find_fp(fd))) in boot_ufs_lseek()
755 if (!(filep = find_fp(fd))) in boot_ufs_fstat()
796 if (!(filep = find_fp(fd))) in boot_ufs_close()
866 if (fp = find_fp(fd)) { in boot_ufs_getdents()
/titanic_41/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c206 find_fp(int fd) in find_fp() function
410 if (!(filep = find_fp(fd))) { in boot_hsfs_read()
618 if (!(filep = find_fp(fd))) in boot_hsfs_fstat()
663 if (!(filep = find_fp(fd))) in boot_hsfs_lseek()
681 if (filep = find_fp(fd)) { in boot_hsfs_close()
1007 if (!(dir.fi = find_fp(fd)) || in boot_hsfs_getdents()