Searched refs:boot_args (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | zcons.c | 122 char boot_args[BOOTARGS_MAX]; variable 633 if (*boot_args == '\0') { in event_message() 639 "NOTICE: Zone booting up with arguments: %s"), boot_args); in event_message() 652 if (*boot_args == '\0') { in event_message() 658 "NOTICE: Zone rebooting with arguments: %s"), boot_args); in event_message()
|
H A D | zoneadmd.c | 1480 (void) strlcpy(boot_args, zargp->bootbuf, in server() 1481 sizeof (boot_args)); in server() 1491 boot_args[0] = '\0'; in server() 1568 (void) strlcpy(boot_args, zargp->bootbuf, in server() 1569 sizeof (boot_args)); in server() 1574 boot_args[0] = '\0'; in server() 1580 boot_args[0] = '\0'; in server() 1590 boot_args[0] = '\0'; in server()
|
H A D | zoneadmd.h | 96 extern char boot_args[BOOTARGS_MAX];
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 77 static char *boot_args = ""; variable 719 strlen(boot_args) > 0) in boot_prop_finish() 1300 boot_args = do_bsys_alloc(NULL, NULL, boot_arg_len, MMU_PAGESIZE); in build_boot_properties() 1301 boot_args[0] = 0; in build_boot_properties() 1406 boot_args[boot_arg_len++] = *name; in build_boot_properties() 1407 boot_args[boot_arg_len] = 0; in build_boot_properties() 1483 bsetprops("boot-args", boot_args); in build_boot_properties() 1484 bsetprops("bootargs", boot_args); in build_boot_properties()
|