Searched refs:writebuf (Results 1 - 25 of 25) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/config/sparc/
H A Dnm-nbsd.h40 void *readbuf, const void *writebuf,
/freebsd-10.1-release/libexec/mknetid/
H A Dmknetid.c105 char writebuf[LINSIZ]; local
217 snprintf(writebuf, sizeof(writebuf), "%s.%s@%s", OPSYS,
220 if (lookup(dtable, writebuf)) {
226 mstore(dtable, writebuf, 0, 1);
260 snprintf(writebuf, sizeof(writebuf), "%s.%s@%s", OPSYS,
262 if (lookup(dtable, (char *)&writebuf)) {
265 writebuf);
268 mstore(dtable, (char *)&writebuf,
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dppc-sysv-tdep.c328 const void *writebuf, int broken_gcc)
345 if (writebuf)
351 convert_typed_floating (writebuf, type, regval, regtype);
367 if (writebuf)
371 (const bfd_byte *) writebuf + 0);
373 (const bfd_byte *) writebuf + 4);
390 if (writebuf)
395 unpack_long (type, writebuf));
408 if (writebuf)
411 regcache_cooked_write (regcache, tdep->ppc_vr0_regnum + 2, writebuf);
326 do_ppc_sysv_return_value(struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, void *readbuf, const void *writebuf, int broken_gcc) argument
515 ppc_sysv_abi_return_value(struct gdbarch *gdbarch, struct type *valtype, struct regcache *regcache, void *readbuf, const void *writebuf) argument
524 ppc_sysv_abi_broken_return_value(struct gdbarch *gdbarch, struct type *valtype, struct regcache *regcache, void *readbuf, const void *writebuf) argument
845 ppc64_sysv_abi_return_value(struct gdbarch *gdbarch, struct type *valtype, struct regcache *regcache, void *readbuf, const void *writebuf) argument
[all...]
H A Dauxv.h70 const void *writebuf,
H A Dppc-tdep.h41 const void *writebuf);
46 const void *writebuf);
72 const void *writebuf);
H A Dbfd-target.c75 const void *writebuf, ULONGEST offset, LONGEST len)
94 if (writebuf != NULL)
99 if (writebuf != NULL
101 writebuf, offset - s->addr, len))
72 target_bfd_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dcorelow.c523 const void *writebuf, ULONGEST offset, LONGEST len)
531 if (writebuf)
532 return (*ops->to_xfer_memory) (offset, writebuf, len, 1/*write*/,
575 if (writebuf)
576 return (*ops->to_xfer_memory) (addr, writebuf, len, 1/*write*/,
584 readbuf, writebuf, offset, len);
520 core_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dinftarg.c561 const void *writebuf, ULONGEST offset, LONGEST len)
569 if (writebuf)
578 return NATIVE_XFER_UNWIND_TABLE (ops, object, annex, readbuf, writebuf,
585 return NATIVE_XFER_AUXV (ops, object, annex, readbuf, writebuf,
592 return NATIVE_XFER_WCOOKIE (ops, object, annex, readbuf, writebuf,
599 return NATIVE_XFER_DIRTY (ops, object, annex, readbuf, writebuf,
559 child_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dauxv.c49 const void *writebuf,
58 gdb_assert (readbuf || writebuf);
61 fd = open (pathname, writebuf != NULL ? O_WRONLY : O_RDONLY);
72 n = write (fd, writebuf, len);
45 procfs_xfer_auxv(struct target_ops *ops, int object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dppcnbsd-tdep.c214 const void *writebuf)
227 readbuf, writebuf);
212 ppcnbsd_return_value(struct gdbarch *gdbarch, struct type *valtype, struct regcache *regcache, void *readbuf, const void *writebuf) argument
H A Dsparc-nat.c258 const char *annex, void *readbuf, const void *writebuf,
265 gdb_assert (readbuf && writebuf == NULL);
256 sparc_xfer_wcookie(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dppcfbsd-tdep.c497 const void *writebuf)
509 readbuf, writebuf);
495 ppcfbsd_return_value(struct gdbarch *gdbarch, struct type *valtype, struct regcache *regcache, void *readbuf, const void *writebuf) argument
H A Damd64-tdep.c407 void *readbuf, const void *writebuf)
417 gdb_assert (!(readbuf && writebuf));
463 if (writebuf)
488 if (writebuf)
490 (const char *) writebuf + i * 8);
404 amd64_return_value(struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, void *readbuf, const void *writebuf) argument
H A Dtarget.c77 const void *writebuf,
1083 const void *writebuf, ULONGEST offset, LONGEST len)
1092 if (writebuf != NULL)
1096 memcpy (buffer, writebuf, len);
1115 readbuf, writebuf, offset, len);
2290 const char *annex, void *readbuf, const void *writebuf,
2296 readbuf, writebuf, offset, len);
2301 (long) readbuf, (long) writebuf, paddr_nz (offset),
1081 default_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
2284 debug_to_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dmips-tdep.c3280 void *readbuf, const void *writebuf)
3298 TARGET_BYTE_ORDER, readbuf, writebuf, 0);
3329 TARGET_BYTE_ORDER, readbuf, writebuf, offset);
3352 BFD_ENDIAN_UNKNOWN, readbuf, writebuf, offset);
3373 TARGET_BYTE_ORDER, readbuf, writebuf, offset);
3693 void *readbuf, const void *writebuf)
3711 TARGET_BYTE_ORDER, readbuf, writebuf, 0);
3727 0, 4, TARGET_BYTE_ORDER, readbuf, writebuf, 0);
3730 1, 4, TARGET_BYTE_ORDER, readbuf, writebuf, 4);
3735 1, 4, TARGET_BYTE_ORDER, readbuf, writebuf,
3278 mips_n32n64_return_value(struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, void *readbuf, const void *writebuf) argument
3691 mips_o32_return_value(struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, void *readbuf, const void *writebuf) argument
[all...]
H A Di386-tdep.c1333 const void *writebuf)
1350 return i386_return_value (gdbarch, type, regcache, readbuf, writebuf);
1355 if (writebuf)
1356 i386_store_return_value (gdbarch, type, regcache, writebuf);
1322 i386_return_value(struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, void *readbuf, const void *writebuf) argument
H A Dsol-thread.c759 only one, of readbuf or writebuf must be non-NULL. */
764 const void *writebuf, ULONGEST offset, LONGEST len)
778 readbuf, writebuf, offset, len);
781 readbuf, writebuf, offset, len);
758 sol_thread_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dsparc-tdep.c906 const void *writebuf)
914 if (writebuf)
915 sparc32_store_return_value (type, regcache, writebuf);
896 sparc32_return_value(struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, void *readbuf, const void *writebuf) argument
H A Dsparc64-tdep.c1082 const void *writebuf)
1089 if (writebuf)
1090 sparc64_store_return_value (type, regcache, writebuf);
1075 sparc64_return_value(struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, void *readbuf, const void *writebuf) argument
H A Dtarget.h422 only one, of readbuf or writebuf must be non-NULL. */
425 void *readbuf, const void *writebuf,
H A Dprocfs.c135 void *readbuf, const void *writebuf,
4284 const void *writebuf, ULONGEST offset, LONGEST len)
4292 if (writebuf)
4299 return procfs_xfer_auxv (ops, object, annex, readbuf, writebuf,
4306 readbuf, writebuf, offset, len);
4282 procfs_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dgdbarch.h1396 typedef enum return_value_convention (gdbarch_return_value_ftype) (struct gdbarch *gdbarch, struct type *valtype, struct regcache *regcache, void *readbuf, const void *writebuf);
1397 extern enum return_value_convention gdbarch_return_value (struct gdbarch *gdbarch, struct type *valtype, struct regcache *regcache, void *readbuf, const void *writebuf);
H A Dgdbarch.c4118 gdbarch_return_value (struct gdbarch *gdbarch, struct type *valtype, struct regcache *regcache, void *readbuf, const void *writebuf) argument
4124 return gdbarch->return_value (gdbarch, valtype, regcache, readbuf, writebuf);
H A Dremote.c4901 const char *annex, void *readbuf, const void *writebuf,
4911 if (writebuf != NULL || readbuf == NULL)
4887 remote_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
/freebsd-10.1-release/usr.sbin/makefs/ffs/
H A Dmkfs.c96 char writebuf[FFS_MAXBSIZE]; variable
507 memcpy(writebuf, &sblock, sbsize);
509 ffs_sb_swap(&sblock, (struct fs*)writebuf);
510 memcpy(iobuf, writebuf, SBLOCKSIZE);
554 memcpy(writebuf, &sblock, sbsize);
556 ffs_sb_swap(fs, (struct fs*)writebuf);
557 ffs_wtfs(fs->fs_sblockloc / sectorsize, sbsize, writebuf, fsopts);
562 sbsize, writebuf, fsopts); local

Completed in 378 milliseconds