/src/usr.bin/systat/ |
swap.c | 114 int update_label = 0; local in function:fetchswap 122 update_label = (nswap != rnswap); 134 if (update_label)
|
swap.c | 114 int update_label = 0; local in function:fetchswap 122 update_label = (nswap != rnswap); 134 if (update_label)
|
/src/sbin/disklabel/ |
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);
|
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);
|