Searched refs:p_error (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/arch/alpha/pci/ |
H A D | tsp_pci.c | 103 tsp_print_error(unsigned int indent, unsigned long p_error) in tsp_print_error() argument 107 if (PER_INV(p_error)) { in tsp_print_error() 112 if (!PER_ERR(p_error)) in tsp_print_error() 129 PER_ERR(p_error)); in tsp_print_error() 132 if (PER_ECC(p_error)) { in tsp_print_error() 133 IPRINTF(indent, "address = 0x%09lx\n", PER_SADR(p_error)); in tsp_print_error() 134 IPRINTF(indent, "command = 0x%lx<%s>\n", PER_CMD(p_error), in tsp_print_error() 135 NTH_STR(PER_CMD(p_error) & 0x3, in tsp_print_error() 137 IPRINTF(indent, "syndrome = 0x%02lx\n", PER_SYN(p_error)); in tsp_print_error() 140 PER_PADR(p_error), PER_TRNS(p_error), in tsp_print_error() [all …]
|
/netbsd-src/usr.bin/talk/ |
H A D | ctl.c | 81 p_error("Bad socket"); in open_sockt() 83 p_error("Binding local socket"); in open_sockt() 86 p_error("Bad address for socket"); in open_sockt() 104 p_error("Bad socket"); in open_ctl() 107 p_error("Couldn't bind to control socket"); in open_ctl() 111 p_error("Bad address for ctl socket"); in open_ctl()
|
H A D | ctl_transact.c | 80 p_error("Error on write to talk daemon"); in ctl_transact() 86 p_error("Error waiting for daemon response"); in ctl_transact() 99 p_error("Error on read from talk daemon"); in ctl_transact()
|
H A D | look_up.c | 73 p_error("Response uses invalid network address"); in check_local() 95 p_error("Unable to connect with initiator"); in check_local()
|
H A D | io.c | 84 p_error("Unexpected error from poll"); in talk() 116 p_error(const char *string) in p_error() function
|
H A D | init_disp.c | 120 p_error("Lost the connection"); in set_edit_chars() 123 p_error("Lost the connection"); in set_edit_chars()
|
H A D | invite.c | 75 p_error("Error on attempt to listen for caller"); in invite_remote() 98 p_error("Unable to connect with your party"); in invite_remote()
|
H A D | talk.h | 80 void p_error(const char *) __dead;
|
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
H A D | symbol-version.py | 69 def p_error(p): function
|