Searched refs:write (Results 226 - 230 of 230) sorted by relevance

12345678910

/fuchsia/zircon/system/ulib/tftp/
H A Dtftp.c407 (direction == SEND_FILE) ? "write" : "read", *outlen);
429 set_error(session, TFTP_ERR_CODE_UNDEF, resp, resp_len, "write request is too large");
457 xprintf("Unknown write request mode\n");
458 set_error(session, TFTP_ERR_CODE_BAD_OPTIONS, resp, resp_len, "unknown write request mode");
562 xprintf("Unable to service write request: no open_write implementation\n");
572 xprintf("Denying write request received when not ready\n");
579 xprintf("Could not open file on write request\n");
730 ret = session->file_interface.write(buf, &wr, off, cookie);
945 xprintf("Could not open file on write request\n");
1201 const char* xfer_direction_str = (xfer_direction == SEND_FILE) ? "write"
[all...]
/fuchsia/zircon/system/dev/display/display/
H A Dclient.cpp1500 zx_status_t status = server_handle_.write(0, data, size, nullptr, 0);
/fuchsia/zircon/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
H A Dec_commands.h66 #define EC_LPC_CMDR_CMD (1 << 3) /* Last host write was a command */
258 /* Valid addresses in ACPI memory space, for read/write commands */
297 * Each write to the commit register affects one threshold.
305 * write 2 to [0x05] -- select temp sensor 2
306 * write 0x7b to [0x06] -- C_TO_K(50) - EC_TEMP_SENSOR_OFFSET
307 * write 0x2 to [0x07] -- enable threshold 0 with this value
308 * write 0x85 to [0x06] -- C_TO_K(60) - EC_TEMP_SENSOR_OFFSET
309 * write 0x3 to [0x07] -- enable threshold 1 with this value
312 * write 2 to [0x05] -- select temp sensor 2
313 * write
3755 } write; member in union:ec_params_sb_fw_update::__anon1560
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dprof.c959 err = write(prof_dump_fd, prof_dump_buf, prof_dump_buf_end);
962 malloc_write("<jemalloc>: write() failed during heap "
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c2582 .write = errormsg_write,

Completed in 82 milliseconds

12345678910