Searched refs:ddop_open (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/bin/dd/ |
H A D | dd.c | 183 in.fd = ddop_open(in, in.name, iflag, 0); in setup() 221 out.fd = ddop_open(out, out.name, O_RDWR | OFLAGS, DEFFILEMODE); in setup() 228 out.fd = ddop_open(out, out.name, O_WRONLY | OFLAGS, in setup()
|
H A D | dd.h | 59 #define ddop_open(dir, a1, a2, ...) dir.ops->op_open(a1, a2, __VA_ARGS__) macro
|