/vbox/src/VBox/Devices/Network/lwip/src/api/ |
H A D | err.c | 33 #include "lwip/err.h" 52 lwip_strerr(err_t err) argument 54 return err_strerr[-err];
|
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | err.c | 39 #include "lwip/err.h" 65 * @param err an lwip internal err_t 66 * @return a string representation for err 69 lwip_strerr(err_t err) argument 71 return err_strerr[-err];
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2_errors.c | 41 void _MD_os2_map_default_error(PRInt32 err) argument 43 switch (err) { 45 PR_SetError(PR_WOULD_BLOCK_ERROR, err); 48 PR_SetError(PR_BAD_DESCRIPTOR_ERROR, err); 51 PR_SetError(PR_NOT_SOCKET_ERROR, err); 55 PR_SetError(PR_INVALID_ARGUMENT_ERROR, err); 58 PR_SetError(PR_INSUFFICIENT_RESOURCES_ERROR, err); 61 PR_SetError(PR_CONNECT_REFUSED_ERROR, err); 64 PR_SetError(PR_IS_CONNECTED_ERROR, err); 68 PR_SetError(PR_ACCESS_FAULT_ERROR, err); 79 _MD_os2_map_opendir_error(PRInt32 err) argument 122 _MD_os2_map_closedir_error(PRInt32 err) argument 136 _MD_os2_readdir_error(PRInt32 err) argument 166 _MD_os2_map_delete_error(PRInt32 err) argument 192 _MD_os2_map_stat_error(PRInt32 err) argument 206 _MD_os2_map_fstat_error(PRInt32 err) argument 236 _MD_os2_map_rename_error(PRInt32 err) argument 277 _MD_os2_map_access_error(PRInt32 err) argument 291 _MD_os2_map_mkdir_error(PRInt32 err) argument 343 _MD_os2_map_rmdir_error(PRInt32 err) argument 388 _MD_os2_map_read_error(PRInt32 err) argument 433 _MD_os2_map_transmitfile_error(PRInt32 err) argument 484 _MD_os2_map_write_error(PRInt32 err) argument 546 _MD_os2_map_lseek_error(PRInt32 err) argument 561 _MD_os2_map_fsync_error(PRInt32 err) argument 585 _MD_os2_map_close_error(PRInt32 err) argument 602 _MD_os2_map_socket_error(PRInt32 err) argument 622 _MD_os2_map_recv_error(PRInt32 err) argument 648 _MD_os2_map_recvfrom_error(PRInt32 err) argument 674 _MD_os2_map_send_error(PRInt32 err) argument 713 _MD_os2_map_sendto_error(PRInt32 err) argument 718 _MD_os2_map_writev_error(int err) argument 723 _MD_os2_map_accept_error(PRInt32 err) argument 728 _MD_os2_map_acceptex_error(PRInt32 err) argument 753 int err; local 762 _MD_os2_map_connect_error(PRInt32 err) argument 813 _MD_os2_map_bind_error(PRInt32 err) argument 845 _MD_os2_map_listen_error(PRInt32 err) argument 863 _MD_os2_map_shutdown_error(PRInt32 err) argument 882 _MD_os2_map_socketpair_error(PRInt32 err) argument 907 _MD_os2_map_getsockname_error(PRInt32 err) argument 930 _MD_os2_map_getpeername_error(PRInt32 err) argument 957 _MD_os2_map_getsockopt_error(PRInt32 err) argument 983 _MD_os2_map_setsockopt_error(PRInt32 err) argument 1009 _MD_os2_map_open_error(PRInt32 err) argument 1062 _MD_os2_map_gethostname_error(PRInt32 err) argument 1078 _MD_os2_map_select_error(PRInt32 err) argument 1104 _MD_os2_map_lockf_error(PRInt32 err) argument [all...] |
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestServMgr.cpp | 54 nsresult err; local 56 err = nsServiceManager::GetService(kIMyServiceCID, NS_GET_IID(IMyService), 58 return err; 64 nsresult err = NS_OK; local 67 err = myServ->Doit(); 68 if (err != NS_OK) return err; 70 err = nsServiceManager::ReleaseService(kIMyServiceCID, myServ); 71 if (err != NS_OK) return err; 84 nsresult err; local 96 nsresult err; local 120 nsresult err; local 146 nsresult err; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/ |
H A D | beos_errors.c | 43 void _MD_unix_map_opendir_error(int err) argument 45 switch (err) { 47 PR_SetError(PR_NOT_DIRECTORY_ERROR, err); 50 PR_SetError(PR_NO_ACCESS_RIGHTS_ERROR, err); 53 PR_SetError(PR_PROC_DESC_TABLE_FULL_ERROR, err); 56 PR_SetError(PR_SYS_DESC_TABLE_FULL_ERROR, err); 59 PR_SetError(PR_ACCESS_FAULT_ERROR, err); 62 PR_SetError(PR_LOOP_ERROR, err); 65 PR_SetError(PR_NAME_TOO_LONG_ERROR, err); 68 PR_SetError(PR_FILE_NOT_FOUND_ERROR, err); 76 _MD_unix_map_closedir_error(int err) argument 89 _MD_unix_readdir_error(int err) argument 149 _MD_unix_map_unlink_error(int err) argument 188 _MD_unix_map_stat_error(int err) argument 226 _MD_unix_map_fstat_error(int err) argument 255 _MD_unix_map_rename_error(int err) argument 317 _MD_unix_map_access_error(int err) argument 356 _MD_unix_map_mkdir_error(int err) argument 403 _MD_unix_map_rmdir_error(int err) argument 449 _MD_unix_map_read_error(int err) argument 508 _MD_unix_map_write_error(int err) argument 578 _MD_unix_map_lseek_error(int err) argument 596 _MD_unix_map_fsync_error(int err) argument 623 _MD_unix_map_close_error(int err) argument 647 _MD_unix_map_socket_error(int err) argument 677 _MD_unix_map_socketavailable_error(int err) argument 682 _MD_unix_map_recv_error(int err) argument 723 _MD_unix_map_recvfrom_error(int err) argument 763 _MD_unix_map_send_error(int err) argument 821 _MD_unix_map_sendto_error(int err) argument 879 _MD_unix_map_writev_error(int err) argument 915 _MD_unix_map_accept_error(int err) argument 969 _MD_unix_map_connect_error(int err) argument 1058 _MD_unix_map_bind_error(int err) argument 1106 _MD_unix_map_listen_error(int err) argument 1128 _MD_unix_map_shutdown_error(int err) argument 1156 _MD_unix_map_socketpair_error(int err) argument 1182 _MD_unix_map_getsockname_error(int err) argument 1211 _MD_unix_map_getpeername_error(int err) argument 1244 _MD_unix_map_getsockopt_error(int err) argument 1276 _MD_unix_map_setsockopt_error(int err) argument 1308 _MD_unix_map_open_error(int err) argument 1384 _MD_unix_map_mmap_error(int err) argument 1406 _MD_unix_map_gethostname_error(int err) argument 1418 _MD_unix_map_select_error(int err) argument 1436 _MD_unix_map_poll_error(int err) argument 1456 _MD_unix_map_flock_error(int err) argument 1472 _MD_unix_map_lockf_error(int err) argument [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w16error.c | 47 void _PR_MD_map_error( int err ) 50 switch ( err ) 53 PR_SetError(PR_FILE_NOT_FOUND_ERROR, err); 56 PR_SetError( PR_INVALID_ARGUMENT_ERROR, err ); 59 PR_SetError( PR_UNKNOWN_ERROR, err ); 62 PR_SetError( PR_BAD_DESCRIPTOR_ERROR, err ); 65 PR_SetError( PR_OUT_OF_MEMORY_ERROR, err ); 68 PR_SetError( PR_NO_ACCESS_RIGHTS_ERROR, err ); 73 PR_SetError( PR_UNKNOWN_ERROR, err ); 76 PR_SetError( PR_UNKNOWN_ERROR, err ); [all...] |
H A D | win32_errors.c | 63 static void _MD_win32_map_default_errno(PRInt32 err) argument 67 switch (err) { 78 PR_SetError(prError, err); 81 void _MD_win32_map_default_error(PRInt32 err) argument 85 switch (err) { 285 PR_SetError(prError, err); 288 void _MD_win32_map_opendir_error(PRInt32 err) argument 290 _MD_win32_map_default_error(err); 293 void _MD_win32_map_closedir_error(PRInt32 err) argument 295 _MD_win32_map_default_error(err); 298 _MD_unix_readdir_error(PRInt32 err) argument 303 _MD_win32_map_delete_error(PRInt32 err) argument 309 _MD_win32_map_stat_error(PRInt32 err) argument 314 _MD_win32_map_fstat_error(PRInt32 err) argument 319 _MD_win32_map_rename_error(PRInt32 err) argument 325 _MD_win32_map_access_error(PRInt32 err) argument 330 _MD_win32_map_mkdir_error(PRInt32 err) argument 335 _MD_win32_map_rmdir_error(PRInt32 err) argument 340 _MD_win32_map_read_error(PRInt32 err) argument 345 _MD_win32_map_transmitfile_error(PRInt32 err) argument 350 _MD_win32_map_write_error(PRInt32 err) argument 355 _MD_win32_map_lseek_error(PRInt32 err) argument 360 _MD_win32_map_fsync_error(PRInt32 err) argument 368 _MD_win32_map_close_error(PRInt32 err) argument 373 _MD_win32_map_socket_error(PRInt32 err) argument 379 _MD_win32_map_recv_error(PRInt32 err) argument 384 _MD_win32_map_recvfrom_error(PRInt32 err) argument 389 _MD_win32_map_send_error(PRInt32 err) argument 404 _MD_win32_map_sendto_error(PRInt32 err) argument 419 _MD_win32_map_accept_error(PRInt32 err) argument 437 _MD_win32_map_acceptex_error(PRInt32 err) argument 442 _MD_win32_map_connect_error(PRInt32 err) argument 463 _MD_win32_map_bind_error(PRInt32 err) argument 478 _MD_win32_map_listen_error(PRInt32 err) argument 496 _MD_win32_map_shutdown_error(PRInt32 err) argument 501 _MD_win32_map_getsockname_error(PRInt32 err) argument 516 _MD_win32_map_getpeername_error(PRInt32 err) argument 521 _MD_win32_map_getsockopt_error(PRInt32 err) argument 526 _MD_win32_map_setsockopt_error(PRInt32 err) argument 531 _MD_win32_map_open_error(PRInt32 err) argument 536 _MD_win32_map_gethostname_error(PRInt32 err) argument 544 _MD_win32_map_select_error(PRInt32 err) argument 559 _MD_win32_map_lockf_error(PRInt32 err) argument [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | _unix_errors.h | 46 NSPR_API(void) _MD_unix_map_default_error(int err); 49 NSPR_API(void) _MD_unix_map_opendir_error(int err); 52 NSPR_API(void) _MD_unix_map_closedir_error(int err); 55 NSPR_API(void) _MD_unix_readdir_error(int err); 58 NSPR_API(void) _MD_unix_map_unlink_error(int err); 61 NSPR_API(void) _MD_unix_map_stat_error(int err); 64 NSPR_API(void) _MD_unix_map_fstat_error(int err); 67 NSPR_API(void) _MD_unix_map_rename_error(int err); 70 NSPR_API(void) _MD_unix_map_access_error(int err); 73 NSPR_API(void) _MD_unix_map_mkdir_error(int err); [all...] |
H A D | _win32_errors.h | 46 extern void _MD_win32_map_default_error(PRInt32 err); 49 extern void _MD_win32_map_opendir_error(PRInt32 err); 52 extern void _MD_win32_map_closedir_error(PRInt32 err); 55 extern void _MD_unix_readdir_error(PRInt32 err); 58 extern void _MD_win32_map_delete_error(PRInt32 err); 61 extern void _MD_win32_map_stat_error(PRInt32 err); 64 extern void _MD_win32_map_fstat_error(PRInt32 err); 67 extern void _MD_win32_map_rename_error(PRInt32 err); 70 extern void _MD_win32_map_access_error(PRInt32 err); 73 extern void _MD_win32_map_mkdir_error(PRInt32 err); [all...] |
H A D | _os2_errors.h | 46 NSPR_API(void) _MD_os2_map_default_error(PRInt32 err); variable 49 NSPR_API(void) _MD_os2_map_opendir_error(PRInt32 err); variable 52 NSPR_API(void) _MD_os2_map_closedir_error(PRInt32 err); variable 55 NSPR_API(void) _MD_os2_readdir_error(PRInt32 err); variable 58 NSPR_API(void) _MD_os2_map_delete_error(PRInt32 err); variable 61 NSPR_API(void) _MD_os2_map_stat_error(PRInt32 err); variable 64 NSPR_API(void) _MD_os2_map_fstat_error(PRInt32 err); variable 67 NSPR_API(void) _MD_os2_map_rename_error(PRInt32 err); variable 70 NSPR_API(void) _MD_os2_map_access_error(PRInt32 err); variable 73 NSPR_API(void) _MD_os2_map_mkdir_error(PRInt32 err); variable 76 NSPR_API(void) _MD_os2_map_rmdir_error(PRInt32 err); variable 79 NSPR_API(void) _MD_os2_map_read_error(PRInt32 err); variable 82 NSPR_API(void) _MD_os2_map_transmitfile_error(PRInt32 err); variable 85 NSPR_API(void) _MD_os2_map_write_error(PRInt32 err); variable 88 NSPR_API(void) _MD_os2_map_lseek_error(PRInt32 err); variable 91 NSPR_API(void) _MD_os2_map_fsync_error(PRInt32 err); variable 94 NSPR_API(void) _MD_os2_map_close_error(PRInt32 err); variable 97 NSPR_API(void) _MD_os2_map_socket_error(PRInt32 err); variable 100 NSPR_API(void) _MD_os2_map_recv_error(PRInt32 err); variable 103 NSPR_API(void) _MD_os2_map_recvfrom_error(PRInt32 err); variable 106 NSPR_API(void) _MD_os2_map_send_error(PRInt32 err); variable 109 NSPR_API(void) _MD_os2_map_sendto_error(PRInt32 err); variable 115 NSPR_API(void) _MD_os2_map_accept_error(PRInt32 err); variable 118 NSPR_API(void) _MD_os2_map_acceptex_error(PRInt32 err); variable 121 NSPR_API(void) _MD_os2_map_connect_error(PRInt32 err); variable 124 NSPR_API(void) _MD_os2_map_bind_error(PRInt32 err); variable 127 NSPR_API(void) _MD_os2_map_listen_error(PRInt32 err); variable 130 NSPR_API(void) _MD_os2_map_shutdown_error(PRInt32 err); variable 138 NSPR_API(void) _MD_os2_map_getsockname_error(PRInt32 err); variable 141 NSPR_API(void) _MD_os2_map_getpeername_error(PRInt32 err); variable 144 NSPR_API(void) _MD_os2_map_getsockopt_error(PRInt32 err); variable 147 NSPR_API(void) _MD_os2_map_setsockopt_error(PRInt32 err); variable 150 NSPR_API(void) _MD_os2_map_open_error(PRInt32 err); variable 153 NSPR_API(void) _MD_os2_map_gethostname_error(PRInt32 err); variable 156 NSPR_API(void) _MD_os2_map_select_error(PRInt32 err); variable [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | unix_errors.c | 44 void _MD_unix_map_default_error(int err) argument 48 switch (err ) { 258 PR_SetError(prError, err); 261 void _MD_unix_map_opendir_error(int err) argument 263 _MD_unix_map_default_error(err); 266 void _MD_unix_map_closedir_error(int err) argument 270 switch (err) { 275 _MD_unix_map_default_error(err); 278 PR_SetError(prError, err); 281 void _MD_unix_readdir_error(int err) argument 307 _MD_unix_map_unlink_error(int err) argument 322 _MD_unix_map_stat_error(int err) argument 337 _MD_unix_map_fstat_error(int err) argument 352 _MD_unix_map_rename_error(int err) argument 367 _MD_unix_map_access_error(int err) argument 382 _MD_unix_map_mkdir_error(int err) argument 387 _MD_unix_map_rmdir_error(int err) argument 416 _MD_unix_map_read_error(int err) argument 434 _MD_unix_map_write_error(int err) argument 455 _MD_unix_map_lseek_error(int err) argument 460 _MD_unix_map_fsync_error(int err) argument 478 _MD_unix_map_close_error(int err) argument 493 _MD_unix_map_socket_error(int err) argument 508 _MD_unix_map_socketavailable_error(int err) argument 513 _MD_unix_map_recv_error(int err) argument 518 _MD_unix_map_recvfrom_error(int err) argument 523 _MD_unix_map_send_error(int err) argument 528 _MD_unix_map_sendto_error(int err) argument 533 _MD_unix_map_writev_error(int err) argument 538 _MD_unix_map_accept_error(int err) argument 553 _MD_unix_map_connect_error(int err) argument 587 _MD_unix_map_bind_error(int err) argument 613 _MD_unix_map_listen_error(int err) argument 618 _MD_unix_map_shutdown_error(int err) argument 623 _MD_unix_map_socketpair_error(int err) argument 638 _MD_unix_map_getsockname_error(int err) argument 653 _MD_unix_map_getpeername_error(int err) argument 668 _MD_unix_map_getsockopt_error(int err) argument 686 _MD_unix_map_setsockopt_error(int err) argument 704 _MD_unix_map_open_error(int err) argument 736 _MD_unix_map_mmap_error(int err) argument 760 _MD_unix_map_gethostname_error(int err) argument 765 _MD_unix_map_select_error(int err) argument 771 _MD_unix_map_poll_error(int err) argument 786 _MD_unix_map_poll_revents_error(int err) argument 800 _MD_unix_map_flock_error(int err) argument 818 _MD_unix_map_lockf_error(int err) argument 837 _MD_aix_map_sendfile_error(int err) argument 844 _MD_hpux_map_sendfile_error(int err) argument 851 _MD_solaris_map_sendfile_error(int err) argument 858 _MD_linux_map_sendfile_error(int err) argument [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | cleanup.c | 56 PRFileDesc *err = PR_GetSpecialFD(PR_StandardError); local 57 PR_fprintf(err, "Cleanup usage: [-g] [-s n] [-t n] [-c n] [-h]\n"); 58 PR_fprintf(err, "\t-c Call cleanup before exiting (default: false)\n"); 59 PR_fprintf(err, "\t-G Use global threads only (default: local)\n"); 60 PR_fprintf(err, "\t-t n Number of threads involved (default: 1)\n"); 61 PR_fprintf(err, "\t-s n Seconds thread(s) should dally (defaut: 10)\n"); 62 PR_fprintf(err, "\t-S n Seconds main() should dally (defaut: 5)\n"); 63 PR_fprintf(err, "\t-C n Value to set concurrency (default 1)\n"); 64 PR_fprintf(err, "\t-h This message and nothing else\n"); 72 PRFileDesc *err local [all...] |
H A D | i2l.c | 60 static PRFileDesc *err = NULL; variable 64 PR_fprintf(err, "Usage: -i n | -u n | -h\n"); 65 PR_fprintf(err, "\t-i n treat following number as signed integer\n"); 66 PR_fprintf(err, "\t-u n treat following number as unsigned integer\n"); 67 PR_fprintf(err, "\t-h This message and nothing else\n"); 77 err = PR_GetSpecialFD(PR_StandardError); 101 PR_fprintf(err, "We have long long\n"); 103 PR_fprintf(err, "We don't have long long\n"); 108 PR_fprintf(err, "Converting %ld: ", si.i); 110 PR_fprintf(err, " [all...] |
H A D | version.c | 60 PRFileDesc *err = PR_GetSpecialFD(PR_StandardError); local 74 PR_fprintf(err, "Usage: version [-d] {fully qualified library name}\n"); 84 PL_FPrintError(err, "PR_LoadLibrary"); 90 PL_FPrintError(err, "PR_FindSymbol"); 98 (void)PR_fprintf(err, "Runtime library version information\n"); 103 (void)PR_fprintf(err, " Build time: %s GMT\n", buffer); 105 err, " Build time: %s\n", version_info->buildTimeString); 107 err, " %s V%u.%u.%u (%s%s%s)\n", 115 (void)PR_fprintf(err, " filename: %s\n", version_info->filename); 116 (void)PR_fprintf(err, " securit [all...] |
/vbox/src/libs/zlib-1.2.6/ |
H A D | uncompr.c | 31 int err; local 45 err = inflateInit(&stream); 46 if (err != Z_OK) return err; 48 err = inflate(&stream, Z_FINISH); 49 if (err != Z_STREAM_END) { 51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0)) 53 return err; 57 err [all...] |
/vbox/src/VBox/Runtime/r0drv/freebsd/ |
H A D | initterm-r0drv-freebsd.c | 36 #include <iprt/err.h>
|
/vbox/src/libs/libxml2-2.6.31/python/tests/ |
H A D | error.py | 13 err="" variable 15 global err 17 err = err + "%s %s" % (ctx, str) 30 if err != expect: 32 print "received %s" %(err) 42 err = "" variable
|
H A D | ctxterror.py | 16 err="" variable 18 global err 19 err = err + "%s (%d) %s" % (arg,severity,msg) 33 if err != expect: 35 print "received %s" %(err) 47 err = "" variable
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/safety/ |
H A D | tst.random.d | 54 err++; 64 /n == 0 || err == 0/ 70 /n != 0 && err != 0/
|
/vbox/src/VBox/Debugger/ |
H A D | DBGCGdbRemoteStub.cpp | 24 #include <VBox/err.h>
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | sys.c | 59 err_t err = sys_sem_new(&delaysem, 0); local 60 if (err == ERR_OK) {
|
/vbox/src/VBox/Runtime/r0drv/haiku/ |
H A D | initterm-r0drv-haiku.c | 34 #include <iprt/err.h>
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/ |
H A D | mdcriticalregion.c | 62 OSStatus err = noErr; local 75 err = MPCreateBinarySemaphore(&mpSemaphoreID); 76 if (err == noErr) 89 return err; 96 OSStatus err = noErr; local 105 err = MPDeleteSemaphore(criticalRegion->mMPSemaphoreID); 106 if (noErr != err) return err; 119 OSStatus err = noErr; local 134 err 150 OSStatus err = noErr; local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | xfixes.h | 37 int err; \ 38 err = dixLookupResourceByType((pointer *) &pRegion, rid, \ 40 if (err == BadValue) { \ 43 } else if (err != Success) { \ 45 return err; \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | xfixes.h | 37 int err; \ 38 err = dixLookupResourceByType((pointer *) &pRegion, rid, \ 40 if (err == BadValue) { \ 43 } else if (err != Success) { \ 45 return err; \
|