Searched refs:mapoffset (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/cat/ |
H A D | cat.c | 344 off_t mapoffset; in cat() local 380 mapoffset = 0; in cat() 408 (void) lseek(fi_desc, (off_t)mapoffset, in cat() 416 mapoffset += mapsize; in cat() 423 mapoffset) == (caddr_t)-1) { in cat() 427 (void) lseek(fi_desc, (off_t)mapoffset, in cat() 437 (void) lseek(fi_desc, (off_t)mapoffset, SEEK_SET); in cat()
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumponline.c | 222 off_t mapoffset; /* page-aligned offset */ in mapfile() local 232 mapoffset = offset & ~(stride - 1); in mapfile() 234 mapsize = bytes + (offset - mapoffset); in mapfile() 238 MAP_SHARED, fd, mapoffset)) == (caddr_t)-1 && in mapfile() 262 mapstart = mapbase + (offset - mapoffset); in mapfile()
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_ibtf_impl.h | 201 uint32_t *dapls_ib_get_dbp(uint64_t maplen, int fd, uint64_t mapoffset,
|
H A D | dapl_tavor_ibtf_util.c | 1986 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()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | lofi.c | 1064 offset_t alignedoffset, mapoffset; in lofi_mapped_rdwr() local 1109 mapoffset = offset & MAXBOFFSET; in lofi_mapped_rdwr() 1110 alignedoffset = offset - mapoffset; in lofi_mapped_rdwr() 1116 MIN(MAXBSIZE - mapoffset, bp->b_resid)); in lofi_mapped_rdwr() 1117 len = roundup(mapoffset + xfersize, PAGESIZE); in lofi_mapped_rdwr() 1140 RDWR_BCOPY, mapaddr + mapoffset); in lofi_mapped_rdwr() 1155 if (mapoffset == 0 && xfersize == MAXBSIZE) in lofi_mapped_rdwr() 1172 mapoffset = 0; in lofi_mapped_rdwr()
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_misc.h | 629 uint64_t *mapoffset);
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_misc.c | 134 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()
|