Searched refs:bof (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c1004 int64_t bof; local
1014 bof = ldbtob(fp->fi_blocknum);
1022 lh = &loghash[LB_HASHFUNC(bof)];
1031 if (OVERLAP(l->l_mof, l->l_nb, bof, nb)) {
1047 MAX(bof - l->l_mof, 0))))
1050 fp->fi_memp + MAX(l->l_mof - bof, 0),
1051 MIN(l->l_mof + l->l_nb, bof + nb) -
1052 MAX(l->l_mof, bof))))
1060 bzero(fp->fi_memp + MAX(l->l_mof - bof, 0),
1061 MIN(l->l_mof + l->l_nb, bof
[all...]
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c805 offset_t bof,
960 driver_block = lbtodb(bof + xarsiz
1105 offset_t bof; local
1149 bof = LBN_TO_BYTE((offset_t)hp->hs_dirent.ext_lbn, vp->v_vfsp);
1325 lbtodb(bof + xarsiz + offset_bytes + offset_extra);
1550 addr + PAGESIZE, hp, fsp, xarsiz, bof,
797 hsfs_getpage_ra( struct vnode *vp, u_offset_t off, struct seg *seg, caddr_t addr, struct hsnode *hp, struct hsfs *fsp, int xarsiz, offset_t bof, int chunk_lbn_count, int chunk_data_bytes) argument
/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c740 bof(fcode_env_t *env) function
916 P1275(0x01c, DEFINER, "b(of)", bof);

Completed in 93 milliseconds