Searched refs:should_write (Results 1 – 4 of 4) sorted by relevance
| /dflybsd-src/contrib/lvm2/dist/lib/device/ |
| H A D | dev-io.c | 69 static int _io(struct device_area *where, void *buffer, int should_write) in _io() argument 84 if (should_write && test_mode()) in _io() 101 n = should_write ? in _io() 109 should_write ? "write" : "read", in _io() 191 int should_write) in _aligned_io() argument 211 return _io(where, buffer, should_write); in _aligned_io() 227 if (!should_write) in _aligned_io() 233 if (should_write) { in _aligned_io()
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | dcache.c | 490 int len, int should_write) in dcache_xfer_memory() argument 496 xfunc = should_write ? dcache_poke_byte : dcache_peek_byte; in dcache_xfer_memory() 510 if (should_write) in dcache_xfer_memory() 528 if (should_write) in dcache_xfer_memory()
|
| H A D | dcache.h | 38 gdb_byte *my, int len, int should_write);
|
| H A D | remote.c | 6903 int should_write, struct mem_attrib *attrib, in remote_xfer_memory() argument 6911 if (should_write) in remote_xfer_memory()
|