Lines Matching defs:bootargs
173 "bootargs",
214 "bootargs",
292 "clear bootargs",
340 "set bootargs=",
370 "info bootargs",
1805 char bootargs[BOOTARGS_MAX];
1877 if (zonecfg_get_bootargs(handle, bootargs, sizeof (bootargs)) == Z_OK &&
1878 strlen(bootargs) > 0) {
1880 pt_to_str(PT_BOOTARGS), bootargs);
4888 char bootargs[BOOTARGS_MAX];
4891 if ((err = zonecfg_get_bootargs(handle, bootargs,
4892 sizeof (bootargs))) == Z_OK) {
4894 bootargs);