OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rootpart
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/atari/stand/installboot/
installboot.c
228
struct partition *
rootpart
;
local
249
for (
rootpart
= label->d_partitions; ; ++
rootpart
) {
250
if (
rootpart
->p_size)
253
if (
rootpart
!= label->d_partitions) { /* XXX */
254
*(label->d_partitions) = *
rootpart
;
255
memset(
rootpart
, 0, sizeof(*
rootpart
));
/src/usr.sbin/sysinst/
target.c
164
int
rootpart
= -1;
local
209
dev, sizeof dev, &
rootpart
, plain_name, false, true))
212
last_res = is_active_rootpart(dev,
rootpart
);
/src/sbin/raidctl/
raidctl.c
100
static const char *
rootpart
[] = { "No", "Force", "Soft", "*invalid*" };
variable
844
rootpart
[component_label.root_partition & 3]);
925
printf("raid%d: Root: %s\n", raidID,
rootpart
[root_config]);
/src/sys/kern/
init_sysctl.c
1244
int
rootpart
= DISKPART(rootdev);
local
1247
node.sysctl_data = &
rootpart
;
Completed in 53 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026