Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/libdm/regex/
H A Dmatcher.c101 dm_bit_copy(rx->firstpos, c1->firstpos); in _calc_functions()
107 dm_bit_copy(rx->lastpos, c2->lastpos); in _calc_functions()
113 dm_bit_copy(rx->firstpos, c1->firstpos); in _calc_functions()
114 dm_bit_copy(rx->lastpos, c1->lastpos); in _calc_functions()
126 dm_bit_copy(rx->firstpos, c1->firstpos); in _calc_functions()
127 dm_bit_copy(rx->lastpos, c1->lastpos); in _calc_functions()
189 dm_bit_copy(r->bits, bits); in _create_state_queue()
H A Dparse_rx.c234 dm_bit_copy(n->charset, ps->charset); in _term()
/netbsd-src/external/gpl2/lvm2/dist/libdm/
H A Dlibdevmapper.h618 #define dm_bit_copy(bs1, bs2) \ macro
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dlibdevmapper.h618 #define dm_bit_copy(bs1, bs2) \ macro
/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c810 dm_bit_copy(lc->sync_bits, lc->clean_bits); in clog_resume()