Home
last modified time | relevance | path

Searched refs:should_write (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/lvm2/dist/lib/device/
H A Ddev-io.c69 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 Ddcache.c490 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 Ddcache.h38 gdb_byte *my, int len, int should_write);
H A Dremote.c6903 int should_write, struct mem_attrib *attrib, in remote_xfer_memory() argument
6911 if (should_write) in remote_xfer_memory()