OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootspec
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/evbmips/cavium/
autoconf.c
97
if (
rootspec
&& *
rootspec
) {
99
if (strncmp(
rootspec
, "octeth", 6) == 0) {
102
const char *cp = &
rootspec
[strlen("octeth")];
106
rootspec
= buf;
110
if (strncmp(
rootspec
, "cnmac", 5) == 0) {
machdep.c
448
rootspec
= strchr(arg, '=') + 1;
/src/sys/rump/librump/rumpdev/
rump_dev.c
53
const char *
rootspec
= "rump0a"; /* usually comes from config */
variable
/src/sys/kern/
kern_subr.c
188
* Let bootcode augment "
rootspec
", ensure that
191
if (
rootspec
== NULL) {
192
rootspec
= bootspec;
205
* if
rootspec
specifies an interface
236
if (
rootspec
== NULL && bootdv == NULL)
261
* find a reasonable network interface for "
rootspec
".
271
rootspec
== NULL &&
284
rootspec
= (const char *)ifp->if_xname;
484
if (
rootspec
== NULL) {
514
* If
rootspec
can be parsed, just use it
[
all
...]
subr_tftproot.c
130
if (
rootspec
!= NULL) {
133
if (strcmp(
rootspec
, ifp->if_xname) == 0)
/src/sys/arch/hp300/hp300/
autoconf.c
372
if (
rootspec
== NULL) {
/src/sys/sys/
systm.h
103
extern const char *
rootspec
; /* how root device was specified */
593
/* Register
rootspec
/bootdevice prefixes for per-driver handling. */
/src/sys/dev/raidframe/
rf_netbsdkintf.c
712
if (
rootspec
!= NULL) {
713
aprint_debug("%s:
rootspec
%s\n", __func__,
rootspec
);
Completed in 63 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026