Home
last modified time | relevance | path

Searched refs:read_state (Results 1 – 20 of 20) sorted by relevance

/openbsd/regress/lib/libssl/buffer/
H A Dbuffertest.c30 struct read_state { struct
39 struct read_state *rs = cb_arg; in read_cb() argument
108 struct read_state rs; in tls_buffer_extend_test()
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h108 void (*read_state)( member
269 void (*read_state)( member
H A Dstream_encoder.h351 void (*read_state)( member
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_hpo_dp_link_encoder.c68 .read_state = dcn31_hpo_dp_link_enc_read_state,
H A Ddcn32_dio_link_encoder.c153 .read_state = link_enc2_read_state,
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djcf.h131 void *read_state; member
194 (JCF)->read_state = 0, (JCF)->filename = (JCF)->classname = 0, \
H A Djcf-parse.c1082 current_jcf->read_state = finput;
1093 main_jcf->read_state = finput;
1099 process_zip_dir (main_jcf->read_state);
1245 jcf->read_state = finput; in process_zip_dir()
H A Djcf-io.c73 FILE *file = (FILE*) (jcf->read_state);
254 jcf->read_state = NULL;
H A DChangeLog3470 use finput instead of main_jcf->read_state.
13858 loads/parses .class/.java files. Save read_state of current_jcf
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn301/
H A Ddcn301_dio_link_encoder.c51 .read_state = link_enc2_read_state,
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_link_encoder.c80 .read_state = link_enc2_read_state,
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn321/
H A Ddcn321_dio_link_encoder.c64 .read_state = link_enc2_read_state,
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_dio_link_encoder.c61 .read_state = link_enc2_read_state,
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn21/
H A Ddcn21_link_encoder.c301 .read_state = link_enc2_read_state,
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_link_encoder.c359 .read_state = link_enc2_read_state,
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_hpo_dp_link_encoder.c607 .read_state = dcn31_hpo_dp_link_enc_read_state,
H A Ddcn31_dio_link_encoder.c250 .read_state = link_enc2_read_state,
H A Ddcn31_hpo_dp_stream_encoder.c749 .read_state = dcn31_hpo_dp_stream_enc_read_state,
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c449 if (lenc && lenc->funcs->read_state) { in dcn10_log_hw_state()
450 lenc->funcs->read_state(lenc, &s); in dcn10_log_hw_state()
481 if (hpo_dp_stream_enc && hpo_dp_stream_enc->funcs->read_state) { in dcn10_log_hw_state()
482 hpo_dp_stream_enc->funcs->read_state(hpo_dp_stream_enc, &hpo_dp_se_state); in dcn10_log_hw_state()
512 if (hpo_dp_link_enc->funcs->read_state) { in dcn10_log_hw_state()
513 hpo_dp_link_enc->funcs->read_state(hpo_dp_link_enc, &hpo_dp_le_state); in dcn10_log_hw_state()
/openbsd/usr.sbin/nsd/doc/
H A DChangeLog5060 - cleaned up send_udp in xfrd, and read_state.