OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newloc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/gpt/
resizedisk.c
91
off_t last, oldloc,
newloc
, lastdata, gpt_size;
local
96
newloc
= 0;
168
newloc
= sector;
170
newloc
= sector;
172
newloc
= last;
174
if (
newloc
> 0 && gpt->tpg != NULL && gpt->lbt != NULL) {
177
gpt->tpg->map_start =
newloc
;
178
gpt->lbt->map_start =
newloc
- gpt_size;
183
newloc
= sector;
185
newloc
= last
[
all
...]
/src/games/adventure/
init.c
68
int loc,
newloc
, oldloc, oldloc2, wasdark, gaveup, kq, k, k2;
variable
297
newloc
= 1;
/src/sbin/resize_ffs/
resize_ffs.c
825
int
newloc
; /* new location for csum info, if necessary */
local
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 22 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026