OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_root
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/atari/stand/tostools/chg_pid/
chg_pid.c
212
daddr_t
new_root
= g_local[i].p_st;
local
218
if (read_block(buf,
new_root
, drive) == 0)
219
fatal(-1, "Cannot read block %d\r\n",
new_root
);
224
new_root
= g_local[i].p_st + g_root->parts[j].p_st;
232
if (write_block(buf,
new_root
, drive) == 0)
233
fatal(-1, "Cannot write block %d\r\n",
new_root
);
chg_pid.c
212
daddr_t
new_root
= g_local[i].p_st;
local
218
if (read_block(buf,
new_root
, drive) == 0)
219
fatal(-1, "Cannot read block %d\r\n",
new_root
);
224
new_root
= g_local[i].p_st + g_root->parts[j].p_st;
232
if (write_block(buf,
new_root
, drive) == 0)
233
fatal(-1, "Cannot write block %d\r\n",
new_root
);
Completed in 39 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026