Searched refs:return_error (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/android/
H A Dbinder.c347 uint32_t return_error; /* Write failed, return error code in read buf */ member in struct:binder_thread
1197 if (target_thread->return_error != BR_OK && binder_send_failed_reply()
1200 target_thread->return_error; binder_send_failed_reply()
1201 target_thread->return_error = BR_OK; binder_send_failed_reply()
1203 if (target_thread->return_error == BR_OK) { binder_send_failed_reply()
1211 target_thread->return_error = error_code; binder_send_failed_reply()
1217 target_thread->return_error); binder_send_failed_reply()
1331 uint32_t return_error; binder_transaction() local
1346 return_error = BR_FAILED_REPLY; binder_transaction()
1357 return_error = BR_FAILED_REPLY; binder_transaction()
1364 return_error = BR_DEAD_REPLY; binder_transaction()
1373 return_error = BR_FAILED_REPLY; binder_transaction()
1387 return_error = BR_FAILED_REPLY; binder_transaction()
1394 return_error = BR_DEAD_REPLY; binder_transaction()
1401 return_error = BR_DEAD_REPLY; binder_transaction()
1406 return_error = BR_FAILED_REPLY; binder_transaction()
1419 return_error = BR_FAILED_REPLY; binder_transaction()
1442 return_error = BR_FAILED_REPLY; binder_transaction()
1449 return_error = BR_FAILED_REPLY; binder_transaction()
1490 return_error = BR_FAILED_REPLY; binder_transaction()
1508 return_error = BR_FAILED_REPLY; binder_transaction()
1515 return_error = BR_FAILED_REPLY; binder_transaction()
1521 return_error = BR_FAILED_REPLY; binder_transaction()
1533 return_error = BR_FAILED_REPLY; binder_transaction()
1546 return_error = BR_FAILED_REPLY; binder_transaction()
1557 return_error = BR_FAILED_REPLY; binder_transaction()
1562 return_error = BR_FAILED_REPLY; binder_transaction()
1567 return_error = BR_FAILED_REPLY; binder_transaction()
1592 return_error = BR_FAILED_REPLY; binder_transaction()
1597 return_error = BR_FAILED_REPLY; binder_transaction()
1618 return_error = BR_FAILED_REPLY; binder_transaction()
1640 return_error = BR_FAILED_REPLY; binder_transaction()
1646 return_error = BR_FAILED_REPLY; binder_transaction()
1654 return_error = BR_FAILED_REPLY; binder_transaction()
1661 return_error = BR_FAILED_REPLY; binder_transaction()
1667 return_error = BR_FAILED_REPLY; binder_transaction()
1681 return_error = BR_FAILED_REPLY; binder_transaction()
1737 proc->pid, thread->pid, return_error, binder_transaction()
1747 BUG_ON(thread->return_error != BR_OK); binder_transaction()
1749 thread->return_error = BR_TRANSACTION_COMPLETE; binder_transaction()
1750 binder_send_failed_reply(in_reply_to, return_error); binder_transaction()
1752 thread->return_error = return_error; binder_transaction()
1765 while (ptr < end && thread->return_error == BR_OK) { binder_thread_write()
2021 thread->return_error = BR_ERROR; binder_thread_write()
2138 return !list_empty(&thread->todo) || thread->return_error != BR_OK || binder_has_thread_work()
2164 if (thread->return_error != BR_OK && ptr < end) { binder_thread_read()
2174 if (put_user(thread->return_error, (uint32_t __user *)ptr)) binder_thread_read()
2177 binder_stat_br(proc, thread, thread->return_error); binder_thread_read()
2178 thread->return_error = BR_OK; binder_thread_read()
2547 thread->return_error = BR_OK; binder_get_thread()
2606 list_empty(&thread->todo) && thread->return_error == BR_OK; binder_poll()
/linux-4.1.27/drivers/mtd/nand/
H A Domap2.c1729 goto return_error; omap_nand_probe()
1751 goto return_error; omap_nand_probe()
1766 goto return_error; omap_nand_probe()
1778 goto return_error; omap_nand_probe()
1787 goto return_error; omap_nand_probe()
1794 goto return_error; omap_nand_probe()
1803 goto return_error; omap_nand_probe()
1815 goto return_error; omap_nand_probe()
1820 goto return_error; omap_nand_probe()
1884 goto return_error; omap_nand_probe()
1915 goto return_error; omap_nand_probe()
1948 goto return_error; omap_nand_probe()
1969 goto return_error; omap_nand_probe()
1999 goto return_error; omap_nand_probe()
2015 goto return_error; omap_nand_probe()
2029 goto return_error; omap_nand_probe()
2037 goto return_error; omap_nand_probe()
2048 return_error: omap_nand_probe()
/linux-4.1.27/fs/ntfs/
H A Dcompress.c222 return_error: ntfs_decompress()
444 goto return_error; ntfs_decompress()

Completed in 274 milliseconds