OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_label
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/systat/
swap.c
114
int
update_label
= 0;
local
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
1373
written =
update_label
(f, label_sector, DEV_BSIZE);
1379
update_label
(f, 0, ~0u);
1381
update_label
(f, 0, LABEL_OFFSET);
Completed in 19 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026