Home
last modified time | relevance | path

Searched refs:old_args (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm.c8829 char *old_args; local
8845 new_arg = old_args = space = NULL;
8892 space = old_args = kernelp->arg + old_kernel_len;
8893 while ((*old_args == ' ') || (*old_args == '\t'))
8894 old_args++;
8905 if (old_args[0] != '\0') {
8906 (void) strlcpy(buf, old_args, bufsize);
8946 ((old_args == NULL) || (old_args[0] == '\0'))) ||
8967 strlen(old_args) + 2;
8970 DIRECT_BOOT_KERNEL, old_args);
[all …]