Home
last modified time | relevance | path

Searched refs:bootargs (Results 1 – 25 of 32) sorted by relevance

12

/titanic_53/usr/src/psm/promif/ieee1275/common/
H A Dprom_boot.c38 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 Duadmin.c416 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 Dmain.c42 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 Dreboot.c41 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 Dmain.c54 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 Dboot1.c43 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 Dbootargs.h46 struct bootargs struct
/titanic_53/usr/src/ucblib/libucb/port/sys/
H A Dreboot.c66 reboot(int howto, char *bootargs) in reboot() argument
/titanic_53/usr/src/cmd/eeprom/sparc/
H A Dopenprom.c256 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 Dfastboot.c621 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 Dzonecfg_lex.l215 <TSTATE>bootargs { return BOOTARGS; }
216 <CSTATE>bootargs { return BOOTARGS; }
/titanic_53/usr/src/boot/sys/boot/fdt/dts/arm/
H A Drk3188-radxa.dts58 bootargs = "-v";
H A Drk3188-radxa-lite.dts58 bootargs = "-v";
H A Dcubieboard.dts76 bootargs = "-v";
H A Dvybrid-colibri-vf50.dts78 bootargs = "-v";
H A Dvybrid-cosmic.dts82 bootargs = "-v";
H A Dbananapi.dts89 bootargs = "-v";
H A Dvybrid-quartz.dts111 bootargs = "-v";
H A Defikamx.dts124 bootargs = "-v";
H A Dsocfpga-sockit.dts86 bootargs = "-v";
H A Dimx53-qsb.dts130 bootargs = "-v";
H A Ddigi-ccwmx53.dts149 bootargs = "-v";
/titanic_53/usr/src/boot/sys/boot/fdt/dts/mips/
H A Dxlp-basic.dts78 bootargs = "-v";
/titanic_53/usr/src/boot/sys/boot/fdt/dts/riscv/
H A Dqemu.dts88 bootargs = "-v";
H A Dspike.dts105 bootargs = "-v";

12