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

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

Completed in 12 milliseconds