Home
last modified time | relevance | path

Searched refs:io_type (Results 26 – 50 of 724) sorted by relevance

12345678910>>...29

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/chrome/
H A Dcros_ec_lpc_mec.c72 u8 cros_ec_lpc_io_bytes_mec(enum cros_ec_lpc_mec_io_type io_type, in cros_ec_lpc_io_bytes_mec() argument
104 if (io_type == MEC_IO_READ) in cros_ec_lpc_io_bytes_mec()
121 if (length - i < 4 && io_type == MEC_IO_WRITE) in cros_ec_lpc_io_bytes_mec()
/dports/cad/openroad/OpenROAD-2.0/src/dbSta/src/
H A DdbNetwork.cc1066 dbIoType io_type; in connect() local
1069 bterm->setIoType(io_type); in connect()
1111 dbIoType io_type; in connect() local
1114 bterm->setIoType(io_type); in connect()
1288 dbIoType &io_type) const in staToDb()
1292 io_type = dbIoType::INPUT; in staToDb()
1296 io_type = dbIoType::OUTPUT; in staToDb()
1300 io_type = dbIoType::INOUT; in staToDb()
1304 io_type = dbIoType::INOUT; in staToDb()
1308 io_type = dbIoType::INOUT; in staToDb()
[all …]
/dports/net/nmsg/nmsg-1.0.1/src/
H A Dnmsgtool.c430 fprintf(stderr, "%s: ce->io_type = %u\n", __func__, ce->io_type); in io_close()
433 if (ce->io_type == nmsg_io_io_type_input) { in io_close()
436 } else if (ce->io_type == nmsg_io_io_type_output) { in io_close()
443 ce->io_type == nmsg_io_io_type_output && in io_close()
486 } else if (ce->io_type == nmsg_io_io_type_input) { in io_close()
495 } else if (ce->io_type == nmsg_io_io_type_output) { in io_close()
/dports/mail/popular/popular-1.5.5/src/
H A Dpop3.c63 if (ioc->io_type == iot_tls) return; /* already in TLS mode */ in send_stls_capa()
134 ioc->io_type == iot_plain && in pop3_authphase()
174 if (vserv->starttls_type == starttls_force && ioc->io_type == iot_plain) { in pop3_authphase()
237 ioc->io_type == iot_plain && in pop3_authphase()
H A Dio.c195 ioc->io_type = iot_tls; in io_tls_init()
240 ioc->io_type = iot; in io_init()
274 if (ioc->io_type == iot_tls) { in io_destroy()
294 if (ioc->io_type == iot_tls) { in io_sysread()
340 if (ioc->io_type == iot_tls) return SSL_pending(ioc->io_tls); in io_pending()
483 if (ioc->io_type == iot_tls) return SSL_write(ioc->io_tls, buf, count); in io_syswrite()
/dports/textproc/py-pyexcel/pyexcel-0.6.7/pyexcel/
H A Dcore.py243 io_type = manager.get_io_type(file_type)
244 if io_type is None:
245 io_type = "string"
246 return io_type
/dports/devel/tig/tig-2.5.4/include/tig/
H A Dio.h60 enum io_type { enum
87 bool io_exec(struct io *io, enum io_type type, const char *dir, char * const env[], const char *arg…
88 bool io_run(struct io *io, enum io_type type, const char *dir, char * const env[], const char *argv…
/dports/audio/sox/sox-14.4.2/src/
H A Dformats.c375 *io_type = lsx_io_file; in xfopen()
384 *io_type = lsx_io_pipe; in xfopen()
398 *io_type = lsx_io_url; in xfopen()
476 type = io_types[ft->io_type]; in open_read()
511 if (ft->io_type == lsx_io_pipe) { in open_read()
526 xfclose(ft->fp, ft->io_type); in open_read()
577 xfclose(ft->fp, ft->io_type); in open_read()
938 xfclose(ft->fp, ft->io_type); in open_write()
1016 xfclose(ft->fp, ft->io_type); in sox_close()
1082 lsx_io_type io_type; in sox_parse_playlist() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_mirror.c266 if (zio->io_type == ZIO_TYPE_READ) { in vdev_mirror_io_start()
279 zio->io_type, zio->io_priority, 0, in vdev_mirror_io_start()
290 ASSERT(zio->io_type == ZIO_TYPE_WRITE); in vdev_mirror_io_start()
303 zio->io_type, zio->io_priority, 0, in vdev_mirror_io_start()
345 if (zio->io_type == ZIO_TYPE_WRITE) { in vdev_mirror_io_done()
376 ASSERT(zio->io_type == ZIO_TYPE_READ); in vdev_mirror_io_done()
/dports/devel/stxxl/stxxl-1.4.1/lib/io/
H A Dserving_request.cpp69 const char* serving_request::io_type() const in io_type() function in serving_request
71 return m_file->io_type(); in io_type()
H A Dwincall_file.cpp34 …STXXL_ERRMSG("Using a block size larger than 32 MiB may not work with the " << io_type() << " file… in serve()
95 const char* wincall_file::io_type() const in io_type() function in wincall_file
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/foxxll/io/
H A Dserving_request.cpp65 const char* serving_request::io_type() const in io_type() function in foxxll::serving_request
67 return file_->io_type(); in io_type()
H A Dwincall_file.cpp39 << " may not work with the " << io_type() << " filetype"; in serve()
107 const char* wincall_file::io_type() const in io_type() function in foxxll::wincall_file
/dports/net/gsk/gsk-1.0.63/src/
H A Dgskio.c310 static GType io_type = 0; in gsk_io_get_type() local
311 if (!io_type) in gsk_io_get_type()
326 io_type = g_type_register_static (G_TYPE_OBJECT, "GskIO", in gsk_io_get_type()
329 return io_type; in gsk_io_get_type()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/rme9652/
H A Dhdspm.c990 uint8_t io_type; member
1127 return ((AIO == hdspm->io_type) || (RayDAT == hdspm->io_type)); in hdspm_is_raydat_or_aio()
1256 switch (hdspm->io_type) { in hdspm_external_sample_rate()
1464 if ((7 == n) && (RayDAT == hdspm->io_type || AIO == hdspm->io_type)) in hdspm_get_latency()
1483 switch (hdspm->io_type) { in hdspm_hw_pointer()
1572 switch (hdspm->io_type) { in hdspm_calc_dds_value()
1605 switch (hdspm->io_type) { in hdspm_set_dds_value()
2283 switch (hdspm->io_type) { in hdspm_get_wc_sample_rate()
2353 switch (hdspm->io_type) { in hdspm_get_aes_sample_rate()
6548 hdspm->io_type = AIO; in snd_hdspm_create()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/rme9652/
H A Dhdspm.c990 uint8_t io_type; member
1127 return ((AIO == hdspm->io_type) || (RayDAT == hdspm->io_type)); in hdspm_is_raydat_or_aio()
1256 switch (hdspm->io_type) { in hdspm_external_sample_rate()
1464 if ((7 == n) && (RayDAT == hdspm->io_type || AIO == hdspm->io_type)) in hdspm_get_latency()
1483 switch (hdspm->io_type) { in hdspm_hw_pointer()
1572 switch (hdspm->io_type) { in hdspm_calc_dds_value()
1605 switch (hdspm->io_type) { in hdspm_set_dds_value()
2283 switch (hdspm->io_type) { in hdspm_get_wc_sample_rate()
2353 switch (hdspm->io_type) { in hdspm_get_aes_sample_rate()
6548 hdspm->io_type = AIO; in snd_hdspm_create()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/rme9652/
H A Dhdspm.c990 uint8_t io_type; member
1127 return ((AIO == hdspm->io_type) || (RayDAT == hdspm->io_type)); in hdspm_is_raydat_or_aio()
1256 switch (hdspm->io_type) { in hdspm_external_sample_rate()
1464 if ((7 == n) && (RayDAT == hdspm->io_type || AIO == hdspm->io_type)) in hdspm_get_latency()
1483 switch (hdspm->io_type) { in hdspm_hw_pointer()
1572 switch (hdspm->io_type) { in hdspm_calc_dds_value()
1605 switch (hdspm->io_type) { in hdspm_set_dds_value()
2283 switch (hdspm->io_type) { in hdspm_get_wc_sample_rate()
2353 switch (hdspm->io_type) { in hdspm_get_aes_sample_rate()
6548 hdspm->io_type = AIO; in snd_hdspm_create()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/hidapi/hidapi_parser/
H A Dhidapi_parser.c493 new_element->io_type = 1; in hid_parse_report_descriptor()
541 new_element->io_type = 2; in hid_parse_report_descriptor()
597 new_element->io_type = 3; in hid_parse_report_descriptor()
781 if ( nextel->io_type == 1 ){ in hid_get_next_input_element()
811 if ( nextel->io_type == 2 ){ in hid_get_next_output_element()
1923 new_element->io_type = 1; in hid_parse_element_info()
1929 new_element->io_type = 1; in hid_parse_element_info()
1935 new_element->io_type = 1; in hid_parse_element_info()
1941 new_element->io_type = 1; in hid_parse_element_info()
1947 new_element->io_type = 2; in hid_parse_element_info()
[all …]
/dports/textproc/syck/syck-0.70/lib/
H A Dsyck.c164 p->io_type = syck_io_str; in syck_new_parser()
301 p->io_type = syck_io_file; in syck_parser_file()
320 p->io_type = syck_io_str; in syck_parser_str()
381 switch ( p->io_type ) in free_any_io()
447 switch ( p->io_type ) in syck_parser_read()
469 switch ( p->io_type ) in syck_parser_readlen()
/dports/textproc/p5-YAML-Syck/YAML-Syck-1.34/
H A Dsyck_.c164 p->io_type = syck_io_str; in syck_new_parser()
301 p->io_type = syck_io_file; in syck_parser_file()
320 p->io_type = syck_io_str; in syck_parser_str()
381 switch ( p->io_type ) in free_any_io()
447 switch ( p->io_type ) in syck_parser_read()
469 switch ( p->io_type ) in syck_parser_readlen()
/dports/audio/libsndfile/libsndfile-1.0.31/tests/
H A Dutils.tpl94 [+ FOR io_type
96 [+ ENDFOR io_type
141 [+ FOR io_type
150 [+ FOR io_type
158 [+ FOR io_type
160 [+ ENDFOR io_type +]
341 [+ FOR io_type
371 [+ ENDFOR io_type
670 [+ FOR io_type +]
708 [+ FOR io_type +]
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/performance/local/htts_v2/
H A Dhtts2.hpp23 enum io_type enum
118 io_type io_;
/dports/cad/cura/Cura-58bae31/cura/Machines/Models/
H A DQualityManagementModel.py394 def getFileNameFilters(self, io_type): argument
411 for plugin_id, meta_data in self._getIOPlugins(io_type):
412 for io_plugin in meta_data[io_type]:
416 if "_reader" in io_type:
422 def _getIOPlugins(self, io_type): argument
434 if io_type in meta_data:
/dports/irc/epic5/epic5-2.1.6/source/
H A Dnewio.c569 if (io_type == NEWIO_READ) in new_open()
571 else if (io_type == NEWIO_ACCEPT) in new_open()
573 else if (io_type == NEWIO_SSL_READ) in new_open()
575 else if (io_type == NEWIO_CONNECT) in new_open()
577 else if (io_type == NEWIO_RECV) in new_open()
579 else if (io_type == NEWIO_NULL) in new_open()
582 else if (io_type == NEWIO_SSL_CONNECT) in new_open()
585 else if (io_type == NEWIO_PASSTHROUGH_READ) in new_open()
587 else if (io_type == NEWIO_PASSTHROUGH_WRITE) in new_open()
595 if (io_type == NEWIO_CONNECT || io_type == NEWIO_PASSTHROUGH_WRITE) in new_open()
[all …]
/dports/deskutils/xpostitPlus/XPostitPlus-2.3/
H A Dio.c62 static int io_type; variable
112 io_type = type;
631 CreateIOPrompt(pn, io_type, path); in IODirCB()
659 switch (io_type) in IOFileCB()
759 switch (io_type) in IOAcceptCB()
783 CreateIOPrompt(pn, io_type, path); in IOAcceptCB()
818 CreateIOPrompt(pn, io_type, path); in IOAcceptCB()

12345678910>>...29