Home
last modified time | relevance | path

Searched refs:write_buf (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDinf-child.c259 inf_child_fileio_pwrite (int fd, const gdb_byte *write_buf, int len, in inf_child_fileio_pwrite() argument
265 ret = pwrite (fd, write_buf, len, (long) offset); in inf_child_fileio_pwrite()
274 ret = write (fd, write_buf, len); in inf_child_fileio_pwrite()
HDtarget.h716 int (*to_fileio_pwrite) (int fd, const gdb_byte *write_buf, int len,
1679 extern int target_fileio_pwrite (int fd, const gdb_byte *write_buf, int len,
HDtarget.c3321 target_fileio_pwrite (int fd, const gdb_byte *write_buf, int len, in target_fileio_pwrite() argument
3330 int ret = t->to_fileio_pwrite (fd, write_buf, len, offset, in target_fileio_pwrite()
HDremote.c9683 remote_hostio_pwrite (int fd, const gdb_byte *write_buf, int len, in remote_hostio_pwrite() argument
9699 p += remote_escape_output (write_buf, len, p, &out_len, in remote_hostio_pwrite()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
HDdc_link_ddc.h100 uint8_t *write_buf,
/dragonfly/sys/dev/drm/amd/display/dc/core/
HDdc_link_ddc.c559 uint8_t *write_buf, in dal_ddc_service_query_ddc_data() argument
598 payloads, address, write_size, write_buf, true); in dal_ddc_service_query_ddc_data()
626 &payloads, address, write_size, write_buf, true); in dal_ddc_service_query_ddc_data()
/dragonfly/contrib/cvs-1.12/src/
HDclient.c3553 char* write_buf = Xasnprintf (NULL, &count, CONNECT_STRING, in connect_to_pserver() local
3555 send_to_server_via (to_server, write_buf, count); in connect_to_pserver()
3561 sscanf (read_buf, "%s %d", write_buf, &codenum); in connect_to_pserver()
3567 free (write_buf); in connect_to_pserver()