Searched refs:smallp (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)
475 * smallp is the address of a mt_unit32_od_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
490 mt_unit32_od_t *small = (mt_unit32_od_t *)smallp;
557 * trans_log_convert(smallp, bigp, dir)
560 * smallp is the address of a ml_unit32_od_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
575 ml_unit32_od_t *small = (ml_unit32_od_t *)smallp;
[all...]

Completed in 57 milliseconds