Searched refs:callback (Results 1 – 6 of 6) sorted by relevance
| /lib/tftp/ |
| A D | tftp.c | 55 tftp_callback_t callback; member 96 job->callback(NULL, 0UL, job->arg); in end_transfer() 136 if (job->callback(&data_c[4], len - 4, job->arg) < 0) { in udp_wrq_callback() 249 job->callback = cb; in tftp_set_write_client()
|
| /lib/minip/ |
| A D | udp.c | 28 udp_callback_t callback; member 65 entry->callback = cb; in udp_listen() 186 e->callback(p->data, p->dlen, src_ip, ntohs(udp->src_port), e->arg); in udp_input()
|
| /lib/bio/include/lib/ |
| A D | bio.h | 51 void (*callback)(void *cookie, struct bdev *, ssize_t), 67 bio_async_callback_t callback, void *callback_context); 144 void bio_iter_devices(bool (*callback)(void *, bdev_t *), void *cookie);
|
| /lib/bio/ |
| A D | bio.c | 373 bio_async_callback_t callback, void *callback_context) { in bio_read_async() argument 389 return dev->read_async(dev, buf, offset, len, callback, callback_context); in bio_read_async() 557 void bio_iter_devices(bool (*callback)(void *, bdev_t *), void *cookie) { in bio_iter_devices() 561 if (!callback(cookie, entry)) { in bio_iter_devices()
|
| /lib/acpi_lite/ |
| A D | acpi_lite.cpp | 410 …s_madt_entries_etc(const uint8_t search_type, const madt_entry_callback callback, void * const coo… in acpi_process_madt_entries_etc() argument 430 callback(static_cast<const void*>(&madt_array[off]), length, cookie); in acpi_process_madt_entries_etc()
|
| /lib/fdtwalk/ |
| A D | fdtwalk.cpp | 129 template <typename callback> 130 status_t _fdt_walk(const void *fdt, callback cb) { in _fdt_walk()
|
Completed in 19 milliseconds