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

/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/c_api/
H A Dopencsd_c_api.h334 * @param output_flags : OR combination of required C_API_MSGLOGOUT_FLG_* flags.
339 OCSD_C_API ocsd_err_t ocsd_def_errlog_config_output(const int output_flags, const char *log_file_name);
/freebsd-12-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-12-stable/sys/cam/scsi/
H A Dscsi_all.c6964 uint32_t output_flags, char *error_str,
7074 uint32_t output_flags, char *error_str,
7110 switch (output_flags & SCSI_ATTR_OUTPUT_NONASCII_MASK) {
7134 uint32_t output_flags, char *error_str,
7159 uint32_t output_flags, char *error_str,
7211 flags, output_flags,
7244 uint32_t output_flags, char *error_str,
7258 switch (output_flags & SCSI_ATTR_OUTPUT_NONASCII_MASK) {
7298 uint32_t output_flags, char *error_str,
7310 if ((output_flags
6962 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
7072 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
7132 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
7157 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
7242 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
7296 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
7366 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
7410 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
7463 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.h1267 uint32_t output_flags, char *error_str,
3995 uint32_t output_flags, char *error_str,
4001 uint32_t output_flags, char *error_str,
4007 uint32_t output_flags, char *error_str,
4012 uint32_t output_flags, char *error_str,
4018 uint32_t output_flags, char *error_str,
4024 uint32_t output_flags, char *error_str,
4035 uint32_t output_flags, char *error_str,
4038 void scsi_attrib_prefix_sbuf(struct sbuf *sb, uint32_t output_flags,
4046 uint32_t output_flags, cha
[all...]
/freebsd-12-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);
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_sdvo.c1403 " output_flags: %d\n",
1415 caps->output_flags);
1449 return bitcount16(intel_sdvo->caps.output_flags) > 1;
2071 mask &= sdvo->caps.output_flags;
2415 memcpy(bytes, &intel_sdvo->caps.output_flags, 2);
2830 intel_sdvo->caps.output_flags) != true) {
2876 intel_sdvo->caps.output_flags &
2878 intel_sdvo->caps.output_flags &
H A Dintel_sdvo_regs.h63 u16 output_flags; member in struct:intel_sdvo_caps

Completed in 267 milliseconds