Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
io_desc_t * | io_desc_new (io_backend_t *iob, void *fp) |
int | iob_write (io_desc_t *desc, const uint8_t *buf, const uint32_t buf_len) |
int | iob_read (io_desc_t *desc, uint8_t *buf, const uint32_t buf_len) |
io_desc_t* io_desc_new | ( | io_backend_t * | iob, |
void * | fp | ||
) |
Definition at line 37 of file transport.c.
References buf_len, desc, done, E_NOIF, lock(), NULL, rz_th_lock_enter(), rz_th_lock_leave(), and rz_th_lock_new().
Referenced by kd_read_packet().
Definition at line 16 of file transport.c.
References buf_len, desc, done, E_NOIF, lock(), NULL, rz_th_lock_enter(), rz_th_lock_leave(), and rz_th_lock_new().
Referenced by kd_send_ctrl_packet(), kd_send_data_packet(), winkd_break(), and winkd_sync().