Home
last modified time | relevance | path

Searched refs:dsize (Results 1 – 4 of 4) sorted by relevance

/system/ulib/fs/
A Dunmount.cpp37 uint32_t dsize; in vfs_unmount_handle() local
44 zx_status_t status = zx_channel_call(srv, 0, deadline, &args, &dsize, &hcount); in vfs_unmount_handle()
48 if (dsize < FIDL_ALIGN(sizeof(fuchsia_io_DirectoryAdminUnmountResponse))) { in vfs_unmount_handle()
/system/ulib/fdio/
A Dremoteio.c201 uint32_t dsize = sizeof(*info); in zxrio_process_open_response() local
204 zx_status_t r = zx_channel_read(h, 0, info, &extra_handle, dsize, 1, &dsize, in zxrio_process_open_response()
209 if (dsize < sizeof(fuchsia_io_NodeOnOpenEvent) || in zxrio_process_open_response()
216 if (dsize != sizeof(fdio_on_open_msg_t)) { in zxrio_process_open_response()
/system/ulib/driver-info/
A Ddriver-info.c55 void* data, size_t dsize, in for_each_note() argument
81 (ph[i].p_filesz > dsize)) { in for_each_note()
/system/ulib/zxs/
A Dzxs.cpp115 size_t dsize = (size_t)r; in zxsio_txn() local
117 if (!is_rio_message_reply_valid(msg, dsize) || (msg->op != request_op)) { in zxsio_txn()

Completed in 10 milliseconds