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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlog.h178 size_t b_off; /* Current offset in the buffer. */ member in struct:__log
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c805 uint64_t b_off, e_off; local
868 b_off = 0;
870 e_off = b_off + de[i].len;
872 bno = de[i].blkno + ((off - b_off) >> l2b);
879 b_off = e_off;
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c3815 int b_off; /* Offset into buffer for start of bcopy */ local
3882 b_off = B_OFFSET(file, off);
3883 c_size = b_size - b_off;
3895 bcopy(file->_base+b_off, buf, c_size);

Completed in 55 milliseconds