Home
last modified time | relevance | path

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

/lk-master/app/moot/
A Dfsboot.c30 if (retcode != NO_ERROR) { in attempt_fs_boot()
40 if (retcode != NO_ERROR) { in attempt_fs_boot()
42 fpath,retcode); in attempt_fs_boot()
48 retcode = fs_stat_file(handle, &stat); in attempt_fs_boot()
49 if (retcode != NO_ERROR) { in attempt_fs_boot()
51 fpath,retcode); in attempt_fs_boot()
63 if (retcode != NO_ERROR) { in attempt_fs_boot()
65 fpath,retcode); in attempt_fs_boot()
80 if (retcode != NO_ERROR) { in attempt_fs_boot()
87 if (retcode != NO_ERROR) { in attempt_fs_boot()
[all …]
/lk-master/tools/moot/
A Dmtldr153 retcode, datalen = self.__read_response()
156 return (retcode, list())
167 if retcode != Retcode.xmit_ready:
168 return (retcode, list())
175 return (retcode, resp)
191 if retcode != Retcode.recv_ready:
193 return (retcode, list())
201 return (retcode, list())
233 if retcode != Retcode.no_error:
244 if retcode != Retcode.no_error:
[all …]
/lk-master/app/tests/
A Dfibo.c67 int retcode; in fibo() local
68 thread_join(t, &retcode, INFINITE_TIME); in fibo()
72 printf("fibo %d\n", retcode); in fibo()
A Dport_tests.c374 int retcode = -1; in two_threads_basic() local
375 thread_join(t1, &retcode, INFINITE_TIME); in two_threads_basic()
376 if (retcode) in two_threads_basic()
379 thread_join(t2, &retcode, INFINITE_TIME); in two_threads_basic()
380 if (retcode) in two_threads_basic()
386 printf("child thread exited with %d\n", retcode); in two_threads_basic()
537 int retcode = -1; in group_basic() local
538 thread_join(wt, &retcode, INFINITE_TIME); in group_basic()
539 if (retcode) { in group_basic()
540 printf("child thread exited with %d\n", retcode); in group_basic()
/lk-master/lib/bio/
A Ddebug.c396 status_t retcode = NO_ERROR; in memory_mapped_test() local
419 retcode = ERR_IO; in memory_mapped_test()
435 retcode = ERR_IO; in memory_mapped_test()
444 retcode = ERR_NOT_SUPPORTED; in memory_mapped_test()
449 retcode = ioctl_result; in memory_mapped_test()
469 retcode = ioctl_result; in memory_mapped_test()
479 retcode = ERR_IO; in memory_mapped_test()
498 return retcode; in memory_mapped_test()
/lk-master/kernel/include/kernel/
A Dthread.h106 int retcode; member
155 void thread_exit(int retcode) __NO_RETURN;
158 status_t thread_join(thread_t *t, int *retcode, lk_time_t timeout);
/lk-master/lib/fs/spifs/test/
A Dspifstest.c690 int retcode = 0; in spifs_bench() local
711 retcode = -1; in spifs_bench()
735 retcode = -1; in spifs_bench()
756 retcode = -1; in spifs_bench()
765 retcode = -1; in spifs_bench()
777 retcode = -1; in spifs_bench()
785 return retcode; in spifs_bench()
/lk-master/kernel/
A Dthread.c165 t->retcode = 0; in thread_create_etc()
306 status_t thread_join(thread_t *t, int *retcode, lk_time_t timeout) { in thread_join() argument
332 if (retcode) in thread_join()
333 *retcode = t->retcode; in thread_join()
381 void thread_exit(int retcode) { in thread_exit() argument
394 current_thread->retcode = retcode; in thread_exit()
/lk-master/external/lib/lwip/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()
/lk-master/platform/stm32f7xx/
A Dqspi.c332 ssize_t retcode = 0; in spiflash_bdev_read_block() local
341 retcode = hal_error_to_status(status); in spiflash_bdev_read_block()
343 __func__, retcode); in spiflash_bdev_read_block()
350 retcode = hal_error_to_status(status); in spiflash_bdev_read_block()
352 __func__, retcode); in spiflash_bdev_read_block()
357 retcode += device->block_size; in spiflash_bdev_read_block()
363 return retcode; in spiflash_bdev_read_block()
/lk-master/arch/x86/
A Dfaults.c135 thread_exit(current_thread->retcode); in x86_pfe_handler()

Completed in 18 milliseconds