Home
last modified time | relevance | path

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

/freebsd/bin/dd/
H A Dargs.c140 C_UNBLOCK)) in jcl()
152 if (ddflags & (C_BLOCK | C_UNBLOCK)) { in jcl()
161 ddflags |= C_UNBLOCK; in jcl()
352 { "block", C_BLOCK, C_UNBLOCK, NULL },
372 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
H A Ddd.h95 #define C_UNBLOCK 0x0000000002000000ULL macro
H A Ddd.c230 if (!(ddflags & (C_BLOCK | C_UNBLOCK))) { in setup()
405 else if (ddflags & (C_BLOCK | C_UNBLOCK)) in dd_in()
511 else if (ddflags & (C_BLOCK | C_UNBLOCK)) in dd_close()