HomeSort by: relevance | last modified time | path
    Searched refs:IMPLY (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
debug.h 73 * IMPLY and EQUIV are assertions of the form:
80 #define IMPLY(A, B) \
87 #define IMPLY(A, B) ((void)0)
94 * the panic message to ease debugging. The three variants imply the type
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zio_inject.c 416 IMPLY(inject_delay_count > 0, zio_injection_enabled > 0);
417 IMPLY(zio_injection_enabled == 0, inject_delay_count == 0);
arc.c 1724 IMPLY(shared, HDR_SHARED_DATA(buf->b_hdr));
2049 IMPLY(HDR_COMPRESSION_ENABLED(hdr), HDR_GET_PSIZE(hdr) == 0 ||
3276 IMPLY(bytes < 0, bytes == ARC_EVICT_ALL);
3398 IMPLY(bytes < 0, bytes == ARC_EVICT_ALL);
sa.c 1780 IMPLY(reg_length != 0, reg_length == buflen);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu.h 584 IMPLY(evict_func_sync == NULL, evict_func_async != NULL);

Completed in 70 milliseconds