Home
last modified time | relevance | path

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

/openbmc/obmc-console/
H A Dconsole-client.c38 PROCESS_ERR, enumerator
95 return PROCESS_ERR; in process_ssh_tty()
109 return rc < 0 ? PROCESS_ERR : PROCESS_OK; in process_ssh_tty()
134 return PROCESS_ERR; in process_str_tty()
146 return PROCESS_ERR; in process_tty()
158 return PROCESS_ERR; in process_tty()
171 return PROCESS_ERR; in process_console()
179 return rc ? PROCESS_ERR : PROCESS_OK; in process_console()
371 rc = (prc == PROCESS_ERR) ? -1 : 0; in main()