OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newloc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/gpt/
resizedisk.c
88
off_t last, oldloc,
newloc
, lastdata, gpt_size;
local in function:resizedisk
93
newloc
= 0;
165
newloc
= sector;
167
newloc
= sector;
169
newloc
= last;
171
if (
newloc
> 0 && gpt->tpg != NULL && gpt->lbt != NULL) {
174
gpt->tpg->map_start =
newloc
;
175
gpt->lbt->map_start =
newloc
- gpt_size;
180
newloc
= sector;
182
newloc
= last
[
all
...]
/src/games/adventure/
init.c
68
int loc,
newloc
, oldloc, oldloc2, wasdark, gaveup, kq, k, k2;
variable in typeref:typename:int
297
newloc
= 1;
/src/sbin/resize_ffs/
resize_ffs.c
825
int
newloc
; /* new location for csum info, if necessary */
local in function:csum_fixup
880
newloc
= find_freespace(ntot);
881
if (
newloc
< 0)
883
for (i = 0, f = newsb->fs_csaddr, t =
newloc
; i < ntot; i++, f++, t++) {
889
newsb->fs_csaddr =
newloc
;
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025