Home
last modified time | relevance | path

Searched refs:retcode (Results 1 – 4 of 4) sorted by relevance

/components/lwp/arch/x86/i386/
A Dlwp_arch.c192 void *retcode = (void *)((size_t)ustack - size); in lwp_copy_return_code_to_user_stack() local
193 memcpy(retcode, (void *)lwp_thread_return, size); in lwp_copy_return_code_to_user_stack()
194 return retcode; in lwp_copy_return_code_to_user_stack()
220 unsigned long *retcode = lwp_copy_return_code_to_user_stack(ustack); /* copy ret code */ in arch_crt_start_umode() local
221 …unsigned long *retstack = (unsigned long *)RT_ALIGN_DOWN(((rt_ubase_t)retcode), sizeof(rt_ubase_t)… in arch_crt_start_umode()
238 *(--retstack) = (unsigned long) retcode; /* ret eip */ in arch_crt_start_umode()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dupap.c364 int retcode; in upap_rauthreq() local
410 retcode = UPAP_AUTHNAK; in upap_rauthreq()
412 retcode = UPAP_AUTHACK; in upap_rauthreq()
422 if (retcode == UPAP_AUTHACK) { in upap_rauthreq()
425 retcode = UPAP_AUTHNAK; /* XXX exit value will be "wrong" */ in upap_rauthreq()
435 upap_sresp(pcb, retcode, id, msg, msglen); in upap_rauthreq()
440 if (retcode == UPAP_AUTHACK) { in upap_rauthreq()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dupap.c364 int retcode; in upap_rauthreq() local
410 retcode = UPAP_AUTHNAK; in upap_rauthreq()
412 retcode = UPAP_AUTHACK; in upap_rauthreq()
422 if (retcode == UPAP_AUTHACK) { in upap_rauthreq()
425 retcode = UPAP_AUTHNAK; /* XXX exit value will be "wrong" */ in upap_rauthreq()
435 upap_sresp(pcb, retcode, id, msg, msglen); in upap_rauthreq()
440 if (retcode == UPAP_AUTHACK) { in upap_rauthreq()
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dpap.c394 u_char retcode; in upap_rauthreq() local
442 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd, rpasswdlen, &msg, &msglen); in upap_rauthreq()
446 upap_sresp(u, retcode, id, msg, msglen); in upap_rauthreq()
448 if (retcode == UPAP_AUTHACK) { in upap_rauthreq()

Completed in 6 milliseconds