Home
last modified time | relevance | path

Searched refs:xlate16 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/lvm2/dist/include/
HDxlate.h43 # define xlate16(x) (x) macro
50 # define xlate16(x) bswap_16(x) macro
58 # define xlate16(x) __cpu_to_le16((x)) macro
/dragonfly/contrib/lvm2/dist/lib/mm/
HDxlate.h43 # define xlate16(x) (x) macro
50 # define xlate16(x) bswap_16(x) macro
58 # define xlate16(x) __cpu_to_le16((x)) macro
/dragonfly/contrib/lvm2/dist/lib/format1/
HDlvm1-label.c44 version = xlate16(pvd->version); in _lvm1_can_handle()
HDdisk-rep.c26 #define xx16(v) disk->v = xlate16(disk->v)
109 extents[i].lv_num = xlate16(extents[i].lv_num); in _xlate_extents()
110 extents[i].le_num = xlate16(extents[i].le_num); in _xlate_extents()
/dragonfly/contrib/lvm2/dist/lib/device/
HDdevice.c79 if ((*part_magic == xlate16(PART_MAGIC))) { in _has_partition_table()