OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:root_device
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/ppc/
sim_calls.c
51
static device *
root_device
;
variable
67
if (
root_device
!= NULL)
69
root_device
= psim_tree();
72
if (psim_options (
root_device
, argv + 1, kind) == NULL)
101
simulator = psim_create(prog,
root_device
);
252
psim_command(
root_device
, argv);
/src/external/gpl3/gdb.old/dist/sim/ppc/
sim_calls.c
51
static device *
root_device
;
variable
67
if (
root_device
!= NULL)
69
root_device
= psim_tree();
72
if (psim_options (
root_device
, argv + 1, kind) == NULL)
101
simulator = psim_create(prog,
root_device
);
252
psim_command(
root_device
, argv);
/src/sys/kern/
subr_device.c
43
device_t
root_device
;
variable
/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
;
Completed in 17 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026