Home
last modified time | relevance | path

Searched refs:export_size (Results 1 – 2 of 2) 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; in ldc_mem_copy() local
900 export_size = 0; in ldc_mem_copy()
902 export_size += cookies[i].size; in ldc_mem_copy()
905 if (off > export_size) { in ldc_mem_copy()
916 if ((export_size - off) < *size) { in ldc_mem_copy()
923 total_bal = min(export_size, *size); in ldc_mem_copy()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macho_loader.h1350 TYP(export_size,4); /* size of lazy binding infs */