HomeSort by: relevance | last modified time | path
    Searched defs:targettohlabel (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/disklabel/
bswap.c 141 targettohlabel(struct disklabel *hlp, const struct disklabel *tlp) function in typeref:typename:void
bswap.h 51 void targettohlabel(struct disklabel *, const struct disklabel *);
60 #define targettohlabel(dl, sl) do { *(dl) = *(sl); } while (0) macro

Completed in 12 milliseconds