Searched refs:swapp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c564 uint32_t total_size = PMCS_FWLOG_SIZE, log_size, index, *swapp, sidx; local
585 swapp = (uint32_t *)&fwhdr;
588 *swapp = LE_32(*swapp);
589 swapp++;
610 swapp = (uint32_t *)((void *)entry);
627 *(swapp + sidx) = LE_32(*(swapp + sidx));

Completed in 47 milliseconds