Home
last modified time | relevance | path

Searched refs:session_offset (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1846 uint32_t session_offset = 0; in ud_get_lbsize() local
1855 if (cdev_ioctl(dev, CDROMREADOFFSET, (intptr_t)&session_offset, in ud_get_lbsize()
1857 session_offset = 0; in ud_get_lbsize()
1869 session_offset * 2048 / bsize; in ud_get_lbsize()
1872 session_offset / (bsize / 2048); in ud_get_lbsize()
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c29212 int session_offset = 0; local
29249 session_offset =
29257 session_offset >>= 2;
29259 session_offset >>= 1;
29263 if (ddi_copyout(&session_offset, data, sizeof (int), flag) != 0) {