Searched defs:erroff (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libumem/amd64/ |
H A D | umem_genasm.c | 455 uint32_t allocoff, erroff; local 465 erroff = total - sizeof (malfini) + PTC_MALFINI_JMLABEL; 470 off = genasm_malinit(bp, umem_tmem_off, erroff, 474 erroff -= off; 480 erroff -= off; 487 erroff -= off; 491 erroff); 504 uint32_t rbufoff, retoff, erroff; local 514 erroff = total - (sizeof (freefini) - PTC_FRFINI_JFLABEL); 520 off = genasm_frinit(bp, umem_tmem_off, retoff, erroff, [all...] |
/illumos-gate/usr/src/lib/libumem/i386/ |
H A D | umem_genasm.c | 446 uint32_t allocoff, erroff; local 456 erroff = total - sizeof (malfini) + PTC_MALFINI_JMLABEL; 461 off = genasm_malinit(bp, umem_tmem_off, erroff, 465 erroff -= off; 471 erroff -= off; 478 erroff -= off; 482 erroff); 495 uint32_t rbufoff, retoff, erroff; local 505 erroff = total - (sizeof (freefini) - PTC_FRFINI_JFLABEL); 511 off = genasm_frinit(bp, umem_tmem_off, retoff, erroff, [all...] |
Completed in 73 milliseconds