Lines Matching full:could
157 err(EX_OSERR, "could not give up control of %s", in wait_all_consoles()
263 err(EX_OSERR, "could not read kern.console length"); in read_primary_console()
266 err(EX_OSERR, "could not allocate kern.console buffer"); in read_primary_console()
269 err(EX_OSERR, "could not read kern.console"); in read_primary_console()
323 err(EX_OSERR, "could not allocate consinfo"); in read_consoles()
327 err(EX_OSERR, "could not allocate dev path"); in read_consoles()
332 err(EX_IOERR, "could not open %s", dev); in read_consoles()
336 err(EX_IOERR, "could not get flags for %s", dev); in read_consoles()
340 err(EX_IOERR, "could not set flags for %s", dev); in read_consoles()
349 err(EX_IOERR, "could not get pgrp of %s", in read_consoles()
403 err(EX_OSERR, "could not fork"); in start_console()
446 err(EX_OSERR, "could not create start children barrier"); in start_consoles()
450 err(EX_OSERR, "could not create wait first child barrier"); in start_consoles()
454 err(EX_OSERR, "could not create wait all children barrier"); in start_consoles()
472 err(EX_OSERR, "could not enable SIGCHLD handler"); in start_consoles()
477 err(EX_OSERR, "could not enable SIGALRM handler"); in start_consoles()
481 err(EX_OSERR, "could not enable SIGTERM handler"); in start_consoles()
485 err(EX_OSERR, "could not enable SIGINT handler"); in start_consoles()
488 err(EX_OSERR, "could not enable SIGQUIT handler"); in start_consoles()
505 err(EX_OSERR, "could not ignore SIGINT"); in start_consoles()
508 err(EX_OSERR, "could not ignore SIGQUIT"); in start_consoles()
512 err(EX_OSERR, "could not ignore SIGPIPE"); in start_consoles()
515 err(EX_OSERR, "could not ignore SIGTTOU"); in start_consoles()
529 err(EX_OSERR, "could not allocate newargv"); in start_consoles()
533 err(EX_OSERR, "could not allocate primary_secondary"); in start_consoles()