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