Searched refs:fb_addr (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | fbio.c | 101 fbp->fb_addr = addr + o; in fbread() 131 fbp->fb_addr = addr; in fbzero() 157 addr = (caddr_t)((uintptr_t)fbp->fb_addr & ~pgoff); \ 158 size = ((fbp->fb_addr - addr) + fbp->fb_count + pgoff) & ~pgoff; \ 160 addr = (caddr_t)((uintptr_t)fbp->fb_addr & MAXBMASK); \ 207 bp->b_un.b_addr = fbp->fb_addr; in fbiwrite()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_dir.c | 129 dep = (struct c_dirent *)((uintptr_t)fbp->fb_addr + in cachefs_dir_look() 224 dep = (struct c_dirent *)fbp->fb_addr; in cachefs_dir_new() 233 dep = (struct c_dirent *)((uintptr_t)fbp->fb_addr + len); in cachefs_dir_new() 334 dep = (struct c_dirent *)((uintptr_t)fbp->fb_addr + offset); in cachefs_dir_enter() 355 (void *)fbp->fb_addr, offset, prev_offset, in cachefs_dir_enter() 361 ((uintptr_t)fbp->fb_addr + offset); in cachefs_dir_enter() 384 ((uintptr_t)dep - (uintptr_t)fbp->fb_addr)); in cachefs_dir_enter() 398 dep = (struct c_dirent *)fbp->fb_addr; in cachefs_dir_enter() 488 dep = (struct c_dirent *)((uintptr_t)fbp->fb_addr + in cachefs_dir_rmentry() 566 dep = (struct c_dirent *)((uintptr_t)fbp->fb_addr + off); [all …]
|
H A D | cachefs_ioctl.c | 1141 dep = (struct c_dirent *)((uintptr_t)fbp->fb_addr + in cachefs_io_getinfo()
|
H A D | cachefs_subr.c | 1667 addr = fbp->fb_addr; in cachefs_populate()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fbuf.h | 52 caddr_t fb_addr; member
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_dir.c | 1162 fid = (struct file_id *)fbp->fb_addr; in ud_dircheckpath() 1414 bzero(fbp->fb_addr, ip->i_udf->udf_lbsize); in ud_dirmakedirect() 1416 fid = (struct file_id *)fbp->fb_addr; in ud_dirmakedirect() 1695 (fbp->fb_addr + off); in ud_dirprepareentry() 1743 bcopy((caddr_t)buf, fbp->fb_addr + (offset & lbmask), count); in ud_dirprepareentry() 1754 bcopy((caddr_t)(buf + count), fbp->fb_addr, entrysize - count); in ud_dirprepareentry() 1800 fid = (struct file_id *)fbp->fb_addr; in ud_dirfixdotdot() 1921 bcopy(buf, lfbp->fb_addr + in ud_write_fid() 1924 slot->fbp->fb_addr, count); in ud_write_fid() 1930 bcopy(buf, lfbp->fb_addr + in ud_write_fid()
|
H A D | udf_subr.c | 1002 end = (*fbp)->fb_addr + (*fbp)->fb_count; in ud_get_next_fid() 1003 beg = (*fbp)->fb_addr + (offset & lbmask); in ud_get_next_fid() 1031 end = (*fbp)->fb_addr + (*fbp)->fb_count; in ud_get_next_fid() 1032 beg = (*fbp)->fb_addr; in ud_get_next_fid() 1107 end = (*fbp)->fb_addr + (*fbp)->fb_count; in ud_get_next_fid() 1108 beg = (*fbp)->fb_addr; in ud_get_next_fid() 1163 end = (*fbp)->fb_addr + (*fbp)->fb_count; in ud_get_next_fid() 1164 beg = (*fbp)->fb_addr; in ud_get_next_fid()
|
H A D | udf_vnops.c | 1415 pc = (struct path_comp *)(fbp->fb_addr + off); in udf_readlink()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_dir.c | 414 ep = (struct direct *)(fbp->fb_addr + entryoffsetinblock); in ufs_dirlook() 1285 ep = (struct direct *)(fbp->fb_addr + entryoffsetinblk); in ufs_dircheckforname() 2369 dirp = (struct dirtemplate *)fbp->fb_addr; in ufs_dirmakedirect() 2790 *res = fbp->fb_addr + blkoff(fs, offset); in blkatoff() 3343 dotp = (struct direct *)fbp->fb_addr; in ufs_dirclrdotdot()
|
H A D | ufs_thread.c | 1212 ep = (struct direct *)(fbp->fb_addr + entryoffsetinblk); in ufs_attr_purge()
|
H A D | ufs_subr.c | 1092 bp->b_un.b_addr = fbp->fb_addr; in ufs_fbiwrite()
|
H A D | ufs_vnops.c | 3998 idp = (struct direct *)fbp->fb_addr; in ufs_readdir()
|
/titanic_41/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_node.c | 1454 uchar_t *blkp = (uchar_t *)fbp->fb_addr; /* dir block */ in process_dirblock()
|
H A D | hsfs_vnops.c | 530 blkp = (uchar_t *)fbp->fb_addr; in hsfs_readdir()
|