| /openbsd-src/sys/dev/pci/drm/amd/display/dc/core/ |
| H A D | dc_stream.c | 40 void update_stream_signal(struct dc_stream_state *stream, struct dc_sink *sink) in update_stream_signal() argument 43 stream->signal = stream->link->connector_signal; in update_stream_signal() 45 stream->signal = sink->sink_signal; in update_stream_signal() 47 if (dc_is_dvi_signal(stream->signal)) { in update_stream_signal() 48 if (stream->ctx->dc->caps.dual_link_dvi && in update_stream_signal() 49 (stream->timing.pix_clk_100hz / 10) > TMDS_MAX_PIXEL_CLOCK && in update_stream_signal() 51 stream->signal = SIGNAL_TYPE_DVI_DUAL_LINK; in update_stream_signal() 53 stream->signal = SIGNAL_TYPE_DVI_SINGLE_LINK; in update_stream_signal() 57 static bool dc_stream_construct(struct dc_stream_state *stream, in dc_stream_construct() argument 62 stream->sink = dc_sink_data; in dc_stream_construct() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | p-typeprint.c | 50 pascal_print_type (struct type *type, char *varstring, struct ui_file *stream, in pascal_print_type() argument 64 pascal_type_print_varspec_prefix (type, stream, show, 0); in pascal_print_type() 67 fputs_filtered (varstring, stream); in pascal_print_type() 73 fputs_filtered (" : ", stream); in pascal_print_type() 79 pascal_type_print_varspec_prefix (type, stream, show, 0); in pascal_print_type() 82 pascal_type_print_base (type, stream, show, level); in pascal_print_type() 87 pascal_type_print_varspec_suffix (type, stream, show, 0, demangled_args); in pascal_print_type() 116 pascal_type_print_derivation_info (struct ui_file *stream, struct type *type) in pascal_type_print_derivation_info() argument 123 fputs_filtered (i == 0 ? ": " : ", ", stream); in pascal_type_print_derivation_info() 124 fprintf_filtered (stream, "%s%s ", in pascal_type_print_derivation_info() [all …]
|
| H A D | expprint.c | 40 print_expression (struct expression *exp, struct ui_file *stream) in print_expression() argument 43 print_subexp (exp, &pc, stream, PREC_NULL); in print_expression() 53 struct ui_file *stream, enum precedence prec) in print_subexp() argument 55 exp->language_defn->la_exp_desc->print_subexp (exp, pos, stream, prec); in print_subexp() 62 struct ui_file *stream, enum precedence prec) in print_subexp_standard() argument 87 fputs_filtered (type_name_no_tag (exp->elts[pc + 1].type), stream); in print_subexp_standard() 88 fputs_filtered ("::", stream); in print_subexp_standard() 91 fputs_filtered (&exp->elts[pc + 3].string, stream); in print_subexp_standard() 98 stream, 0, Val_no_prettyprint); in print_subexp_standard() 105 stream, 0, Val_no_prettyprint); in print_subexp_standard() [all …]
|
| H A D | ada-typeprint.c | 125 struct ui_file *stream) in ada_typedef_print() argument 127 fprintf_filtered (stream, "type %.*s is ", in ada_typedef_print() 130 type_print (type, "", stream, 1); in ada_typedef_print() 136 print_range (struct type *type, struct ui_file *stream) in print_range() argument 164 fprintf_filtered (stream, "%.*s", in print_range() 176 ada_print_scalar (target_type, lower_bound, stream); in print_range() 177 fprintf_filtered (stream, " .. "); in print_range() 178 ada_print_scalar (target_type, upper_bound, stream); in print_range() 187 struct ui_file *stream) in print_range_bound() argument 205 ada_print_scalar (type, B, stream); in print_range_bound() [all …]
|
| H A D | c-typeprint.c | 43 struct ui_file *stream); 62 c_print_type (struct type *type, char *varstring, struct ui_file *stream, in c_print_type() argument 72 c_type_print_base (type, stream, show, level); in c_print_type() 85 fputs_filtered (" ", stream); in c_print_type() 87 c_type_print_varspec_prefix (type, stream, show, 0, need_post_space); in c_print_type() 91 fputs_filtered (varstring, stream); in c_print_type() 97 c_type_print_varspec_suffix (type, stream, show, 0, demangled_args); in c_print_type() 129 cp_type_print_derivation_info (struct ui_file *stream, struct type *type) in cp_type_print_derivation_info() argument 136 fputs_filtered (i == 0 ? ": " : ", ", stream); in cp_type_print_derivation_info() 137 fprintf_filtered (stream, "%s%s ", in cp_type_print_derivation_info() [all …]
|
| H A D | f-typeprint.c | 59 f_print_type (struct type *type, char *varstring, struct ui_file *stream, in f_print_type() argument 65 f_type_print_base (type, stream, show, level); in f_print_type() 78 fputs_filtered (" ", stream); in f_print_type() 79 f_type_print_varspec_prefix (type, stream, show, 0); in f_print_type() 81 fputs_filtered (varstring, stream); in f_print_type() 87 f_type_print_varspec_suffix (type, stream, show, 0, demangled_args); in f_print_type() 99 f_type_print_varspec_prefix (struct type *type, struct ui_file *stream, in f_type_print_varspec_prefix() argument 113 f_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, 0, 1); in f_type_print_varspec_prefix() 117 f_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, 0, 0); in f_type_print_varspec_prefix() 119 fprintf_filtered (stream, "("); in f_type_print_varspec_prefix() [all …]
|
| H A D | p-valprint.c | 60 CORE_ADDR address, struct ui_file *stream, int format, in pascal_val_print() argument 83 print_spaces_filtered (2 + 2 * recurse, stream); in pascal_val_print() 106 LA_PRINT_STRING (stream, valaddr + embedded_offset, len, 1, 0); in pascal_val_print() 111 fprintf_filtered (stream, "{"); in pascal_val_print() 117 fprintf_filtered (stream, "%d vtable entries", len - 1); in pascal_val_print() 123 val_print_array_elements (type, valaddr + embedded_offset, address, stream, in pascal_val_print() 125 fprintf_filtered (stream, "}"); in pascal_val_print() 136 print_scalar_formatted (valaddr + embedded_offset, type, format, 0, stream); in pascal_val_print() 146 stream, demangle); in pascal_val_print() 152 pascal_object_print_class_method (valaddr + embedded_offset, type, stream); in pascal_val_print() [all …]
|
| H A D | c-valprint.c | 40 print_function_pointer_address (CORE_ADDR address, struct ui_file *stream) in print_function_pointer_address() argument 50 fputs_filtered ("@", stream); in print_function_pointer_address() 51 print_address_numeric (address, 1, stream); in print_function_pointer_address() 52 fputs_filtered (": ", stream); in print_function_pointer_address() 54 print_address_demangle (func_addr, stream, demangle); in print_function_pointer_address() 73 CORE_ADDR address, struct ui_file *stream, int format, in c_val_print() argument 94 print_spaces_filtered (2 + 2 * recurse, stream); in c_val_print() 117 LA_PRINT_STRING (stream, valaddr + embedded_offset, len, eltlen, 0); in c_val_print() 122 fprintf_filtered (stream, "{"); in c_val_print() 128 fprintf_filtered (stream, "%d vtable entries", len - 1); in c_val_print() [all …]
|
| H A D | ada-valprint.c | 44 struct ui_file *stream; member 92 print_optional_low_bound (struct ui_file *stream, struct type *type) in print_optional_low_bound() argument 127 ada_print_scalar (index_type, (LONGEST) low_bound, stream); in print_optional_low_bound() 128 fprintf_filtered (stream, " => "); in print_optional_low_bound() 141 int bitoffset, struct ui_file *stream, in val_print_packed_array_elements() argument 176 fprintf_filtered (stream, ",\n"); in val_print_packed_array_elements() 177 print_spaces_filtered (2 + 2 * recurse, stream); in val_print_packed_array_elements() 181 fprintf_filtered (stream, ", "); in val_print_packed_array_elements() 206 val_print (elttype, VALUE_CONTENTS (v0), 0, 0, stream, format, in val_print_packed_array_elements() 209 fprintf_filtered (stream, " <repeats %u times>", i - i0); in val_print_packed_array_elements() [all …]
|
| H A D | jv-typeprint.c | 36 struct ui_file *stream, int show, 40 java_type_print_derivation_info (struct ui_file *stream, struct type *type) in java_type_print_derivation_info() argument 58 stream); in java_type_print_derivation_info() 62 fprintf_filtered (stream, "%s", name ? name : "(null)"); in java_type_print_derivation_info() 66 fputs_filtered (" ", stream); in java_type_print_derivation_info() 86 java_type_print_base (struct type *type, struct ui_file *stream, int show, in java_type_print_base() argument 99 fputs_filtered ("<type unknown>", stream); in java_type_print_base() 109 fputs_filtered (TYPE_NAME (type), stream); in java_type_print_base() 118 java_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level); in java_type_print_base() 125 fputs_filtered (name, stream); in java_type_print_base() [all …]
|
| H A D | jv-valprint.c | 41 struct ui_file *stream, int format, 47 java_value_print (struct value *val, struct ui_file *stream, int format, in java_value_print() argument 76 type_print (TYPE_TARGET_TYPE (type), "", stream, -1); in java_value_print() 92 fprintf_filtered (stream, "{length: %ld", length); in java_value_print() 106 fputs_filtered (", ", stream); in java_value_print() 136 fprintf_filtered (stream, "%d: ", i); in java_value_print() 138 fprintf_filtered (stream, "%d..%d: ", i, i + reps - 1); in java_value_print() 141 fprintf_filtered (stream, "null"); in java_value_print() 143 fprintf_filtered (stream, "@%s", paddr_nz (element)); in java_value_print() 159 fputs_filtered (", ", stream); in java_value_print() [all …]
|
| H A D | scm-valprint.c | 49 scm_inferior_print (LONGEST value, struct ui_file *stream, int format, in scm_inferior_print() argument 95 scm_scmlist_print (LONGEST svalue, struct ui_file *stream, int format, in scm_scmlist_print() argument 101 fputs_filtered ("...", stream); in scm_scmlist_print() 104 scm_scmval_print (SCM_CAR (svalue), stream, format, in scm_scmlist_print() 111 fputs_filtered (" ", stream); in scm_scmlist_print() 114 fputs_filtered ("...", stream); in scm_scmlist_print() 117 scm_scmval_print (SCM_CAR (svalue), stream, format, in scm_scmlist_print() 122 fputs_filtered (" . ", stream); in scm_scmlist_print() 123 scm_scmval_print (svalue, stream, format, in scm_scmlist_print() 129 scm_ipruk (char *hdr, LONGEST ptr, struct ui_file *stream) in scm_ipruk() argument [all …]
|
| H A D | cp-valprint.c | 67 struct ui_file *stream) in cp_print_class_method() argument 84 fprintf_filtered (stream, "<unknown>"); in cp_print_class_method() 116 fputs_filtered ("?? <not supported with HP aCC>", stream); in cp_print_class_method() 141 fprintf_filtered (stream, "&"); in cp_print_class_method() 142 fputs_filtered (kind, stream); in cp_print_class_method() 146 fprintf_filtered (stream, "<badly mangled name %s>", in cp_print_class_method() 150 fputs_filtered (demangled_name, stream); in cp_print_class_method() 156 fprintf_filtered (stream, "("); in cp_print_class_method() 157 type_print (type, "", stream, -1); in cp_print_class_method() 158 fprintf_filtered (stream, ") %d", (int) addr >> 3); in cp_print_class_method() [all …]
|
| /openbsd-src/regress/lib/libz/ |
| H A D | utils_unittest.cc | 139 z_stream stream; in TEST() local 140 stream.zalloc = Z_NULL; in TEST() 141 stream.zfree = Z_NULL; in TEST() 145 int ret = deflateInit2(&stream, /*comp level*/ 2, /*method*/ Z_DEFLATED, in TEST() 150 stream.next_out = compressed.data(); in TEST() 151 stream.avail_out = compressed.size(); in TEST() 152 stream.next_in = src.data(); in TEST() 153 stream.avail_in = src.size(); in TEST() 154 ret = deflate(&stream, Z_FINISH); in TEST() 156 compressed.resize(compressed.size() - stream.avail_out); in TEST() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | arm-dis.c | 156 arm_decode_shift (given, func, stream) in arm_decode_shift() argument 159 void * stream; 161 func (stream, "%s", arm_regnames[given & 0xf]); 174 func (stream, ", rrx"); 181 func (stream, ", %s #%d", arm_shift[shift], amount); 184 func (stream, ", %s %s", arm_shift[(given & 0x60) >> 5], 217 void *stream = info->stream; local 239 func (stream, "%%"); 248 func (stream, "[pc"); 256 func (stream, ", #%d]", offset); [all …]
|
| H A D | sh-dis.c | 38 print_movxy (op, rn, rm, fprintf_fn, stream) in print_movxy() argument 42 void *stream; 46 fprintf_fn (stream, "%s\t", op->name); 56 fprintf_fn (stream, "@r%d", rn); 63 fprintf_fn (stream, "@r%d+", rn); 67 fprintf_fn (stream, "@r%d+r8", rn); 71 fprintf_fn (stream, "@r%d+r9", rn); 74 fprintf_fn (stream, "a%c", '0' + rm); 77 fprintf_fn (stream, "x%c", '0' + rm); 80 fprintf_fn (stream, "y%c", '0' + rm); [all …]
|
| H A D | hppa-dis.c | 172 #define fputs_filtered(STR,F) (*info->fprintf_func) (info->stream, "%s", STR) 179 (*info->fprintf_func) (info->stream, reg ? reg_names[reg] : "r0"); 187 (*info->fprintf_func) (info->stream, reg ? fp_reg_names[reg] : "fr0"); 197 (*info->fprintf_func) (info->stream, "fpe%d", reg * 2 + 1); 199 (*info->fprintf_func) (info->stream, "%sR", 208 (*info->fprintf_func) (info->stream, control_reg[reg]); 219 (*info->fprintf_func) (info->stream, "-%x", -(int)num); 221 (*info->fprintf_func) (info->stream, "%x", num); 400 (*info->fprintf_func) (info->stream, "%s", opcode->name); 403 (*info->fprintf_func) (info->stream, " "); [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | sh-dis.c | 37 void *stream) in print_movxy() argument 41 fprintf_fn (stream, "%s\t", op->name); in print_movxy() 51 fprintf_fn (stream, "@r%d", rn); in print_movxy() 58 fprintf_fn (stream, "@r%d+", rn); in print_movxy() 62 fprintf_fn (stream, "@r%d+r8", rn); in print_movxy() 66 fprintf_fn (stream, "@r%d+r9", rn); in print_movxy() 69 fprintf_fn (stream, "a%c", '0' + rm); in print_movxy() 72 fprintf_fn (stream, "x%c", '0' + rm); in print_movxy() 75 fprintf_fn (stream, "y%c", '0' + rm); in print_movxy() 78 fprintf_fn (stream, "%c%c", in print_movxy() [all …]
|
| H A D | arm-dis.c | 1153 arm_decode_shift (long given, fprintf_ftype func, void *stream) in arm_decode_shift() argument 1155 func (stream, "%s", arm_regnames[given & 0xf]); in arm_decode_shift() 1168 func (stream, ", rrx"); in arm_decode_shift() 1175 func (stream, ", %s #%d", arm_shift[shift], amount); in arm_decode_shift() 1178 func (stream, ", %s %s", arm_shift[(given & 0x60) >> 5], in arm_decode_shift() 1192 void *stream = info->stream; in print_insn_coprocessor() local 1232 func (stream, "%%"); in print_insn_coprocessor() 1236 func (stream, "[%s", arm_regnames [(given >> 16) & 0xf]); in print_insn_coprocessor() 1243 func (stream, ", #%s%d]%s", in print_insn_coprocessor() 1248 func (stream, "]"); in print_insn_coprocessor() [all …]
|
| H A D | hppa-dis.c | 172 #define fputs_filtered(STR,F) (*info->fprintf_func) (info->stream, "%s", STR) 177 (*info->fprintf_func) (info->stream, reg ? reg_names[reg] : "r0"); in fput_reg() 183 (*info->fprintf_func) (info->stream, reg ? fp_reg_names[reg] : "fr0"); in fput_fp_reg() 191 (*info->fprintf_func) (info->stream, "fpe%d", reg * 2 + 1); in fput_fp_reg_r() 193 (*info->fprintf_func) (info->stream, "%sR", in fput_fp_reg_r() 200 (*info->fprintf_func) (info->stream, control_reg[reg]); in fput_creg() 209 (*info->fprintf_func) (info->stream, "-%x", - (int) num); in fput_const() 211 (*info->fprintf_func) (info->stream, "%x", num); in fput_const() 385 (*info->fprintf_func) (info->stream, "%s", opcode->name); in print_insn_hppa() 388 (*info->fprintf_func) (info->stream, " "); in print_insn_hppa() [all …]
|
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | i915_perf.c | 36 * descriptor representing a stream of GPU metrics which can then be read() as 37 * a stream of sample records. 56 * i915 perf file descriptors represent a "stream" instead of an "event"; where 57 * a perf event primarily corresponds to a single 64bit value, while a stream 61 * of related counters. Samples for an i915 perf stream capturing OA metrics 64 * selected by the user opening the stream. Perf has support for grouping 68 * i915 perf stream configurations are provided as an array of u64 (key,value) 342 * struct perf_open_properties - for validated properties given to open a stream 361 * to open a stream of metrics the configuration is built up in the structure 436 struct i915_perf_regs *__oa_regs(struct i915_perf_stream *stream) in __oa_regs() argument 441 gen12_oa_hw_tail_read(struct i915_perf_stream * stream) gen12_oa_hw_tail_read() argument 449 gen8_oa_hw_tail_read(struct i915_perf_stream * stream) gen8_oa_hw_tail_read() argument 456 gen7_oa_hw_tail_read(struct i915_perf_stream * stream) gen7_oa_hw_tail_read() argument 467 oa_report_id(struct i915_perf_stream * stream,void * report) oa_report_id() argument 472 oa_report_reason(struct i915_perf_stream * stream,void * report) oa_report_reason() argument 480 oa_report_id_clear(struct i915_perf_stream * stream,u32 * report) oa_report_id_clear() argument 488 oa_report_ctx_invalid(struct i915_perf_stream * stream,void * report) oa_report_ctx_invalid() argument 494 oa_timestamp(struct i915_perf_stream * stream,void * report) oa_timestamp() argument 501 oa_timestamp_clear(struct i915_perf_stream * stream,u32 * report) oa_timestamp_clear() argument 509 oa_context_id(struct i915_perf_stream * stream,u32 * report) oa_context_id() argument 516 oa_context_id_squash(struct i915_perf_stream * stream,u32 * report) oa_context_id_squash() argument 549 oa_buffer_check_unlocked(struct i915_perf_stream * stream) oa_buffer_check_unlocked() argument 640 append_oa_status(struct i915_perf_stream * stream,char __user * buf,size_t count,size_t * offset,enum drm_i915_perf_record_type type) append_oa_status() argument 676 append_oa_sample(struct i915_perf_stream * stream,char __user * buf,size_t count,size_t * offset,const u8 * report) append_oa_sample() argument 740 gen8_append_oa_reports(struct i915_perf_stream * stream,char __user * buf,size_t count,size_t * offset) gen8_append_oa_reports() argument 967 gen8_oa_read(struct i915_perf_stream * stream,char __user * buf,size_t count,size_t * offset) gen8_oa_read() argument 1058 gen7_append_oa_reports(struct i915_perf_stream * stream,char __user * buf,size_t count,size_t * offset) gen7_append_oa_reports() argument 1183 gen7_oa_read(struct i915_perf_stream * stream,char __user * buf,size_t count,size_t * offset) gen7_oa_read() argument 1268 i915_oa_wait_unlocked(struct i915_perf_stream * stream) i915_oa_wait_unlocked() argument 1288 i915_oa_poll_wait(struct i915_perf_stream * stream,struct file * file,poll_table * wait) i915_oa_poll_wait() argument 1307 i915_oa_read(struct i915_perf_stream * stream,char __user * buf,size_t count,size_t * offset) i915_oa_read() argument 1315 oa_pin_context(struct i915_perf_stream * stream) oa_pin_context() argument 1447 gen12_get_render_context_id(struct i915_perf_stream * stream) gen12_get_render_context_id() argument 1559 oa_get_render_ctx_id(struct i915_perf_stream * stream) oa_get_render_ctx_id() argument 1649 oa_put_render_ctx_id(struct i915_perf_stream * stream) oa_put_render_ctx_id() argument 1664 free_oa_buffer(struct i915_perf_stream * stream) free_oa_buffer() argument 1673 free_oa_configs(struct i915_perf_stream * stream) free_oa_configs() argument 1683 free_noa_wait(struct i915_perf_stream * stream) free_noa_wait() argument 1702 i915_oa_stream_destroy(struct i915_perf_stream * stream) i915_oa_stream_destroy() argument 1747 gen7_init_oa_buffer(struct i915_perf_stream * stream) gen7_init_oa_buffer() argument 1792 gen8_init_oa_buffer(struct i915_perf_stream * stream) gen8_init_oa_buffer() argument 1845 gen12_init_oa_buffer(struct i915_perf_stream * stream) gen12_init_oa_buffer() argument 1901 alloc_oa_buffer(struct i915_perf_stream * stream) alloc_oa_buffer() argument 1963 save_restore_register(struct i915_perf_stream * stream,u32 * cs,bool save,i915_reg_t reg,u32 offset,u32 dword_count) save_restore_register() argument 1985 alloc_noa_wait(struct i915_perf_stream * stream) alloc_noa_wait() argument 2244 alloc_oa_config_buffer(struct i915_perf_stream * stream,struct i915_oa_config * oa_config) alloc_oa_config_buffer() argument 2332 get_oa_vma(struct i915_perf_stream * stream,struct i915_oa_config * oa_config) get_oa_vma() argument 2357 emit_oa_config(struct i915_perf_stream * stream,struct i915_oa_config * oa_config,struct intel_context * ce,struct i915_active * active) emit_oa_config() argument 2427 oa_context(struct i915_perf_stream * stream) oa_context() argument 2433 hsw_enable_metric_set(struct i915_perf_stream * stream,struct i915_active * active) hsw_enable_metric_set() argument 2458 hsw_disable_metric_set(struct i915_perf_stream * stream) hsw_disable_metric_set() argument 2500 gen8_update_reg_state_unlocked(const struct intel_context * ce,const struct i915_perf_stream * stream) gen8_update_reg_state_unlocked() argument 2631 gen8_configure_context(struct i915_perf_stream * stream,struct i915_gem_context * ctx,struct flex * flex,unsigned int count) gen8_configure_context() argument 2661 gen12_configure_oar_context(struct i915_perf_stream * stream,struct i915_active * active) gen12_configure_oar_context() argument 2737 oa_configure_all_contexts(struct i915_perf_stream * stream,struct flex * regs,size_t num_regs,struct i915_active * active) oa_configure_all_contexts() argument 2807 gen12_configure_all_contexts(struct i915_perf_stream * stream,const struct i915_oa_config * oa_config,struct i915_active * active) gen12_configure_all_contexts() argument 2827 lrc_configure_all_contexts(struct i915_perf_stream * stream,const struct i915_oa_config * oa_config,struct i915_active * active) lrc_configure_all_contexts() argument 2869 gen8_enable_metric_set(struct i915_perf_stream * stream,struct i915_active * active) gen8_enable_metric_set() argument 2919 oag_report_ctx_switches(const struct i915_perf_stream * stream) oag_report_ctx_switches() argument 2927 gen12_enable_metric_set(struct i915_perf_stream * stream,struct i915_active * active) gen12_enable_metric_set() argument 3001 gen8_disable_metric_set(struct i915_perf_stream * stream) gen8_disable_metric_set() argument 3011 gen11_disable_metric_set(struct i915_perf_stream * stream) gen11_disable_metric_set() argument 3022 gen12_disable_metric_set(struct i915_perf_stream * stream) gen12_disable_metric_set() argument 3056 gen7_oa_enable(struct i915_perf_stream * stream) gen7_oa_enable() argument 3086 gen8_oa_enable(struct i915_perf_stream * stream) gen8_oa_enable() argument 3112 gen12_oa_enable(struct i915_perf_stream * stream) gen12_oa_enable() argument 3144 i915_oa_stream_enable(struct i915_perf_stream * stream) i915_oa_stream_enable() argument 3158 gen7_oa_disable(struct i915_perf_stream * stream) gen7_oa_disable() argument 3170 gen8_oa_disable(struct i915_perf_stream * stream) gen8_oa_disable() argument 3182 gen12_oa_disable(struct i915_perf_stream * stream) gen12_oa_disable() argument 3213 i915_oa_stream_disable(struct i915_perf_stream * stream) i915_oa_stream_disable() argument 3230 i915_perf_stream_enable_sync(struct i915_perf_stream * stream) i915_perf_stream_enable_sync() argument 3327 i915_oa_stream_init(struct i915_perf_stream * stream,struct drm_i915_perf_open_param * param,struct perf_open_properties * props) i915_oa_stream_init() argument 3522 struct i915_perf_stream *stream; i915_oa_init_reg_state() local 3558 struct i915_perf_stream *stream = file->private_data; i915_perf_read() local 3612 struct i915_perf_stream *stream = oa_poll_check_timer_cb() local 3638 i915_perf_poll_locked(struct i915_perf_stream * stream,struct file * file,poll_table * wait) i915_perf_poll_locked() argument 3673 struct i915_perf_stream *stream = file->private_data; i915_perf_poll() local 3693 i915_perf_enable_locked(struct i915_perf_stream * stream) i915_perf_enable_locked() argument 3722 i915_perf_disable_locked(struct i915_perf_stream * stream) i915_perf_disable_locked() argument 3737 i915_perf_config_locked(struct i915_perf_stream * stream,unsigned long metrics_set) i915_perf_config_locked() argument 3780 i915_perf_ioctl_locked(struct i915_perf_stream * stream,unsigned int cmd,unsigned long arg) i915_perf_ioctl_locked() argument 3813 struct i915_perf_stream *stream = file->private_data; i915_perf_ioctl() local 3833 i915_perf_destroy_locked(struct i915_perf_stream * stream) i915_perf_destroy_locked() argument 3860 struct i915_perf_stream *stream = file->private_data; i915_perf_release() local 3929 struct i915_perf_stream *stream = NULL; i915_perf_open_ioctl_locked() local [all...] |
| /openbsd-src/sys/lib/libsa/ |
| H A D | cread.c | 63 z_stream stream; member 100 if (s->stream.avail_in == 0) { in get_byte() 102 s->stream.avail_in = oread(s->fd, s->inbuf, Z_BUFSIZE); in get_byte() 103 if (s->stream.avail_in <= 0) { in get_byte() 109 s->stream.next_in = s->inbuf; in get_byte() 111 s->stream.avail_in--; in get_byte() 112 return *(s->stream.next_in)++; in get_byte() 143 s->stream.avail_in++; in check_header() 144 s->stream.next_in--; in check_header() 147 s->stream.avail_in++; in check_header() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/tui/ |
| H A D | tui-file.c | 90 tui_fileopen (FILE *stream) in tui_fileopen() argument 95 tmpstream->ts_filestream = stream; in tui_fileopen() 124 struct tui_stream *stream = ui_file_data (file); in tui_file_isatty() local 125 if (stream->ts_magic != &tui_file_magic) in tui_file_isatty() 128 if (stream->ts_streamtype == afile) in tui_file_isatty() 129 return (isatty (fileno (stream->ts_filestream))); in tui_file_isatty() 137 struct tui_stream *stream = ui_file_data (file); in tui_file_rewind() local 138 if (stream->ts_magic != &tui_file_magic) in tui_file_rewind() 141 stream->ts_strbuf[0] = '\0'; in tui_file_rewind() 149 struct tui_stream *stream = ui_file_data (file); in tui_file_put() local [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/link/ |
| H A D | link_dpms.c | 161 stream_update.stream = pipes[i]->stream; in link_set_all_streams_dpms_off_for_link() 163 pipes[i]->stream, &stream_update, in link_set_all_streams_dpms_off_for_link() 186 pipe->stream->link == link; in is_master_pipe_for_link() 206 pipe->stream->dpms_off == false) { in link_get_master_pipes_with_dpms_on() 219 pipe_ctx->stream->ctx->dc_bios->integrated_info; in get_ext_hdmi_settings() 320 cmd.speed = pipe_ctx->stream->ctx->dc->caps.i2c_speed_in_khz; in write_i2c() 328 if (dm_helpers_submit_i2c(pipe_ctx->stream->ctx, in write_i2c() 329 pipe_ctx->stream->link, &cmd)) in write_i2c() 348 DC_LOGGER_INIT(pipe_ctx->stream->ctx->logger); in write_i2c_retimer_setting() 382 pipe_ctx->stream->link->ddc, in write_i2c_retimer_setting() [all …]
|
| /openbsd-src/lib/libz/ |
| H A D | uncompr.c | 27 z_stream stream; in uncompress2() local 43 stream.next_in = (z_const Bytef *)source; in uncompress2() 44 stream.avail_in = 0; in uncompress2() 45 stream.zalloc = (alloc_func)0; in uncompress2() 46 stream.zfree = (free_func)0; in uncompress2() 47 stream.opaque = (voidpf)0; in uncompress2() 49 err = inflateInit(&stream); in uncompress2() 52 stream.next_out = dest; in uncompress2() 53 stream.avail_out = 0; in uncompress2() 56 if (stream.avail_out == 0) { in uncompress2() [all …]
|