Searched refs:C_UNBLOCK (Results 1 – 3 of 3) sorted by relevance
161 C_UNBLOCK | C_OSYNC | C_ASCII | C_EBCDIC | C_SPARSE)) { in jcl()175 if (ddflags & (C_BLOCK|C_UNBLOCK)) { in jcl()184 ddflags |= C_UNBLOCK; in jcl()340 { "block", C_BLOCK, C_UNBLOCK, NULL },354 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
125 #define C_UNBLOCK 0x80000 macro
214 if (!(ddflags & (C_BLOCK|C_UNBLOCK))) { in setup()350 if (flags & (C_BLOCK|C_UNBLOCK)) in dd_in()