Searched refs:OPTION_ENABLED (Results 1 – 9 of 9) sorted by relevance
148 if (OPTION_ENABLED(CA_DUMP_DATA)) { in maybe_dump_payload()176 if (!OPTION_ENABLED(CA_DUMP_BEGIN_AND_END) && in dump_begin_record()177 !OPTION_ENABLED(CA_DUMP_ALL_RECORDS)) in dump_begin_record()195 if (OPTION_ENABLED(CA_VERBOSE)) in dump_begin_record()237 if (!OPTION_ENABLED(CA_DUMP_BEGIN_AND_END) && in dump_end_record()238 !OPTION_ENABLED(CA_DUMP_ALL_RECORDS)) in dump_end_record()253 if (OPTION_ENABLED(CA_DUMP_ALL_RECORDS)) { in dump_object_record()283 if (OPTION_ENABLED(CA_DUMP_ALL_RECORDS)) { in dump_freeobjects_record()295 if (OPTION_ENABLED(CA_DUMP_ALL_RECORDS)) { in dump_write_record()323 if (OPTION_ENABLED(CA_DUMP_ALL_RECORDS)) { in dump_write_byref_record()[all …]
228 if (OPTION_ENABLED(CA_FORBID_DEDUP) && is_deduped) { in set_stream_attributes()233 boolean_t req_dedup = OPTION_ENABLED(CA_REQUIRE_DEDUP); in set_stream_attributes()239 boolean_t req_native = OPTION_ENABLED(CA_REQUIRE_NATIVE_ENDIAN); in set_stream_attributes()256 if (OPTION_ENABLED(CA_BIG_ENDIAN_OUT)) in set_stream_attributes()258 else if (OPTION_ENABLED(CA_LITTLE_ENDIAN_OUT)) in set_stream_attributes()260 else if (OPTION_ENABLED(CA_OPPOSITE_ENDIAN_OUT)) in set_stream_attributes()441 uint32_t drr_type = OPTION_ENABLED(CA_BYTESWAP_ON_OUTPUT) ? in chain_write()
75 if (OPTION_ENABLED(CA_VERBOSE)) { in chain_decompress_named_writes()108 if (OPTION_ENABLED(CA_VERBOSE)) { in chain_decompress_named_writes()
217 OPTION_ENABLED(CA_IGNORE_CKSUMS))) { in chain_fletcher4()229 OPTION_ENABLED(CA_BYTESWAP_ON_OUTPUT)); in chain_fletcher4()
117 #define OPTION_ENABLED(option) (!!(chain_attrs->ca_command_opts & (option))) macro
65 if (OPTION_ENABLED(CA_VERBOSE)) { in chain_drop_records()
84 if (OPTION_ENABLED(CA_DO_NOT_VALIDATE)) in chain_validate_records()
53 OPTION_ENABLED(CA_BYTESWAP_ON_OUTPUT)); in chain_byteswap()
510 if (OPTION_ENABLED(CA_VERBOSE)) in zstream_do_raw()