Searched refs:map_error (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/ |
| H A D | 0002-Support-transformation-between-D-Bus-errors-and-exce.patch | 38 +def map_error(error_name): 41 + error_registration.map_error(cls, error_name) 64 + def map_error(self, exception_cls, name): 71 + self.map_error(exception_cls, name)
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | ubd_kern.c | 1493 static int map_error(int error_code) in map_error() function 1525 return map_error(0); in update_bitmap() 1530 return map_error(-n); in update_bitmap() 1532 return map_error(0); in update_bitmap() 1546 req->error = map_error(-os_sync_file(req->fds[0])); in do_io() 1573 req->error = map_error(-n); in do_io() 1582 req->error = map_error(-n); in do_io() 1590 req->error = map_error(-n); in do_io()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aeroflex/ |
| H A D | greth.c | 511 goto map_error; in greth_start_xmit_gbit() 575 map_error: in greth_start_xmit_gbit()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | smb2ops.c | 4605 rdata->result = server->ops->map_error(buf, true); in handle_read_data() 5138 .map_error = map_smb2_to_linux_error, 5238 .map_error = map_smb2_to_linux_error, 5339 .map_error = map_smb2_to_linux_error, 5452 .map_error = map_smb2_to_linux_error,
|
| H A D | smb1ops.c | 1162 .map_error = map_smb_to_linux_error,
|
| H A D | cifsglob.h | 249 int (*map_error)(char *, bool); member
|
| H A D | cifssmb.c | 1539 rdata->result = server->ops->map_error(buf, false); in cifs_readv_receive()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/ |
| H A D | qla3xxx.c | 2369 goto map_error; in ql_send_map() 2392 goto map_error; in ql_send_map() 2405 map_error: in ql_send_map()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cortina/ |
| H A D | gemini.c | 1196 goto map_error; in gmac_map_tx_bufs() 1213 map_error: in gmac_map_tx_bufs()
|
| /OK3568_Linux_fs/kernel/drivers/staging/qlge/ |
| H A D | qlge_main.c | 1306 goto map_error; in ql_map_send() 1334 goto map_error; in ql_map_send() 1350 map_error: in ql_map_send()
|