OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newloc
(Results
1 - 8
of
8
) 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/
subr.c
157
if (
newloc
!= loc && !forced(loc) && !bitset(loc, 3)) {
159
if (odloc[i] !=
newloc
|| !dseen[i])
161
newloc
= loc;
166
loc =
newloc
; /* 74 */
167
if (loc == 0 || forced(loc) || bitset(
newloc
, 3))
198
newloc
= kk->tloc;
199
if (
newloc
> 300 ||
newloc
< 15 ||
newloc
== odloc[i]
200
|| (j > 1 &&
newloc
== tk[j - 1]) || j >= 2
[
all
...]
hdr.h
68
extern int loc,
newloc
, oldloc, oldloc2, wasdark, gaveup, kq, k, k2;
109
int conditions; /* m in writeup (
newloc
/ 1000) */
110
int tloc; /* n in writeup (
newloc
% 1000) */
init.c
68
int loc,
newloc
, oldloc, oldloc2, wasdark, gaveup, kq, k, k2;
variable in typeref:typename:int
297
newloc
= 1;
main.c
94
if (
newloc
< 9 &&
newloc
!= 0 && isclosing) {
96
newloc
= loc; /* main office */
save.c
492
{&
newloc
, sizeof(
newloc
)},
605
&
newloc
,
/src/sys/arch/sparc/sparc/
autoconf.c
1954
bootinfo_relocate(void *
newloc
)
1961
kernel_top =
newloc
;
1983
if ((int)bootinfo - (int)
newloc
< bi_size)
1991
dp =
newloc
;
2005
bootinfo =
newloc
;
2006
kernel_top = (char *)
newloc
+ ALIGN(bi_size);
/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 17 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025