Searched refs:C_UNBLOCK (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/bin/dd/
H A Ddd.h96 #define C_UNBLOCK 0x02000000 macro
H A Dargs.c137 C_UNBLOCK))
149 if (ddflags & (C_BLOCK | C_UNBLOCK)) {
158 ddflags |= C_UNBLOCK;
315 { "block", C_BLOCK, C_UNBLOCK, NULL },
333 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
H A Ddd.c171 if (!(ddflags & (C_BLOCK | C_UNBLOCK))) {
305 else if (ddflags & (C_BLOCK | C_UNBLOCK))
405 else if (ddflags & (C_BLOCK | C_UNBLOCK))

Completed in 92 milliseconds