| /NextBSD/sys/boot/ofw/common/ |
| HD | main.c | 46 static char bootargs[128]; variable 146 OF_getprop(chosen, "bootargs", bootargs, sizeof(bootargs)); in main() 148 parse(&bargc, &bargv, bootargs); in main()
|
| /NextBSD/sys/arm/broadcom/bcm2835/ |
| HD | bcm2835_fbd.c | 199 char bootargs[2048], *n, *p, *v; in bcm_fb_attach() local 211 OF_getprop(chosen, "bootargs", &bootargs, sizeof(bootargs)) > 0) { in bcm_fb_attach() 212 p = bootargs; in bcm_fb_attach()
|
| HD | bcm2835_fb.c | 424 char bootargs[2048], *n, *p, *v; in bcmfb_configure() local 444 OF_getprop(chosen, "bootargs", &bootargs, sizeof(bootargs)) > 0) { in bcmfb_configure() 445 p = bootargs; in bcmfb_configure()
|
| /NextBSD/sys/boot/pc98/loader/ |
| HD | main.c | 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;
|
| /NextBSD/sys/boot/i386/loader/ |
| HD | main.c | 53 CTASSERT(sizeof(struct bootargs) == BOOTARGS_SIZE); 54 CTASSERT(offsetof(struct bootargs, bootinfo) == BA_BOOTINFO); 55 CTASSERT(offsetof(struct bootargs, bootflags) == BA_BOOTFLAGS); 59 static struct bootargs *kargs;
|
| /NextBSD/lib/libosxsupport/ |
| HD | assumes.c | 144 char bootargs[2048]; 145 size_t len = sizeof(bootargs) - 1; 147 if (sysctlbyname("kern.bootargs", bootargs, &len, NULL, 0) == 0) { 148 if (strnstr(bootargs, "-os_assumes_fatal", len)) {
|
| /NextBSD/sys/boot/powerpc/boot1.chrp/ |
| HD | boot1.c | 43 static char bootargs[128]; variable 133 ofw_getprop(chosenh, "bootargs", bootargs, sizeof(bootargs)); in ofw_init() 136 bootargs[sizeof(bootargs) - 1] = '\0'; in ofw_init() 149 p = bootargs; in ofw_init()
|
| /NextBSD/sys/boot/sparc64/boot1/ |
| HD | boot1.c | 43 static char bootargs[128]; variable 115 ofw_getprop(chosenh, "bootargs", bootargs, sizeof(bootargs)); in ofw_init() 118 bootargs[sizeof(bootargs) - 1] = '\0'; in ofw_init() 122 p = bootargs; in ofw_init()
|
| /NextBSD/sys/boot/i386/common/ |
| HD | bootargs.h | 46 struct bootargs struct
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | bcm963138dvt.dts | 14 bootargs = "console=ttyS0,115200";
|
| HD | usb_a9g20_common.dtsi | 14 bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
|
| HD | dove-cm-a510.dts | 15 bootargs = "console=ttyS0,115200n8 earlyprintk";
|
| HD | dove-dove-db.dts | 15 bootargs = "console=ttyS0,115200n8 earlyprintk";
|
| HD | usb_a9260.dts | 17 bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
|
| HD | kirkwood-km_common.dtsi | 3 bootargs = "console=ttyS0,115200n8 earlyprintk";
|
| HD | bcm47081-buffalo-wzr-900dhp.dts | 19 bootargs = "console=ttyS0,115200";
|
| HD | stih410-b2120.dts | 17 bootargs = "console=ttyAS0,115200 clk_ignore_unused";
|
| HD | stih407-b2120.dts | 17 bootargs = "console=ttyAS0,115200 clk_ignore_unused";
|
| HD | sh73a0-kzm9g.dts | 19 …bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel earlyprintk=s…
|
| HD | sh7372-mackerel.dts | 19 …bootargs = "console=tty0, console=ttySC0,115200 earlyprintk=sh-sci.0,115200 root=/dev/nfs nfsroot=…
|
| HD | kirkwood-ds409slim.dts | 26 bootargs = "console=ttyS0,115200n8";
|
| HD | kirkwood-ds212j.dts | 27 bootargs = "console=ttyS0,115200n8";
|
| HD | kirkwood-ds112.dts | 26 bootargs = "console=ttyS0,115200n8";
|
| HD | kirkwood-ds411j.dts | 26 bootargs = "console=ttyS0,115200n8";
|
| HD | ge863-pro3.dtsi | 54 bootargs = "console=ttyS0,115200 root=ubi0:rootfs ubi.mtd=1 rootfstype=ubifs";
|