Home
last modified time | relevance | path

Searched refs:mapoffset (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/cat/
H A Dcat.c339 off_t mapoffset; in cat() local
375 mapoffset = 0; in cat()
403 (void) lseek(fi_desc, (off_t)mapoffset, in cat()
411 mapoffset += mapsize; in cat()
418 mapoffset) == (caddr_t)-1) { in cat()
422 (void) lseek(fi_desc, (off_t)mapoffset, in cat()
432 (void) lseek(fi_desc, (off_t)mapoffset, SEEK_SET); in cat()
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumponline.c232 off_t mapoffset; /* page-aligned offset */ local
242 mapoffset = offset & ~(stride - 1);
244 mapsize = bytes + (offset - mapoffset);
248 MAP_SHARED, fd, mapoffset)) == (caddr_t)-1 &&
272 mapstart = mapbase + (offset - mapoffset);
/titanic_41/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_impl.h201 uint32_t *dapls_ib_get_dbp(uint64_t maplen, int fd, uint64_t mapoffset,
H A Ddapl_tavor_ibtf_util.c1986 uint32_t *dapls_ib_get_dbp(uint64_t maplen, int fd, uint64_t mapoffset, in dapls_ib_get_dbp() argument
1996 if (cur_page->dbp_mapoffset == mapoffset && in dapls_ib_get_dbp()
2010 maplen, (PROT_READ | PROT_WRITE), MAP_SHARED, fd, mapoffset); in dapls_ib_get_dbp()
2017 new_page->dbp_mapoffset = mapoffset; in dapls_ib_get_dbp()
/titanic_41/usr/src/uts/common/io/
H A Dlofi.c752 offset_t alignedoffset, mapoffset; in lofi_mapped_rdwr() local
797 mapoffset = offset & MAXBOFFSET; in lofi_mapped_rdwr()
798 alignedoffset = offset - mapoffset; in lofi_mapped_rdwr()
804 MIN(MAXBSIZE - mapoffset, bp->b_resid)); in lofi_mapped_rdwr()
805 len = roundup(mapoffset + xfersize, PAGESIZE); in lofi_mapped_rdwr()
828 RDWR_BCOPY, mapaddr + mapoffset); in lofi_mapped_rdwr()
843 if (mapoffset == 0 && xfersize == MAXBSIZE) in lofi_mapped_rdwr()
860 mapoffset = 0; in lofi_mapped_rdwr()
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h629 uint64_t *mapoffset);
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c134 uint64_t *mapoffset) in hermon_user_dbr_alloc() argument
198 *mapoffset = ((HERMON_DBR_KEY(index, pagep->upg_index) << in hermon_user_dbr_alloc()
353 hermon_dbr_t **vdbr, uint64_t *pdbr, uint64_t *mapoffset) in hermon_dbr_alloc() argument
362 mapoffset)); in hermon_dbr_alloc()