Searched defs:errCode (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsExceptionService.cpp317 nsExceptionService::DoGetExceptionFromProvider(nsresult errCode, argument
326 if (nr == errCode)
330 nsProviderKey key(NS_ERROR_GET_MODULE(errCode));
341 return provider->GetException(errCode, defaultException, _exc);
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dauth.c366 int errCode = PPPERR_AUTHFAIL; local
376 pppIOCtl(unit, PPPCTLS_ERRCODE, &errCode);
H A Dppp.c142 int errCode; /* Code indicating why interface is down. */ member in struct:PPPControl_s
163 void (*linkStatusCB)(void *ctx, int errCode, void *arg);
384 int pppOpen(sio_fd_t fd, void (*linkStatusCB)(void *ctx, int errCode, void *arg), void *linkStatusCtx) argument
407 pc->errCode = 0;
437 if (pc->errCode)
438 pd = pc->errCode;
701 pc->errCode = *(int *)arg;
707 *(int *)arg = (int)(pc->errCode);
1013 pc->errCode = PPPERR_NONE;
1015 PPPDEBUG((LOG_DEBUG, "sifup: unit %d: linkStatusCB=%lx errCode
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dauth.c629 int errCode = PPPERR_AUTHFAIL; local
643 pppIOCtl(unit, PPPCTLS_ERRCODE, &errCode);
H A Dppp.c202 int errCode; /* Code indicating why interface is down. */ member in struct:PPPControl_s
220 void (*linkStatusCB)(void *ctx, int errCode, void *arg);
374 PPPDEBUG(LOG_DEBUG, ("pppLinkTerminated: unit %d: linkStatusCB=%p errCode=%d\n", pd, pc->linkStatusCB, pc->errCode));
376 pc->linkStatusCB(pc->linkStatusCtx, pc->errCode ? pc->errCode : PPPERR_PROTOCOL, NULL);
669 pc->errCode = PPPERR_USER;
677 pc->errCode = PPPERR_USER;
975 pc->errCode = *(int *)arg;
982 *(int *)arg = (int)(pc->errCode);
[all...]
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_pptp.c286 u_int8_t errCode;/* Error Code */ member in struct:pptpCodes
/vbox/src/VBox/Runtime/r3/win/
H A Dfileaio-win.cpp468 DWORD errCode = GetLastError(); local
469 pReqInt->Rc = RTErrConvertFromWin32(errCode);
471 LogRel(("AIO/win: Request %#p returned rc=%Rrc (native %u\n)", pReqInt, pReqInt->Rc, errCode));

Completed in 85 milliseconds