Searched refs:write_buf (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | inf-child.c | 259 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()
|
| HD | target.h | 716 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,
|
| HD | target.c | 3321 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()
|
| HD | remote.c | 9683 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/ |
| HD | dc_link_ddc.h | 100 uint8_t *write_buf,
|
| /dragonfly/sys/dev/drm/amd/display/dc/core/ |
| HD | dc_link_ddc.c | 559 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/ |
| HD | client.c | 3553 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()
|