| /titanic_53/usr/src/psm/promif/ieee1275/common/ |
| H A D | prom_boot.c | 38 static char bootargs[OBP_MAXPATHLEN]; in prom_bootargs() local 40 if (bootargs[0] != (char)0) in prom_bootargs() 41 return (bootargs); in prom_bootargs() 51 (void) prom_bounded_getprop(node, name, bootargs, length); in prom_bootargs() 52 return (bootargs); in prom_bootargs()
|
| /titanic_53/usr/src/uts/common/syscall/ |
| H A D | uadmin.c | 416 char *bootargs = NULL; in uadmin() local 449 bootargs = kmem_zalloc(BOOTARGS_MAX, KM_SLEEP); in uadmin() 450 if ((error = copyinstr((const char *)mdep, bootargs, in uadmin() 452 kmem_free(bootargs, BOOTARGS_MAX); in uadmin() 461 error = zone_kadmin(cmd, fcn, bootargs, credp); in uadmin() 463 error = kadmin(cmd, fcn, bootargs, credp); in uadmin() 465 if (bootargs != NULL) in uadmin() 466 kmem_free(bootargs, BOOTARGS_MAX); in uadmin()
|
| /titanic_53/usr/src/boot/sys/boot/ofw/common/ |
| H A D | main.c | 42 static char bootargs[128]; variable 140 OF_getprop(chosen, "bootargs", bootargs, sizeof(bootargs)); in main() 142 parse(&bargc, &bargv, bootargs); in main()
|
| /titanic_53/usr/src/lib/libc/port/gen/ |
| H A D | reboot.c | 41 reboot(int howto, char *bootargs) in reboot() argument 54 return (uadmin(cmd, fcn, (uintptr_t)bootargs)); in reboot()
|
| /titanic_53/usr/src/boot/sys/boot/i386/loader/ |
| H A D | main.c | 54 CTASSERT(sizeof(struct bootargs) == BOOTARGS_SIZE); 55 CTASSERT(offsetof(struct bootargs, bootinfo) == BA_BOOTINFO); 56 CTASSERT(offsetof(struct bootargs, bootflags) == BA_BOOTFLAGS); 60 static struct bootargs *kargs;
|
| /titanic_53/usr/src/boot/sys/boot/sparc64/boot1/ |
| H A D | 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()
|
| /titanic_53/usr/src/boot/sys/boot/i386/common/ |
| H A D | bootargs.h | 46 struct bootargs struct
|
| /titanic_53/usr/src/ucblib/libucb/port/sys/ |
| H A D | reboot.c | 66 reboot(int howto, char *bootargs) in reboot() argument
|
| /titanic_53/usr/src/cmd/eeprom/sparc/ |
| H A D | openprom.c | 256 char bootargs[MAXVALSIZE]; in print_one() local 264 (void) strlcpy(bootargs, opp->oprom_array, MAXVALSIZE); in print_one() 271 (void) printf("%s=%s %s\n", var, opp->oprom_array, bootargs); in print_one()
|
| /titanic_53/usr/src/uts/i86pc/os/ |
| H A D | fastboot.c | 621 char *bootargs) in fastboot_parse_mdep() argument 659 bcopy(mdep, bootargs, strlen(mdep)); in fastboot_parse_mdep() 662 bcopy(kern_bootfile, bootargs, off); in fastboot_parse_mdep() 663 bcopy(" ", &bootargs[off++], 1); in fastboot_parse_mdep() 664 bcopy(mdep, &bootargs[off], strlen(mdep)); in fastboot_parse_mdep() 666 bootargs[off] = '\0'; in fastboot_parse_mdep()
|
| /titanic_53/usr/src/cmd/zonecfg/ |
| H A D | zonecfg_lex.l | 215 <TSTATE>bootargs { return BOOTARGS; } 216 <CSTATE>bootargs { return BOOTARGS; }
|
| /titanic_53/usr/src/boot/sys/boot/fdt/dts/arm/ |
| H A D | rk3188-radxa.dts | 58 bootargs = "-v";
|
| H A D | rk3188-radxa-lite.dts | 58 bootargs = "-v";
|
| H A D | cubieboard.dts | 76 bootargs = "-v";
|
| H A D | vybrid-colibri-vf50.dts | 78 bootargs = "-v";
|
| H A D | vybrid-cosmic.dts | 82 bootargs = "-v";
|
| H A D | bananapi.dts | 89 bootargs = "-v";
|
| H A D | vybrid-quartz.dts | 111 bootargs = "-v";
|
| H A D | efikamx.dts | 124 bootargs = "-v";
|
| H A D | socfpga-sockit.dts | 86 bootargs = "-v";
|
| H A D | imx53-qsb.dts | 130 bootargs = "-v";
|
| H A D | digi-ccwmx53.dts | 149 bootargs = "-v";
|
| /titanic_53/usr/src/boot/sys/boot/fdt/dts/mips/ |
| H A D | xlp-basic.dts | 78 bootargs = "-v";
|
| /titanic_53/usr/src/boot/sys/boot/fdt/dts/riscv/ |
| H A D | qemu.dts | 88 bootargs = "-v";
|
| H A D | spike.dts | 105 bootargs = "-v";
|