Searched refs:should_write (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dcache.c | 529 int should_write) in dcache_xfer_memory() argument 533 xfunc = should_write ? dcache_poke_byte : dcache_peek_byte; in dcache_xfer_memory() 550 if (should_write) in dcache_xfer_memory()
|
H A D | dcache.h | 41 int should_write);
|
H A D | ocd.h | 109 int len, int should_write,
|
H A D | v850ice.c | 61 int len, int should_write, 589 int should_write, struct target_ops *target) in v850ice_xfer_memory() argument 596 if (should_write) in v850ice_xfer_memory()
|
H A D | remote-rdi.c | 54 int len, int should_write, 578 int should_write, struct mem_attrib *attrib, in arm_rdi_xfer_memory() argument 583 if (should_write) in arm_rdi_xfer_memory()
|
H A D | remote-sds.c | 641 sds_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int should_write, in sds_xfer_memory() argument 646 if (should_write) in sds_xfer_memory()
|
H A D | ocd.c | 712 ocd_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int should_write, in ocd_xfer_memory() argument 717 if (should_write) in ocd_xfer_memory()
|
H A D | remote.c | 73 int len, int should_write, 3796 int should_write, struct mem_attrib *attrib, in remote_xfer_memory() argument 3810 if (should_write) in remote_xfer_memory()
|
H A D | ChangeLog-1996 | 3499 `write' to `should_write'.
|
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | write.c | 1179 int should_write; in FDECL1() local 1203 should_write = last_extent - session_start; in FDECL1() 1279 if(should_write != last_extent - session_start) in FDECL1() 1282 fprintf(stderr,"Predicted = %d, written = %d\n", should_write, last_extent); in FDECL1() 1305 int should_write; in FDECL1() local 1343 should_write = last_extent - session_start; in FDECL1() 1344 set_733((char *) vol_desc.volume_space_size, should_write); in FDECL1()
|