Home
last modified time | relevance | path

Searched defs:targettohlabel (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sbin/disklabel/
H A Dbswap.c141 targettohlabel(struct disklabel *hlp, const struct disklabel *tlp) in targettohlabel() function
H A Dbswap.h60 #define targettohlabel(dl, sl) do { *(dl) = *(sl); } while (0) macro