Searched refs:mapoffset (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/cat/ |
H A D | cat.c | 339 off_t mapoffset; local 375 mapoffset = 0; 403 (void) lseek(fi_desc, (off_t)mapoffset, 411 mapoffset += mapsize; 418 mapoffset) == (caddr_t)-1) { 422 (void) lseek(fi_desc, (off_t)mapoffset, 432 (void) lseek(fi_desc, (off_t)mapoffset, SEEK_SET);
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumponline.c | 232 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);
|
/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, argument 1996 if (cur_page->dbp_mapoffset == mapoffset && 2010 maplen, (PROT_READ | PROT_WRITE), MAP_SHARED, fd, mapoffset); 2017 new_page->dbp_mapoffset = mapoffset;
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | lofi.c | 1029 offset_t alignedoffset, mapoffset; local 1052 * 'mapoffset'. Subsequent chunks always start off at the 1068 * mapoffset (offset into 1st segmap, non-0 1st time, 0 thereafter) 1074 mapoffset = offset & MAXBOFFSET; 1075 alignedoffset = offset - mapoffset; 1081 MIN(MAXBSIZE - mapoffset, bp->b_resid)); 1082 len = roundup(mapoffset + xfersize, PAGESIZE); 1105 RDWR_BCOPY, mapaddr + mapoffset); 1120 if (mapoffset == 0 && xfersize == MAXBSIZE) 1137 mapoffset [all...] |
/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) 198 *mapoffset = ((HERMON_DBR_KEY(index, pagep->upg_index) << 353 hermon_dbr_t **vdbr, uint64_t *pdbr, uint64_t *mapoffset) 362 mapoffset)); 132 hermon_user_dbr_alloc(hermon_state_t *state, uint_t index, ddi_acc_handle_t *acchdl, hermon_dbr_t **vdbr, uint64_t *pdbr, uint64_t *mapoffset) argument 352 hermon_dbr_alloc(hermon_state_t *state, uint_t index, ddi_acc_handle_t *acchdl, hermon_dbr_t **vdbr, uint64_t *pdbr, uint64_t *mapoffset) argument
|
Completed in 66 milliseconds