OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bootparam_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/evbarm/armadillo/
armadillo9_machdep.c
463
struct bootparam_tag *
bootparam_p
;
local in function:initarm
486
bootparam_p
= (struct bootparam_tag *)bootparam;
488
while (
bootparam_p
->hdr.tag != BOOTPARAM_TAG_NONE) {
489
switch (
bootparam_p
->hdr.tag) {
495
bootparam_p
->u.mem.start,
496
bootparam_p
->u.mem.size);
499
bootparam_p
->u.mem.start;
501
bootparam_p
->u.mem.size / PAGE_SIZE;
507
printf("cmdline: %s\n",
bootparam_p
->u.cmdline.cmdline);
509
parse_mi_bootargs(
bootparam_p
->u.cmdline.cmdline)
[
all
...]
armadillo9_machdep.c
463
struct bootparam_tag *
bootparam_p
;
local in function:initarm
486
bootparam_p
= (struct bootparam_tag *)bootparam;
488
while (
bootparam_p
->hdr.tag != BOOTPARAM_TAG_NONE) {
489
switch (
bootparam_p
->hdr.tag) {
495
bootparam_p
->u.mem.start,
496
bootparam_p
->u.mem.size);
499
bootparam_p
->u.mem.start;
501
bootparam_p
->u.mem.size / PAGE_SIZE;
507
printf("cmdline: %s\n",
bootparam_p
->u.cmdline.cmdline);
509
parse_mi_bootargs(
bootparam_p
->u.cmdline.cmdline)
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025