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

/freebsd-12-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-12-stable/sys/dev/fdt/
H A Dfdt_common.h96 int fdt_get_chosen_bootargs(char *bootargs, size_t max_size);
H A Dfdt_common.c612 fdt_get_chosen_bootargs(char *bootargs, size_t max_size) argument
619 if (OF_getprop(chosen, "bootargs", bootargs, max_size) == -1)
/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c221 char bootargs[2048], *n, *p, *v; local
233 OF_getprop(chosen, "bootargs", &bootargs, sizeof(bootargs)) > 0) {
234 p = bootargs;
H A Dbcm2835_fb.c436 char bootargs[2048], *n, *p, *v; local
451 * to fetch data from FDT bootargs, FDT display data and
456 OF_getprop(chosen, "bootargs", &bootargs, sizeof(bootargs)) > 0) {
457 p = bootargs;
/freebsd-12-stable/stand/i386/btx/lib/
H A Dbtxcsu.S18 #include <bootargs.h>
/freebsd-12-stable/stand/i386/common/
H A Dbootargs.h27 #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-12-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-12-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c44 static char bootargs[128]; variable
132 ofw_getprop(chosenh, "bootargs", bootargs, sizeof(bootargs));
135 bootargs[sizeof(bootargs) - 1] = '\0';
150 p = bootargs;
459 ofw_setprop(chosenh, "bootargs", bootpath_full, len+2);
/freebsd-12-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-12-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S18 #include <bootargs.h>
/freebsd-12-stable/stand/i386/pxeldr/
H A Dpxeldr.S39 #include <bootargs.h>
/freebsd-12-stable/stand/i386/cdboot/
H A Dcdboot.S39 #include <bootargs.h>
/freebsd-12-stable/stand/i386/btx/btx/
H A Dbtx.S18 #include <bootargs.h>
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex360 bootargs = "root=/dev/sda2";

Completed in 206 milliseconds