Home
last modified time | relevance | path

Searched refs:tio (Results 1 – 25 of 1863) sorted by relevance

12345678910>>...75

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Ddm-rq.c83 struct dm_rq_target_io *tio = info->tio; in end_clone_bio() local
90 if (tio->error) in end_clone_bio()
120 blk_update_request(tio->orig, BLK_STS_OK, tio->completed); in end_clone_bio()
132 tio->duration_jiffies = jiffies - tio->duration_jiffies; in rq_end_stats()
135 tio->duration_jiffies, &tio->stats_aux); in rq_end_stats()
197 tio->ti->type->release_clone_rq(tio->clone, NULL); in dm_requeue_original_request()
214 r = rq_end_io(tio->ti, clone, error, &tio->info); in dm_done()
330 info->tio = tio; in dm_rq_bio_constructor()
369 memset(&tio->info, 0, sizeof(tio->info)); in init_tio()
406 tio->ti->type->release_clone_rq(clone, &tio->info); in map_request()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Ddm-rq.c83 struct dm_rq_target_io *tio = info->tio; in end_clone_bio() local
90 if (tio->error) in end_clone_bio()
120 blk_update_request(tio->orig, BLK_STS_OK, tio->completed); in end_clone_bio()
132 tio->duration_jiffies = jiffies - tio->duration_jiffies; in rq_end_stats()
135 tio->duration_jiffies, &tio->stats_aux); in rq_end_stats()
197 tio->ti->type->release_clone_rq(tio->clone, NULL); in dm_requeue_original_request()
214 r = rq_end_io(tio->ti, clone, error, &tio->info); in dm_done()
330 info->tio = tio; in dm_rq_bio_constructor()
369 memset(&tio->info, 0, sizeof(tio->info)); in init_tio()
406 tio->ti->type->release_clone_rq(clone, &tio->info); in map_request()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Ddm-rq.c83 struct dm_rq_target_io *tio = info->tio; in end_clone_bio() local
90 if (tio->error) in end_clone_bio()
120 blk_update_request(tio->orig, BLK_STS_OK, tio->completed); in end_clone_bio()
132 tio->duration_jiffies = jiffies - tio->duration_jiffies; in rq_end_stats()
135 tio->duration_jiffies, &tio->stats_aux); in rq_end_stats()
197 tio->ti->type->release_clone_rq(tio->clone, NULL); in dm_requeue_original_request()
214 r = rq_end_io(tio->ti, clone, error, &tio->info); in dm_done()
330 info->tio = tio; in dm_rq_bio_constructor()
369 memset(&tio->info, 0, sizeof(tio->info)); in init_tio()
406 tio->ti->type->release_clone_rq(clone, &tio->info); in map_request()
[all …]
/dports/x11/mlterm/mlterm-3.9.1/baselib/src/
H A Dbl_pty_bsd.c124 struct termios tio; in bl_pty_fork() local
171 tio.c_lflag |= ECHOKE; in bl_pty_fork()
174 tio.c_lflag |= ECHOCTL; in bl_pty_fork()
177 tio.c_cc[VEOF] = CEOF; in bl_pty_fork()
180 tio.c_cc[VINTR] = CINTR; in bl_pty_fork()
181 tio.c_cc[VKILL] = CKILL; in bl_pty_fork()
182 tio.c_cc[VQUIT] = CQUIT; in bl_pty_fork()
184 tio.c_cc[VSTOP] = CSTOP; in bl_pty_fork()
185 tio.c_cc[VSUSP] = CSUSP; in bl_pty_fork()
224 tio.c_cc[VMIN] = 1; in bl_pty_fork()
[all …]
H A Dbl_pty_streams.c103 struct termios tio; in bl_pty_fork() local
179 tio.c_lflag |= ECHOKE; in bl_pty_fork()
182 tio.c_lflag |= ECHOCTL; in bl_pty_fork()
185 tio.c_cc[VEOF] = CEOF; in bl_pty_fork()
188 tio.c_cc[VINTR] = CINTR; in bl_pty_fork()
189 tio.c_cc[VKILL] = CKILL; in bl_pty_fork()
190 tio.c_cc[VQUIT] = CQUIT; in bl_pty_fork()
192 tio.c_cc[VSTOP] = CSTOP; in bl_pty_fork()
193 tio.c_cc[VSUSP] = CSUSP; in bl_pty_fork()
232 tio.c_cc[VMIN] = 1; in bl_pty_fork()
[all …]
/dports/misc/orville-write/orville-write-2.55/
H A Dwrt_tty.c75 ioctl(0,TCGETA,&tio); in cbreak()
76 tfg= tio.c_lflag; in cbreak()
87 tio.c_lflag &= ~ECHO; in cbreak()
88 tio.c_cc[VEOF]= 1; in cbreak()
89 tio.c_cc[VEOL]= 0; in cbreak()
95 tio.c_lflag= tfg; in cbreak()
115 tcgetattr(0,&tio); in cbreak()
116 tfg= tio.c_lflag; in cbreak()
128 tio.c_cc[VEOF]= 1; in cbreak()
129 tio.c_cc[VEOL]= 0; in cbreak()
[all …]
/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Dio_unix_tio.c120 return tcgetattr(fd, tio); in tio_get()
158 cfsetospeed(tio, bspeed); in tio_set_speed()
159 cfsetispeed(tio, bspeed); in tio_set_speed()
167 int tio_get_speed(TIO *tio) in tio_get_speed() argument
197 tio->c_iflag &= ~IXANY; in tio_set_flow_control()
234 tio->c_oflag = 0; in tio_set_raw_mode()
235 tio->c_lflag = 0; in tio_set_raw_mode()
236 tio->c_cc[VMIN] = 128; in tio_set_raw_mode()
237 tio->c_cc[VTIME] = 1; in tio_set_raw_mode()
245 tio->c_cflag |= CLOCAL; in tio_set_local()
[all …]
/dports/lang/jimtcl/jimtcl-0.81/
H A Djim-tty.c150 struct termios tio; in Jim_GetTtySettings() local
157 if (tcgetattr(fd, &tio) < 0) { in Jim_GetTtySettings()
169 if (tio.c_iflag & (IXON | IXOFF)) { in Jim_GetTtySettings()
172 else if (tio.c_cflag & CRTSCTS) { in Jim_GetTtySettings()
189 speed = cfgetispeed(&tio); in Jim_GetTtySettings()
208 struct termios tio; in Jim_SetTtySettings() local
210 if (tcgetattr(fd, &tio) < 0) { in Jim_SetTtySettings()
268 tio.c_cflag &= ~CSIZE; in Jim_SetTtySettings()
290 tio.c_cc[VMIN] = l; in Jim_SetTtySettings()
297 tio.c_cc[VTIME] = l; in Jim_SetTtySettings()
[all …]
/dports/devel/openocd/openocd-0.11.0/jimtcl/
H A Djim-tty.c150 struct termios tio; in Jim_GetTtySettings() local
157 if (tcgetattr(fd, &tio) < 0) { in Jim_GetTtySettings()
169 if (tio.c_iflag & (IXON | IXOFF)) { in Jim_GetTtySettings()
172 else if (tio.c_cflag & CRTSCTS) { in Jim_GetTtySettings()
189 speed = cfgetispeed(&tio); in Jim_GetTtySettings()
208 struct termios tio; in Jim_SetTtySettings() local
210 if (tcgetattr(fd, &tio) < 0) { in Jim_SetTtySettings()
268 tio.c_cflag &= ~CSIZE; in Jim_SetTtySettings()
290 tio.c_cc[VMIN] = l; in Jim_SetTtySettings()
297 tio.c_cc[VTIME] = l; in Jim_SetTtySettings()
[all …]
/dports/comms/qt5-serialport/kde-qtserialport-5.15.2p2/src/serialport/
H A Dqserialport_unix.cpp202 tio->c_cflag |= CS8; in qt_set_common_props()
204 ::cfmakeraw(tio); in qt_set_common_props()
208 tio->c_cc[VTIME] = 0; in qt_set_common_props()
209 tio->c_cc[VMIN] = 0; in qt_set_common_props()
579 termios tio; in setStandardBaudRate() local
718 termios tio; in setDataBits() local
729 termios tio; in setParity() local
740 termios tio; in setStopBits() local
751 termios tio; in setFlowControl() local
867 termios tio; in initialize() local
[all …]
/dports/sysutils/syslinux/syslinux-6.03/com32/libutil/
H A Dansiraw.c66 struct termios tio; in console_ansi_raw() local
74 tcgetattr(0, &tio); in console_ansi_raw()
75 tio.c_iflag &= ~ICRNL; in console_ansi_raw()
76 tio.c_iflag |= IGNCR; in console_ansi_raw()
78 if (!tio.c_oflag & OPOST) in console_ansi_raw()
79 tio.c_oflag = 0; in console_ansi_raw()
80 tio.c_oflag |= OPOST | ONLCR; in console_ansi_raw()
81 tio.c_cc[VMIN] = 0; in console_ansi_raw()
88 struct termios tio, rtio; in raw_read() local
91 tcgetattr(fd, &tio); in raw_read()
[all …]
/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/pieces/
H A Diousual_shellclient.c8 struct termios tio; member
77 struct termios tio; in netwib_priv_io_shellclient_init() local
87 ptr->tio = tio; in netwib_priv_io_shellclient_init()
92 tio.c_iflag &= ~INPCK; in netwib_priv_io_shellclient_init()
94 tio.c_iflag &= ~INLCR; in netwib_priv_io_shellclient_init()
95 tio.c_iflag &= ~IGNCR; in netwib_priv_io_shellclient_init()
98 tio.c_iflag &= ~IXON; in netwib_priv_io_shellclient_init()
109 tio.c_lflag &= ~ISIG; in netwib_priv_io_shellclient_init()
111 tio.c_lflag &= ~ECHO; in netwib_priv_io_shellclient_init()
113 tio.c_cc[VMIN] = 1; in netwib_priv_io_shellclient_init()
[all …]
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dpftable.c60 struct pfioc_table tio; in pftable_change() local
69 bzero(&tio, sizeof(tio)); in pftable_change()
72 tio.pfrio_buffer = pft->worklist; in pftable_change()
74 tio.pfrio_size = pft->naddrs; in pftable_change()
91 struct pfioc_table tio; in pftable_clear() local
96 bzero(&tio, sizeof(tio)); in pftable_clear()
111 struct pfioc_table tio; in pftable_exists() local
117 bzero(&tio, sizeof(tio)); in pftable_exists()
120 tio.pfrio_buffer = &dummy; in pftable_exists()
121 tio.pfrio_esize = sizeof(dummy); in pftable_exists()
[all …]
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/hardware/
H A DserialDriver.cpp169 struct termios2 tio; in configure() local
173 tio.c_cflag = CLOCAL; in configure()
174 tio.c_iflag = 0; in configure()
175 tio.c_oflag = 0; in configure()
176 tio.c_lflag = 0; in configure()
185 tio.c_cflag |= CREAD; in configure()
233 struct termios tio; in configure() local
237 tio.c_cflag = CLOCAL; in configure()
238 tio.c_iflag = 0; in configure()
239 tio.c_oflag = 0; in configure()
[all …]
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dsshtty.c71 struct termios tio; in enter_raw_mode() local
73 if (tcgetattr(fileno(stdin), &tio) == -1) { in enter_raw_mode()
78 _saved_tio = tio; in enter_raw_mode()
79 tio.c_iflag |= IGNPAR; in enter_raw_mode()
82 tio.c_iflag &= ~IUCLC; in enter_raw_mode()
84 tio.c_lflag &= ~(ISIG | ICANON | ECHO | ECHOE | ECHOK | ECHONL); in enter_raw_mode()
86 tio.c_lflag &= ~IEXTEN; in enter_raw_mode()
88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
89 tio.c_cc[VMIN] = 1; in enter_raw_mode()
90 tio.c_cc[VTIME] = 0; in enter_raw_mode()
[all …]
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dsshtty.c71 struct termios tio; in enter_raw_mode() local
73 if (tcgetattr(fileno(stdin), &tio) == -1) { in enter_raw_mode()
78 _saved_tio = tio; in enter_raw_mode()
79 tio.c_iflag |= IGNPAR; in enter_raw_mode()
82 tio.c_iflag &= ~IUCLC; in enter_raw_mode()
84 tio.c_lflag &= ~(ISIG | ICANON | ECHO | ECHOE | ECHOK | ECHONL); in enter_raw_mode()
86 tio.c_lflag &= ~IEXTEN; in enter_raw_mode()
88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
89 tio.c_cc[VMIN] = 1; in enter_raw_mode()
90 tio.c_cc[VTIME] = 0; in enter_raw_mode()
[all …]
/dports/security/openssh-portable/openssh-8.8p1/
H A Dsshtty.c71 struct termios tio; in enter_raw_mode() local
73 if (tcgetattr(fileno(stdin), &tio) == -1) { in enter_raw_mode()
78 _saved_tio = tio; in enter_raw_mode()
79 tio.c_iflag |= IGNPAR; in enter_raw_mode()
82 tio.c_iflag &= ~IUCLC; in enter_raw_mode()
84 tio.c_lflag &= ~(ISIG | ICANON | ECHO | ECHOE | ECHOK | ECHONL); in enter_raw_mode()
86 tio.c_lflag &= ~IEXTEN; in enter_raw_mode()
88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
89 tio.c_cc[VMIN] = 1; in enter_raw_mode()
90 tio.c_cc[VTIME] = 0; in enter_raw_mode()
[all …]
/dports/sysutils/powerman/powerman-2.3.20/powermand/
H A Ddevice_serial.c115 struct termios tio; in _serial_setup() local
117 res = tcgetattr(fd, &tio); in _serial_setup()
138 tio.c_cflag &= ~CSIZE; in _serial_setup()
139 tio.c_cflag |= CS7; in _serial_setup()
142 tio.c_cflag &= ~CSIZE; in _serial_setup()
143 tio.c_cflag |= CS8; in _serial_setup()
155 tio.c_cflag |= CSTOPB; in _serial_setup()
169 tio.c_cflag |= PARENB; in _serial_setup()
174 tio.c_cflag |= PARENB; in _serial_setup()
175 tio.c_cflag |= PARODD; in _serial_setup()
[all …]
/dports/comms/tcpser/tcpser/src/
H A Dserial.c77 struct termios tio; in ser_init_conn() local
101 tio.c_iflag = (IGNBRK); in ser_init_conn()
102 tio.c_oflag = 0; in ser_init_conn()
103 tio.c_lflag = 0; in ser_init_conn()
104 tio.c_cc[VMIN]=1; in ser_init_conn()
105 tio.c_cc[VTIME]=0; in ser_init_conn()
108 cfsetispeed(&tio, bps_rate); in ser_init_conn()
110 tcsetattr(fd,TCSANOW,&tio); in ser_init_conn()
121 struct termios tio; in ser_set_flow_control() local
122 if(0 != tcgetattr(fd,&tio)) { in ser_set_flow_control()
[all …]
/dports/comms/tio/tio-1.32/
H A DREADME.md1 # tio - a simple TTY terminal I/O application
3 [![Build Status](https://travis-ci.org/tio/tio.svg?branch=master)](https://travis-ci.org/tio/tio)
4 …nap Status](https://build.snapcraft.io/badge/tio/tio.snapcraft.svg)](https://build.snapcraft.io/us…
15 <img src="https://tio.github.io/images/tio-demo.gif">
22 'tio --help':
24 Usage: tio [<options>] <tty-device>
60 See the tio man page for more details.
80 https://tio.github.io for package installation details.
89 GitHub: https://github.com/tio/tio
99 Submit bug reports via GitHub: https://github.com/tio/tio/issues
[all …]
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Din_dxf.h124 obj->tio.object \
126 obj->tio.object->objid = obj->index; \
127 obj->tio.object->dwg = dwg; \
136 obj->tio.entity \
150 obj->tio.object->tio.token = (Dwg_Object_##token *)_obj; \
151 obj->tio.object->tio.token->parent = obj->tio.object; \
152 obj->tio.object->objid = obj->index
165 obj->tio.entity->tio.token = (Dwg_Entity_##token *)_obj; \
166 obj->tio.entity->tio.token->parent = obj->tio.entity; \
167 obj->tio.entity->objid = obj->index
[all …]
/dports/comms/tio/tio-1.32/src/
H A Dtty.c282 memset(&tio, 0, sizeof(tio)); in tty_configure()
330 tio.c_cflag &= ~CSIZE; in tty_configure()
334 tio.c_cflag |= CS5; in tty_configure()
337 tio.c_cflag |= CS6; in tty_configure()
340 tio.c_cflag |= CS7; in tty_configure()
343 tio.c_cflag |= CS8; in tty_configure()
389 tio.c_cflag |= PARENB; in tty_configure()
390 tio.c_cflag |= PARODD; in tty_configure()
394 tio.c_cflag |= PARENB; in tty_configure()
407 tio.c_oflag = 0; in tty_configure()
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/login-utils/
H A Dsulogin.c125 struct termios *tio = &con->tio; in tcinit() local
178 tio->c_cflag = CREAD | CS8 | HUPCL | (tio->c_cflag & CLOCAL); in tcinit()
179 tio->c_iflag = 0; in tcinit()
180 tio->c_lflag = 0; in tcinit()
241 struct termios *tio; in tcfinal() local
258 tio = &con->tio; in tcfinal()
263 tio->c_oflag |= OPOST; in tcfinal()
281 tio->c_iflag |= ICRNL; in tcfinal()
302 tio->c_cflag |= CS7; in tcfinal()
540 tty = con->tio; in doprompt()
[all …]
/dports/math/plplot-ada/plplot-5.15.0/lib/nn/
H A Ddelaunay.c76 tio->holelist = NULL; in tio_init()
77 tio->numberofholes = 0; in tio_init()
78 tio->regionlist = NULL; in tio_init()
79 tio->numberofregions = 0; in tio_init()
80 tio->edgelist = NULL; in tio_init()
81 tio->edgemarkerlist = NULL; in tio_init()
83 tio->numberofedges = 0; in tio_init()
89 free( tio->pointlist ); in tio_destroy()
107 free( tio->holelist ); in tio_destroy()
111 free( tio->edgelist ); in tio_destroy()
[all …]
/dports/math/plplot/plplot-5.15.0/lib/nn/
H A Ddelaunay.c76 tio->holelist = NULL; in tio_init()
77 tio->numberofholes = 0; in tio_init()
78 tio->regionlist = NULL; in tio_init()
79 tio->numberofregions = 0; in tio_init()
80 tio->edgelist = NULL; in tio_init()
81 tio->edgemarkerlist = NULL; in tio_init()
83 tio->numberofedges = 0; in tio_init()
89 free( tio->pointlist ); in tio_destroy()
107 free( tio->holelist ); in tio_destroy()
111 free( tio->edgelist ); in tio_destroy()
[all …]

12345678910>>...75