/src/sbin/disklabel/ |
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);
|
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);
|
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);
|