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

/illumos-gate/usr/src/common/lvm/
H A Dmd_convert.c472 * trans_master_convert(smallp, bigp, dir)
476 * bigp is the address of a mt_unit_t structure
484 * Caveat emptor: bigp and smallp must be well allocated memory areas.
487 trans_master_convert(caddr_t smallp, caddr_t bigp, int direction) argument
492 mt_unit_t *big = (mt_unit_t *)bigp;
557 * trans_log_convert(smallp, bigp, dir)
561 * bigp is the address of a ml_unit_t structure
569 * Caveat emptor: bigp and smallp must be well allocated memory areas.
572 trans_log_convert(caddr_t smallp, caddr_t bigp, int direction) argument
577 ml_unit_t *big = (ml_unit_t *)bigp;
[all...]

Completed in 58 milliseconds