Searched refs:output_flags (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/c_api/
H A Dopencsd_c_api.h351 * @param output_flags : OR combination of required C_API_MSGLOGOUT_FLG_* flags.
356 OCSD_C_API ocsd_err_t ocsd_def_errlog_config_output(const int output_flags, const char *log_file_name);
/freebsd-13-stable/contrib/subversion/
H A Dconfigure4952 output_flags=""
4963 output_flags="$output_flags $flag"
4966 if test -n "$output_flags"; then
4967 printf "%s" "${output_flags# }"
4989 output_flags=""
5000 output_flags="$output_flags $flag"
5003 if test -n "$output_flags"; then
5004 printf "%s" "${output_flags# }"
[all...]
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_all.c6963 uint32_t output_flags, char *error_str,
7073 uint32_t output_flags, char *error_str,
7109 switch (output_flags & SCSI_ATTR_OUTPUT_NONASCII_MASK) {
7133 uint32_t output_flags, char *error_str,
7158 uint32_t output_flags, char *error_str,
7210 flags, output_flags,
7243 uint32_t output_flags, char *error_str,
7257 switch (output_flags & SCSI_ATTR_OUTPUT_NONASCII_MASK) {
7297 uint32_t output_flags, char *error_str,
7309 if ((output_flags
6961 scsi_attrib_volcoh_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, uint32_t flags, uint32_t output_flags, char *error_str, int error_str_len) argument
7071 scsi_attrib_vendser_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, uint32_t flags, uint32_t output_flags, char *error_str, int error_str_len) argument
7131 scsi_attrib_hexdump_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, uint32_t flags, uint32_t output_flags, char *error_str, int error_str_len) argument
7156 scsi_attrib_int_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, uint32_t flags, uint32_t output_flags, char *error_str, int error_str_len) argument
7241 scsi_attrib_ascii_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, uint32_t flags, uint32_t output_flags, char *error_str, int error_str_len) argument
7295 scsi_attrib_text_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, uint32_t flags, uint32_t output_flags, char *error_str, int error_str_len) argument
7365 scsi_attrib_value_sbuf(struct sbuf *sb, uint32_t valid_len, struct scsi_mam_attribute_header *hdr, uint32_t output_flags, char *error_str, size_t error_str_len) argument
7409 scsi_attrib_prefix_sbuf(struct sbuf *sb, uint32_t output_flags, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, const char *desc) argument
7462 scsi_attrib_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, struct scsi_attrib_table_entry *user_table, size_t num_user_entries, int prefer_user_table, uint32_t output_flags, char *error_str, int error_str_len) argument
[all...]
H A Dscsi_all.h1265 uint32_t output_flags, char *error_str,
3960 uint32_t output_flags, char *error_str,
3966 uint32_t output_flags, char *error_str,
3972 uint32_t output_flags, char *error_str,
3977 uint32_t output_flags, char *error_str,
3983 uint32_t output_flags, char *error_str,
3989 uint32_t output_flags, char *error_str,
4000 uint32_t output_flags, char *error_str,
4003 void scsi_attrib_prefix_sbuf(struct sbuf *sb, uint32_t output_flags,
4011 uint32_t output_flags, cha
[all...]
/freebsd-13-stable/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp261 OCSD_C_API ocsd_err_t ocsd_def_errlog_config_output(const int output_flags, const char *log_file_name) argument
266 pLogger->setLogOpts(output_flags & C_API_MSGLOGOUT_MASK);

Completed in 216 milliseconds