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

  /src/sbin/disklabel/
main.c 164 static struct disklabel *find_label(int, u_int);
1009 disk_lp = find_label(f, sector);
1217 find_label(int f, u_int sector) function in typeref:struct:disklabel *
1332 disk_lp = find_label(f, label_sector);
1392 disk_lp = find_label(f, filecore_partition_offset);
1402 disk_lp = find_label(f, 0);
main.c 164 static struct disklabel *find_label(int, u_int);
1009 disk_lp = find_label(f, sector);
1217 find_label(int f, u_int sector) function in typeref:struct:disklabel *
1332 disk_lp = find_label(f, label_sector);
1392 disk_lp = find_label(f, filecore_partition_offset);
1402 disk_lp = find_label(f, 0);

Completed in 24 milliseconds