Searched refs:last_error (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ser-tcp.c | 315 ULONGEST last_error = 0; in net_open() local 329 int sock = try_connect (iter, &polls, &last_error); in net_open() 341 last_error == WSAECONNREFUSED in net_open() 343 last_error == ECONNREFUSED in net_open() 358 && wait_for_connect (-1, &polls, &last_error) >= 0); in net_open() 364 throw_winerror_with_name (_("could not connect"), last_error); in net_open() 366 perror_with_name (_("could not connect"), last_error); in net_open()
|
| D | ChangeLog-1997 | 2460 * remote-sim.c: Fix reference of structure member "last_error".
|
| /netbsd/src/external/gpl3/gdb/dist/sim/rx/ |
| D | err.c | 31 static enum execution_error last_error; variable 88 last_error = num; in execution_error() 121 return last_error; in execution_error_get_last_error() 127 last_error = SIM_ERR_NONE; in execution_error_clear_last_error()
|
| /netbsd/src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| D | lvm-functions.c | 62 static char last_error[1024]; variable 159 return last_error; in get_last_lvm_error() 357 sprintf(last_error, "Volume is busy on another node"); in do_activate_lv() 747 strncpy(last_error, message, sizeof(last_error)); in lvm2_log_fn() 748 last_error[sizeof(last_error)-1] = '\0'; in lvm2_log_fn()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ |
| D | threads_win.c | 165 DWORD last_error; in CRYPTO_THREAD_get_local() local 181 last_error = GetLastError(); in CRYPTO_THREAD_get_local() 183 SetLastError(last_error); in CRYPTO_THREAD_get_local()
|
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | pcap-npf.c | 2386 DWORD last_error = GetLastError(); in pcapint_platform_finddevs() local 2388 if (last_error != ERROR_INSUFFICIENT_BUFFER) in pcapint_platform_finddevs() 2391 last_error, "PacketGetAdapterNames"); in pcapint_platform_finddevs()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2021 | 2467 * src/filesystem/ops-common.h (last_error): New helper function. 2468 (filesystem::do_space): Use last_error(). 2471 last_error().
|