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

  /src/sbin/disklabel/
bswap.c 141 targettohlabel(struct disklabel *hlp, const struct disklabel *tlp)
145 bswaplabel(hlp, tlp);
147 *hlp = *tlp;
149 hlp->d_checksum = 0;
150 hlp->d_checksum = dkcksum(hlp);
154 htotargetlabel(struct disklabel *tlp, const struct disklabel *hlp)
158 bswaplabel(tlp, hlp);
160 *tlp = *hlp;
main.c 1219 struct disklabel *disk_lp, hlp, tlp; local in function:find_label
1277 targettohlabel(&hlp, &tlp);
1281 makedisktab(stdout, &hlp);
1283 showinfo(stdout, &hlp, specname);
1284 showpartitions(stdout, &hlp, Cflag);
1286 checklabel(&hlp);
1287 htotargetlabel(&tlp, &hlp);
  /src/sys/arch/vax/floppy/
Makefile 15 FROMDEC=du* dm* db* s[mbr]* *boo.* vmb.exe *.hlp cs* ci*

Completed in 12 milliseconds