OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sstor
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hppa/stand/common/
machdep.c
40
extern struct stable_storage
sstor
; /* contents of Stable Storage */
57
printf("
SSTOR
:\n");
58
printf("pri_boot="); DEVPATH_PRINT(&
sstor
.ss_pri_boot);
59
printf("alt_boot="); DEVPATH_PRINT(&
sstor
.ss_alt_boot);
60
printf("console ="); DEVPATH_PRINT(&
sstor
.ss_console);
61
printf("keyboard="); DEVPATH_PRINT(&
sstor
.ss_keyboard);
63
sstor
.ss_fast_size,
sstor
.ss_filenames,
64
sstor
.ss_os_version);
65
for (i = 0; i < sizeof(
sstor
.ss_os); i++
[
all
...]
pdc.c
84
struct stable_storage
sstor
; /* contents of Stable Storage */
variable in typeref:struct:stable_storage
104
sstorsiz = uimin(pdcbuf[0],sizeof(
sstor
));
105
err = (*pdc)(PDC_STABLE, PDC_STABLE_READ, 0, &
sstor
, sstorsiz);
Completed in 12 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025