OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:machine_model
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc/sparc/
autoconf.c
143
char
machine_model
[100];
variable
167
* Set
machine_model
[] to something useful. If late is set, then
178
KASSERT(
machine_model
[0] != '\0');
180
snprintf(
machine_model
, sizeof
machine_model
, "%s",
187
snprintf(
machine_model
, sizeof
machine_model
, "SUN-4/%d series",
190
snprintf(
machine_model
, sizeof
machine_model
, "SUN-4 series");
215
/* Initialise
machine_model
, early phase. *
[
all
...]
/src/sys/arch/sparc64/sparc64/
autoconf.c
149
char
machine_model
[100];
variable
698
OF_getprop(findroot(), "name",
machine_model
, sizeof
machine_model
);
local
701
aprint_normal(": %s (%s): hostid %lx\n",
machine_model
,
704
aprint_normal(": %s: hostid %lx\n",
machine_model
, hostid);
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026