Searched refs:primary_secondary (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/bsdinstall/runconsoles/ |
H A D | runconsoles.c | 388 char *primary_secondary, struct pipe_barrier *start_barrier, in start_console() argument 394 strcpy(primary_secondary, primary); in start_console() 396 strcpy(primary_secondary, secondary); in start_console() 398 fprintf(stderr, "Starting %s installer on %s\n", primary_secondary, in start_console() 438 char *primary_secondary; in start_consoles() local 531 primary_secondary = malloc(MAX(sizeof(primary), sizeof(secondary))); in start_consoles() 532 if (primary_secondary == NULL) in start_consoles() 540 newargv[i] = primary_secondary; in start_consoles() 561 start_console(consinfo, newargv, primary_secondary, in start_consoles()
|