Home | History | Annotate | Download | only in src

Lines Matching defs:code

4  * Use of this source code is governed by a BSD-style license that can be
40 const char *code;
45 code = "EXITED";
48 code = "KILLED";
51 code = "DUMPED";
54 code = "STOPPED";
58 code = "TRAPPED";
62 code = "CONTINUED";
66 code = "???";
69 info ("tlsdate-setter exitting: code:%s status:%d pid:%d uid:%d",
70 code, info->si_status, info->si_pid, info->si_uid);