HomeSort by: relevance | last modified time | path
    Searched refs:p_error (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/alpha/pci/
tsp_pci.c 103 tsp_print_error(unsigned int indent, unsigned long p_error)
107 if (PER_INV(p_error)) {
112 if (!PER_ERR(p_error))
129 PER_ERR(p_error));
132 if (PER_ECC(p_error)) {
133 IPRINTF(indent, "address = 0x%09lx\n", PER_SADR(p_error));
134 IPRINTF(indent, "command = 0x%lx<%s>\n", PER_CMD(p_error),
135 NTH_STR(PER_CMD(p_error) & 0x3,
137 IPRINTF(indent, "syndrome = 0x%02lx\n", PER_SYN(p_error));
140 PER_PADR(p_error), PER_TRNS(p_error)
    [all...]
  /src/usr.bin/talk/
ctl.c 81 p_error("Bad socket");
83 p_error("Binding local socket");
86 p_error("Bad address for socket");
104 p_error("Bad socket");
107 p_error("Couldn't bind to control socket");
111 p_error("Bad address for ctl socket");
ctl_transact.c 80 p_error("Error on write to talk daemon");
86 p_error("Error waiting for daemon response");
99 p_error("Error on read from talk daemon");
look_up.c 73 p_error("Response uses invalid network address");
95 p_error("Unable to connect with initiator");
talk.h 80 void p_error(const char *) __dead;
io.c 84 p_error("Unexpected error from poll");
112 * p_error prints the system error message on the standard location
116 p_error(const char *string) function in typeref:typename:void
init_disp.c 120 p_error("Lost the connection");
123 p_error("Lost the connection");
invite.c 75 p_error("Error on attempt to listen for caller");
98 p_error("Unable to connect with your party");

Completed in 21 milliseconds