main.c | 163 static int update_label(int, u_int, u_int); 1019 return update_label(f, sector, labelusesmbr ? LABELOFFSET_MBR : ~0U) ? 2 : 0; 1328 update_label(int f, u_int label_sector, u_int label_offset) function in typeref:typename:int 1373 written = update_label(f, label_sector, DEV_BSIZE); 1379 update_label(f, 0, ~0u); 1381 update_label(f, 0, LABEL_OFFSET);
|