Searched refs:bootargs (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/stand/powerpc/ofw/
H A Dmain.c44 static char bootargs[128]; variable
146 OF_getprop(chosen, "bootargs", bootargs, sizeof(bootargs));
148 parse(&bargc, &bargv, bootargs);
/freebsd-11-stable/sys/dev/fdt/
H A Dfdt_common.h103 int fdt_get_chosen_bootargs(char *bootargs, size_t max_size);
H A Dfdt_common.c727 fdt_get_chosen_bootargs(char *bootargs, size_t max_size) argument
734 if (OF_getprop(chosen, "bootargs", bootargs, max_size) == -1)
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c214 char bootargs[2048], *n, *p, *v; local
226 OF_getprop(chosen, "bootargs", &bootargs, sizeof(bootargs)) > 0) {
227 p = bootargs;
H A Dbcm2835_fb.c435 char bootargs[2048], *n, *p, *v; local
450 * to fetch data from FDT bootargs, FDT display data and
455 OF_getprop(chosen, "bootargs", &bootargs, sizeof(bootargs)) > 0) {
456 p = bootargs;
/freebsd-11-stable/stand/pc98/loader/
H A Dmain.c44 #include "common/bootargs.h"
49 CTASSERT(sizeof(struct bootargs) == BOOTARGS_SIZE);
50 CTASSERT(offsetof(struct bootargs, bootinfo) == BA_BOOTINFO);
51 CTASSERT(offsetof(struct bootargs, bootflags) == BA_BOOTFLAGS);
55 static struct bootargs *kargs;
/freebsd-11-stable/stand/i386/common/
H A Dbootargs.h15 * $FreeBSD: stable/11/stand/i386/common/bootargs.h 344399 2019-02-20 23:55:35Z kevans $
27 #define BOOTARGS_SIZE 24 /* sizeof(struct bootargs) */
28 #define BA_BOOTFLAGS 8 /* offsetof(struct bootargs, bootflags) */
29 #define BA_BOOTINFO 20 /* offsetof(struct bootargs, bootinfo) */
54 * main(), which casts __args to a struct bootargs pointer to access the data.
56 * args data is copied along with the other bootargs from the entry stack to the
65 struct bootargs struct
/freebsd-11-stable/stand/i386/loader/
H A Dmain.c46 #include "common/bootargs.h"
55 CTASSERT(sizeof(struct bootargs) == BOOTARGS_SIZE);
56 CTASSERT(offsetof(struct bootargs, bootinfo) == BA_BOOTINFO);
57 CTASSERT(offsetof(struct bootargs, bootflags) == BA_BOOTFLAGS);
61 static struct bootargs *kargs;
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxcsu.S18 #include <bootargs.h>
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxcsu.S18 #include <bootargs.h>
/freebsd-11-stable/stand/sparc64/boot1/
H A Dboot1.c43 static char bootargs[128]; variable
115 ofw_getprop(chosenh, "bootargs", bootargs, sizeof(bootargs));
118 bootargs[sizeof(bootargs) - 1] = '\0';
122 p = bootargs;
/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c43 static char bootargs[128]; variable
131 ofw_getprop(chosenh, "bootargs", bootargs, sizeof(bootargs));
134 bootargs[sizeof(bootargs) - 1] = '\0';
149 p = bootargs;
458 ofw_setprop(chosenh, "bootargs", bootpath_full, len+2);
/freebsd-11-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S18 #include <bootargs.h>
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S39 #include <bootargs.h>
/freebsd-11-stable/stand/pc98/btx/btxldr/
H A Dbtxldr.S18 #include <bootargs.h>
/freebsd-11-stable/stand/i386/cdboot/
H A Dcdboot.S39 #include <bootargs.h>
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S18 #include <bootargs.h>
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S36 #include <bootargs.h>
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S18 #include <bootargs.h>
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex360 bootargs = "root=/dev/sda2";

Completed in 148 milliseconds