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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c869 uint64_t export_caddr, export_poff, export_psize, export_size; local
966 export_poff = cookie_addr & (pg_size - 1);
967 export_psize = min(cookie_size, (pg_size - export_poff));
978 chid, direction, export_caddr, local_ra, export_poff,
983 (export_caddr + export_poff), (local_ra + local_poff),
999 export_poff, local_poff, export_psize, local_psize,
1029 export_poff += copied_len;
1048 export_poff = cookie_addr & (pg_size - 1);
1050 min(cookie_size, (pg_size-export_poff));
1053 export_poff
[all...]

Completed in 46 milliseconds