Searched defs:cb (Results 1 - 25 of 37) sorted by relevance

12

/fuchsia/zircon/kernel/lib/io/
H A Dconsole.cpp41 print_callback_t* cb; local
102 void register_print_callback(print_callback_t* cb) { argument
108 void unregister_print_callback(print_callback_t* cb) { argument
/fuchsia/zircon/system/ulib/fs-management/
H A Dfsck.cpp24 FsckNativeFs(const char* device_path, const fsck_options_t* options, LaunchCallback cb, const char* cmd_path) argument
54 FsckFat(const char* device_path, const fsck_options_t* options, LaunchCallback cb) argument
74 fsck(const char* device_path, disk_format_t df, const fsck_options_t* options, LaunchCallback cb) argument
H A Dmkfs.cpp27 zx_status_t MkfsNativeFs(const char* binary, const char* device_path, LaunchCallback cb, argument
60 zx_status_t MkfsFat(const char* device_path, LaunchCallback cb, const mkfs_options_t* options) { argument
67 zx_status_t mkfs(const char* device_path, disk_format_t df, LaunchCallback cb, argument
H A Dfvm.cpp243 auto cb = [](int dirfd, int event, const char* fn, void* cookie) { local
H A Dmount.cpp154 zx_status_t Mounter::LaunchAndMount(LaunchCallback cb, const mount_options_t& options, argument
214 zx_status_t Mounter::MountFat(unique_fd device, const mount_options_t& options, LaunchCallback cb) { argument
183 MountNativeFs(const char* binary, unique_fd device, const mount_options_t& options, LaunchCallback cb) argument
238 Mount(unique_fd device, disk_format_t format, const mount_options_t& options, LaunchCallback cb) argument
330 fmount(int device_fd, int mount_fd, disk_format_t df, const mount_options_t* options, LaunchCallback cb) argument
336 mount(int device_fd, const char* mount_path, disk_format_t df, const mount_options_t* options, LaunchCallback cb) argument
[all...]
/fuchsia/zircon/system/dev/ethernet/realtek-8211f/
H A Drtl8211f.cpp130 eth_mac_callbacks_t cb; local
/fuchsia/zircon/kernel/kernel/
H A Ddebug.cpp166 auto cb = static_cast<RecurringCallback*>(arg); local
/fuchsia/zircon/system/dev/display/display/
H A Dfence.cpp73 Fence::Fence(FenceCallback* cb, async_dispatcher_t* dispatcher, uint64_t fence_id, zx::event&& event) argument
/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dserial-impl.h80 serial_impl_set_notify_callback(serial_impl_protocol_t* serial, serial_notify_cb cb, void* cookie) argument
/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Ddisplay-controller.h35 static void SetDisplayControllerCb(void* ctx, void* cb_ctx, display_controller_cb_t* cb) { argument
H A Dserial-impl.h89 static zx_status_t SetNotifyCallback(void* ctx, serial_notify_cb cb, void* cookie) { argument
119 zx_status_t SetNotifyCallback(serial_notify_cb cb, void* cookie) { argument
/fuchsia/zircon/system/ulib/fdio/
H A Dwatcher.c140 zx_status_t fdio_watch_directory(int dirfd, watchdir_func_t cb, zx_time_t deadline, void *cookie) { argument
/fuchsia/zircon/system/ulib/libzbi/include/libzbi/
H A Dzbi-cpp.h38 zbi_result_t ForEach(zbi_foreach_cb_t cb, void* cookie) const { argument
/fuchsia/zircon/system/ulib/smbios/
H A Dsmbios.cpp251 zx_status_t EntryPoint2_1::WalkStructs(uintptr_t struct_table_virt, StructWalkCallback cb, argument
/fuchsia/zircon/system/utest/fs/
H A Dtest-threading.cpp63 bool thread_action_test(thrd_cb_t cb, void* arg = nullptr) { argument
/fuchsia/zircon/kernel/platform/pc/
H A Dsmbios.cpp94 zx_status_t SmbiosWalkStructs(smbios::StructWalkCallback cb, void* ctx) { argument
/fuchsia/zircon/system/ulib/libzbi/
H A Dzbi.c110 zbi_result_t zbi_for_each(const void* base, const zbi_foreach_cb_t cb, argument
/fuchsia/zircon/system/ulib/region-alloc/
H A Dregion-alloc-c-api.cpp170 ralloc_walk_allocated_regions(const ralloc_allocator_t* allocator, region_walk_cb cb, void* ctx) argument
/fuchsia/zircon/kernel/lib/gfxconsole/
H A Dgfxconsole.cpp141 static void gfxconsole_print_callback(print_callback_t* cb, const char* str, size_t len) { argument
168 static print_callback_t cb = { variable
/fuchsia/zircon/system/dev/display/astro-display/
H A Dastro-display.cpp91 void AstroDisplay::SetDisplayControllerCb(void* cb_ctx, display_controller_cb_t* cb) { argument
/fuchsia/zircon/system/dev/display/imx8m-display/
H A Dimx8m-display.c52 static void imx8m_set_display_controller_cb(void* ctx, void* cb_ctx, display_controller_cb_t* cb) { argument
/fuchsia/zircon/system/dev/display/simple/
H A Dsimple-display.cpp28 void SimpleDisplay::SetDisplayControllerCb(void* cb_ctx, display_controller_cb_t* cb) { argument
/fuchsia/zircon/system/dev/serial/aml-uart/
H A Daml-uart.cpp327 zx_status_t AmlUart::SetNotifyCallback(serial_notify_cb cb, void* cookie) { argument
/fuchsia/zircon/system/utest/bitmap/
H A Drle-bitmap-tests.cpp54 auto cb = [](size_t index, size_t bitoff, size_t bitlen) -> bool { local
83 auto cb = [](size_t index, size_t bitoff, size_t bitlen) -> bool { local
139 auto cb = [](size_t index, size_t bitoff, size_t bitlen) -> bool { local
198 auto cb local
15 VerifyCounts(const RleBitmap& bitmap, size_t rng_expected, size_t bit_expected, VerifyCallback cb) argument
233 auto cb = [](size_t index, size_t bitoff, size_t bitlen) -> bool { local
260 auto cb = [](size_t index, size_t bitoff, size_t bitlen) -> bool { local
296 auto cb = [](size_t index, size_t bitoff, size_t bitlen) -> bool { local
[all...]
/fuchsia/zircon/system/core/virtcon/
H A Dmain.cpp269 setup_dir_watcher(const char* dir, zx_status_t (*cb)(port_handler_t*, zx_signals_t, uint32_t), port_handler_t* ph, int* fd_out) argument

Completed in 181 milliseconds

12