HomeSort by relevance Sort by last modified time
    Searched refs:C_UNBLOCK (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/
dd.h 91 #define C_UNBLOCK 0x80000
dd.c 216 if (!(ddflags & (C_BLOCK|C_UNBLOCK))) {
315 if (flags & (C_BLOCK|C_UNBLOCK))
1102 C_UNBLOCK | C_OSYNC | C_ASCII | C_EBCDIC | C_SPARSE)) {
1116 if (ddflags & (C_BLOCK|C_UNBLOCK)) {
1126 ddflags |= C_UNBLOCK;
1269 { "block", C_BLOCK, C_UNBLOCK, NULL },
1277 { "unblock", C_UNBLOCK, C_BLOCK, NULL },

Completed in 568 milliseconds