Lines Matching defs:bootargs
174 "bootargs",
216 "bootargs",
298 "clear bootargs",
348 "set bootargs=",
379 "info bootargs",
1850 char bootargs[BOOTARGS_MAX];
1922 if (zonecfg_get_bootargs(handle, bootargs, sizeof (bootargs)) == Z_OK &&
1923 strlen(bootargs) > 0) {
1925 pt_to_str(PT_BOOTARGS), bootargs);
5073 char bootargs[BOOTARGS_MAX];
5076 if ((err = zonecfg_get_bootargs(handle, bootargs,
5077 sizeof (bootargs))) == Z_OK) {
5079 bootargs);