OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_device
(Results
1 - 25
of
25
) sorted by relevancy
/src/sys/arch/zaurus/zaurus/
kloader_machdep.c
110
if (
root_device
!= NULL
111
&& device_class(
root_device
) == DV_DISK
112
&& !device_is_a(
root_device
, "dk")) {
117
device_xname(
root_device
), (int)DISKPART(rootdev) + 'a');
/src/distrib/utils/embedded/files/
resize_gpt
19
ROOT_DEVICE
=$(sysctl -n kern.
root_device
)
20
case ${
ROOT_DEVICE
} in
29
BLOCK_DEVICE=$(dkctl ${
ROOT_DEVICE
} getwedgeinfo | head -1 | sed 's/://' | awk '{ print $3; }')
/src/sys/arch/hp300/hp300/
autoconf.c
666
if (device_class(
root_device
) == DV_IFNET) {
674
if (device_is_a(
root_device
, "rd"))
676
else if (device_is_a(
root_device
, "sd"))
678
else if (device_is_a(
root_device
, "cd"))
680
else if (device_is_a(
root_device
, "md"))
687
dd = dev_data_lookup(
root_device
);
701
device_parent(device_parent(
root_device
))) {
719
device_parent(device_parent(
root_device
))) {
/src/sys/kern/
kern_subr.c
216
* sets
root_device
to that interface
258
if (
root_device
== NULL) {
265
} while (
root_device
== NULL);
475
root_device
= rootdv;
481
* device_t
root_device
566
root_device
= rootdv;
vfs_mount.c
1242
if (
root_device
== NULL)
1245
switch (device_class(
root_device
)) {
1274
device_xname(
root_device
));
1319
printf("no file system for %s", device_xname(
root_device
));
1320
if (device_class(
root_device
) == DV_DISK)
1327
if (error && device_class(
root_device
) == DV_DISK) {
init_main.c
687
domountroothook(
root_device
);
691
setroot(
root_device
,
subr_tftproot.c
160
root_device
= dv;
subr_device.c
43
device_t
root_device
;
variable
init_sysctl.c
261
CTLTYPE_STRING, "
root_device
",
1488
* sysctl helper routine for the kern.
root_device
node and some ports'
1489
* machdep.
root_device
nodes.
1497
node.sysctl_data = __UNCONST(device_xname(
root_device
));
1498
node.sysctl_size = strlen(device_xname(
root_device
)) + 1;
kern_module.c
1236
&&
root_device
!= NULL)
/src/sys/arch/sun3/sun3x/
machdep.c
305
node.sysctl_data = some permutation on
root_device
;
306
node.sysctl_size = strlen(
root_device
) + 1;
338
CTLTYPE_STRING, "
root_device
", NULL,
/src/sys/arch/sun3/sun3/
machdep.c
318
node.sysctl_data = some permutation on
root_device
;
319
node.sysctl_size = strlen(
root_device
) + 1;
351
CTLTYPE_STRING, "
root_device
", NULL,
/src/sys/arch/sun2/sun2/
machdep.c
400
node.sysctl_data = some permutation on
root_device
;
401
node.sysctl_size = strlen(
root_device
) + 1;
438
CTLTYPE_STRING, "
root_device
", NULL,
/src/sys/nfs/
nfs_boot.c
129
ifp = ifunit(device_xname(
root_device
));
132
device_xname(
root_device
));
nfs_vfsops.c
331
if (device_class(
root_device
) != DV_IFNET)
/src/sys/rump/librump/rumpvfs/
rump_vfs.c
130
root_device
= &rump_rootdev;
/src/sys/fs/filecorefs/
filecore_vfsops.c
192
if (device_class(
root_device
) != DV_DISK)
201
if ((error = vfs_rootmountalloc(MOUNT_FILECORE, "
root_device
", &mp)) != 0)
/src/sbin/fdisk/
fdisk.c
305
char *
root_device
;
local
310
(
root_device
= malloc(len)) == NULL ||
311
sysctl(mib, 2,
root_device
, &len, NULL, 0) == -1)
314
*diskp =
root_device
;
/src/sys/sys/
systm.h
101
extern device_t
root_device
; /* device equivalent to above */
/src/sys/fs/cd9660/
cd9660_vfsops.c
219
if (device_class(
root_device
) != DV_DISK)
222
if ((error = vfs_rootmountalloc(MOUNT_CD9660, "
root_device
", &mp))
/src/sys/fs/msdosfs/
msdosfs_vfsops.c
236
if (device_class(
root_device
) != DV_DISK)
239
if ((error = vfs_rootmountalloc(MOUNT_MSDOS, "
root_device
", &mp))) {
/src/sys/fs/ntfs/
ntfs_vfsops.c
104
if (device_class(
root_device
) != DV_DISK)
107
if ((error = vfs_rootmountalloc(MOUNT_NTFS, "
root_device
", &mp))) {
/src/sys/ufs/ext2fs/
ext2fs_vfsops.c
325
if (device_class(
root_device
) != DV_DISK)
328
if ((error = vfs_rootmountalloc(MOUNT_EXT2FS, "
root_device
", &mp))) {
/src/sys/ufs/ffs/
ffs_vfsops.c
371
if (device_class(
root_device
) != DV_DISK)
374
if ((error = vfs_rootmountalloc(MOUNT_FFS, "
root_device
", &mp))) {
/src/sys/ufs/lfs/
lfs_vfsops.c
626
if (device_class(
root_device
) != DV_DISK)
631
if ((error = vfs_rootmountalloc(MOUNT_LFS, "
root_device
", &mp))) {
Completed in 37 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026