Home
last modified time | relevance | path

Searched refs:port (Results 1 – 25 of 16949) sorted by relevance

12345678910>>...678

/dports/security/py-stem/stem-1.8.0/stem/util/
H A Dports.cfg10 port 1 => TCPMUX
13 port 5 => RJE
14 port 7 => Echo
19 port 17 => QOTD
20 port 18 => MSP
22 port 20 => FTP
23 port 21 => FTP
24 port 22 => SSH
28 port 34 => RF
31 port 39 => RLP
[all …]
/dports/cad/geda/geda-gaf-1.8.2/gnetlist/scheme/
H A Dgnet-protelII.scm181 (lambda (port ls)
186 (newline port)
188 (newline port)
190 (newline port)
192 (newline port)
194 (newline port)
196 (newline port)
203 (newline port)
205 (newline port)
312 (lambda (port ls)
[all …]
H A Dgnet-ewnet.scm93 port)
94 (display "\"\n" port)
100 port)
115 (display pin port)
133 (lambda (port packages)
152 port)
207 (display alias port)
208 (display "\"\n" port)
232 (lambda (port)
243 (display ")\n" port)
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/typec/tcpm/
H A Dtcpm.c947 cc = port->polarity ? port->cc2 : port->cc1; in tcpm_get_current_limit()
985 return port->tcpc->set_roles(port->tcpc, attached, port->pwr_role, in tcpm_set_attached_state()
1210 port->prev_state = port->state; in tcpm_set_state()
2837 event->port = port; in tcpm_pd_receive()
3234 port->cc_req, port->cc1, port->cc2, port->vbus_source, in tcpm_pd_build_request()
3340 port->cc_req, port->cc1, port->cc2, port->vbus_source, in tcpm_pd_build_pps_request()
3402 ret = port->tcpc->set_vbus(port->tcpc, port->vbus_source, in tcpm_set_charge()
3933 port->ams = port->next_ams; in run_state_machine()
4212 port->ams = port->next_ams; in run_state_machine()
5724 port->tcpc->init(port->tcpc); in tcpm_init()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/typec/tcpm/
H A Dtcpm.c947 cc = port->polarity ? port->cc2 : port->cc1; in tcpm_get_current_limit()
985 return port->tcpc->set_roles(port->tcpc, attached, port->pwr_role, in tcpm_set_attached_state()
1210 port->prev_state = port->state; in tcpm_set_state()
2837 event->port = port; in tcpm_pd_receive()
3234 port->cc_req, port->cc1, port->cc2, port->vbus_source, in tcpm_pd_build_request()
3340 port->cc_req, port->cc1, port->cc2, port->vbus_source, in tcpm_pd_build_pps_request()
3402 ret = port->tcpc->set_vbus(port->tcpc, port->vbus_source, in tcpm_set_charge()
3933 port->ams = port->next_ams; in run_state_machine()
4212 port->ams = port->next_ams; in run_state_machine()
5724 port->tcpc->init(port->tcpc); in tcpm_init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/typec/tcpm/
H A Dtcpm.c947 cc = port->polarity ? port->cc2 : port->cc1; in tcpm_get_current_limit()
985 return port->tcpc->set_roles(port->tcpc, attached, port->pwr_role, in tcpm_set_attached_state()
1210 port->prev_state = port->state; in tcpm_set_state()
2837 event->port = port; in tcpm_pd_receive()
3234 port->cc_req, port->cc1, port->cc2, port->vbus_source, in tcpm_pd_build_request()
3340 port->cc_req, port->cc1, port->cc2, port->vbus_source, in tcpm_pd_build_pps_request()
3402 ret = port->tcpc->set_vbus(port->tcpc, port->vbus_source, in tcpm_set_charge()
3933 port->ams = port->next_ams; in run_state_machine()
4212 port->ams = port->next_ams; in run_state_machine()
5724 port->tcpc->init(port->tcpc); in tcpm_init()
[all …]
/dports/lang/ypsilon/ypsilon-0.9.6-update3/src/
H A Dport.cpp503 port->buf_head = port->buf_tail = port->buf; in device_set_mark()
871 device_write(port, port->buf_head, n, port->mark - n); in port_flush_output()
872 port->buf_head = port->buf_tail = port->buf; in port_flush_output()
1138 port->buf_head = port->buf_tail = port->buf; in port_lookahead_byte()
1139 int n = device_read(port, port->buf, port->buf_size, port->mark); in port_lookahead_byte()
1207 port->buf_head = port->buf_tail = port->buf; in port_get_byte()
1208 int n = device_read(port, port->buf, port->buf_size, port->mark); in port_get_byte()
1289 …int n = device_read(port, port->lookahead + port->lookahead_size, code_length - port->lookahead_si… in port_lookahead_utf8()
1540 …int n = device_read(port, port->lookahead + port->lookahead_size, 2 - port->lookahead_size, port->… in port_lookahead_utf16()
1550 …int n = device_read(port, port->lookahead + port->lookahead_size, 4 - port->lookahead_size, port->… in port_lookahead_utf16()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/hw/xfree86/common/
H A Dcompiler.h124 inb(port) in inb() argument
132 inw(port) in inw() argument
140 inl(port) in inl() argument
295 inb(port) in inb() argument
302 inw(port) in inw() argument
309 inl(port) in inl() argument
431 inb(port) in inb()
617 port = (port & 0xf) + ((port & 0xf0) << 4) + 0x0050; in port_convert()
624 port = (port & 0xf) + ((port & 0xf0) << 4) + 0x00a0; in port_convert()
1160 port = (port & 0xf) + ((port & 0xf0) << 4) + 0x0050; in port_convert()
[all …]
/dports/games/d2x/d2x-0.2.5/arch/dos/comm/
H A Ddzcomm.c218 port->THR=port->nPort; in comm_port_install_handler()
219 port->RDR=port->nPort; in comm_port_install_handler()
220 port->BRDL=port->nPort; in comm_port_install_handler()
222 port->IER=1+port->nPort; in comm_port_install_handler()
223 port->IIR=2+port->nPort; in comm_port_install_handler()
224 port->FCR=2+port->nPort; in comm_port_install_handler()
225 port->LCR=3+port->nPort; in comm_port_install_handler()
226 port->MCR=4+port->nPort; in comm_port_install_handler()
227 port->LSR=5+port->nPort; in comm_port_install_handler()
228 port->MSR=6+port->nPort; in comm_port_install_handler()
[all …]
/dports/net-mgmt/observium/observium/includes/polling/
H A Dports.inc.php48 $port = array_merge($port, $ports_attribs['port'][$port['port_id']]); variable
50 $ports[$port['ifIndex']] = $port;
380 if ($port_stats[$port['ifIndex']] && $port['disabled'] != "1")
750 if (isset($port[$oid]) && is_numeric($port[$oid]))
780 $port['state'][$oid] = $port[$oid]; // Keep old value
833 …$debug_msg .= sprintf($debug_format, '(prev) '.$port['poll_time'], $port['ifOutOctets'], $port['if…
875 …$port['alert_array']['rx_ave_pktsize'] = $port['state']['ifInOctets_delta'] / ($port['state']['i…
879 …$port['state']['ifOctets_rate'] = $port['stats']['ifOutOctets_rate'] + $port['stats']['ifInO…
881 …$port['state']['ifErrors_rate'] = $port['stats']['ifOutErrors_rate'] + $port['stats']['ifInE…
960 check_entity('port', $port, $port['alert_array']);
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/core/
H A Dmmal_port.c293 if (!port || !port->priv) in mmal_port_format_commit()
313 port->component->name, (int)port->type, (int)port->index, port, in mmal_port_format_commit()
357 if (!port || !port->priv) in mmal_port_enable()
581 if (!port || !port->priv) in mmal_port_disable()
585 (int)port->type, (int)port->index, port); in mmal_port_disable()
722 port->component->name, (int)port->type, (int)port->index, port, buffer, in mmal_port_send_buffer()
792 (int)port->type, (int)port->index, port); in mmal_port_flush()
852 (int)port->type, (int)port->index, port, in mmal_port_parameter_set()
877 (int)port->type, (int)port->index, port, in mmal_port_parameter_get()
901 port->component->name, (int)port->type, (int)port->index, port, buffer, in mmal_port_buffer_header_callback()
[all …]
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_raspicam/mmal/core/
H A Dmmal_port.c293 if (!port || !port->priv) in mmal_port_format_commit()
313 port->component->name, (int)port->type, (int)port->index, port, in mmal_port_format_commit()
357 if (!port || !port->priv) in mmal_port_enable()
581 if (!port || !port->priv) in mmal_port_disable()
585 (int)port->type, (int)port->index, port); in mmal_port_disable()
722 port->component->name, (int)port->type, (int)port->index, port, buffer, in mmal_port_send_buffer()
788 (int)port->type, (int)port->index, port); in mmal_port_flush()
838 (int)port->type, (int)port->index, port, in mmal_port_parameter_set()
863 (int)port->type, (int)port->index, port, in mmal_port_parameter_get()
887 port->component->name, (int)port->type, (int)port->index, port, buffer, in mmal_port_buffer_header_callback()
[all …]
/dports/net-mgmt/observium/observium/html/includes/entities/
H A Dport.inc.php144 humanize_port($port);
153 <td>' . $port['human_type'] . '<br />' . $port['human_mac'] . '</td>
176 $port = array_merge($port, device_by_id_cache($port['device_id']));
179 humanize_port($port);
196 $port = array_merge($port, device_by_id_cache($port['device_id']));
249 if (port_permitted($port['port_id'], $port['device_id']))
337 if ($port['ifInErrors_delta'] > 0 || $port['ifOutErrors_delta'] > 0)
383 $port['bps_in'] = formatRates($port['ifInOctets_rate'] * 8);
384 $port['bps_out'] = formatRates($port['ifOutOctets_rate'] * 8);
386 $port['pps_in'] = format_si($port['ifInUcastPkts_rate'])."pps";
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/runtime/
H A Dusrint.scm36 (port (optional-port port 'PROMPT-FOR-COMMAND-EXPRESSION))
60 (port (optional-port port 'PROMPT-FOR-EVALUATED-EXPRESSION)))
78 (newline port)
90 port)))
101 (port (if (default-object? port) (interaction-i/o-port) port))
126 (port (if (default-object? port) (interaction-i/o-port) port)))
139 (newline port)
165 (beep port)
171 (let ((port (if (default-object? port) (interaction-i/o-port) port)))
191 (let ((port (if (default-object? port) (interaction-i/o-port) port)))
[all …]
/dports/lang/scheme48/scheme48-1.9.2/ps-compiler/prescheme/primop/
H A Dc-vector.scm22 (display "*(" port)
24 (display " + " port)
25 (c-value index port)
26 (writec port #\)))
33 port indent)))
40 (writec port #\;))
64 port indent)))
79 port)))
192 port
200 port
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dz8038.cpp73 for (u8 port = 0; port < 2; port++) in device_start() local
75 save_item(m_port[port].reg_state, "state", port + 1); in device_start()
77 save_item(m_port[port].int_code, "int_code", port + 1); in device_start()
105 for (u8 port = 0; port < 2; port++) in device_reset() local
128 if (port && (m_port[port].control_0 & CR0_P2M_IO)) in reg_r()
173 if (port && (m_port[port].control_0 & CR0_P2M_IO)) in reg_w()
226 m_port[port].reg_state = !m_port[port].reg_state; in reg_w()
607 for (u8 port = 0; port < 2; port++) in fifo_update() local
614 …if ((m_port[port].data_buffer & ~m_port[port].pattern_mask) == (m_port[port].pattern_match & ~m_po… in fifo_update()
637 for (u8 port = 0; port < 2; port++) in TIMER_CALLBACK_MEMBER() local
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dz8038.cpp73 for (u8 port = 0; port < 2; port++) in device_start() local
75 save_item(m_port[port].reg_state, "state", port + 1); in device_start()
77 save_item(m_port[port].int_code, "int_code", port + 1); in device_start()
105 for (u8 port = 0; port < 2; port++) in device_reset() local
128 if (port && (m_port[port].control_0 & CR0_P2M_IO)) in reg_r()
173 if (port && (m_port[port].control_0 & CR0_P2M_IO)) in reg_w()
226 m_port[port].reg_state = !m_port[port].reg_state; in reg_w()
607 for (u8 port = 0; port < 2; port++) in fifo_update() local
614 …if ((m_port[port].data_buffer & ~m_port[port].pattern_mask) == (m_port[port].pattern_match & ~m_po… in fifo_update()
637 for (u8 port = 0; port < 2; port++) in TIMER_CALLBACK_MEMBER() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/core/
H A Dsdio_uart.c119 tty_port_get(&port->port); in sdio_uart_port_get()
127 tty_port_put(&port->port); in sdio_uart_port_put()
145 mutex_lock(&port->port.mutex); in sdio_uart_port_remove()
153 mutex_unlock(&port->port.mutex); in sdio_uart_port_remove()
337 sdio_out(port, UART_IER, port->ier); in sdio_uart_change_speed()
351 sdio_out(port, UART_IER, port->ier); in sdio_uart_start_tx()
367 sdio_out(port, UART_IER, port->ier); in sdio_uart_stop_rx()
421 tty_flip_buffer_push(&port->port); in sdio_uart_receive_chars()
439 tty = tty_port_tty_get(&port->port); in sdio_uart_transmit_chars()
774 tty_port_hangup(&port->port); in sdio_uart_hangup()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/core/
H A Dsdio_uart.c119 tty_port_get(&port->port); in sdio_uart_port_get()
127 tty_port_put(&port->port); in sdio_uart_port_put()
145 mutex_lock(&port->port.mutex); in sdio_uart_port_remove()
153 mutex_unlock(&port->port.mutex); in sdio_uart_port_remove()
337 sdio_out(port, UART_IER, port->ier); in sdio_uart_change_speed()
351 sdio_out(port, UART_IER, port->ier); in sdio_uart_start_tx()
367 sdio_out(port, UART_IER, port->ier); in sdio_uart_stop_rx()
421 tty_flip_buffer_push(&port->port); in sdio_uart_receive_chars()
439 tty = tty_port_tty_get(&port->port); in sdio_uart_transmit_chars()
774 tty_port_hangup(&port->port); in sdio_uart_hangup()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/core/
H A Dsdio_uart.c119 tty_port_get(&port->port); in sdio_uart_port_get()
127 tty_port_put(&port->port); in sdio_uart_port_put()
145 mutex_lock(&port->port.mutex); in sdio_uart_port_remove()
153 mutex_unlock(&port->port.mutex); in sdio_uart_port_remove()
337 sdio_out(port, UART_IER, port->ier); in sdio_uart_change_speed()
351 sdio_out(port, UART_IER, port->ier); in sdio_uart_start_tx()
367 sdio_out(port, UART_IER, port->ier); in sdio_uart_stop_rx()
421 tty_flip_buffer_push(&port->port); in sdio_uart_receive_chars()
439 tty = tty_port_tty_get(&port->port); in sdio_uart_transmit_chars()
774 tty_port_hangup(&port->port); in sdio_uart_hangup()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tty/
H A Dtty_port.c64 memset(port, 0, sizeof(*port)); in tty_port_init()
264 if (port->ops && port->ops->destruct) in tty_port_destructor()
265 port->ops->destruct(port); in tty_port_destructor()
272 if (port) in tty_port_put()
331 port->ops->shutdown(port); in tty_port_shutdown()
389 port->client_ops->write_wakeup(port); in tty_port_tty_wakeup()
405 return port->ops->carrier_raised(port); in tty_port_carrier_raised()
420 port->ops->dtr_rts(port, 1); in tty_port_raise_dtr_rts()
435 port->ops->dtr_rts(port, 0); in tty_port_lower_dtr_rts()
658 tty->port = port; in tty_port_install()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tty/
H A Dtty_port.c64 memset(port, 0, sizeof(*port)); in tty_port_init()
264 if (port->ops && port->ops->destruct) in tty_port_destructor()
265 port->ops->destruct(port); in tty_port_destructor()
272 if (port) in tty_port_put()
331 port->ops->shutdown(port); in tty_port_shutdown()
389 port->client_ops->write_wakeup(port); in tty_port_tty_wakeup()
405 return port->ops->carrier_raised(port); in tty_port_carrier_raised()
420 port->ops->dtr_rts(port, 1); in tty_port_raise_dtr_rts()
435 port->ops->dtr_rts(port, 0); in tty_port_lower_dtr_rts()
658 tty->port = port; in tty_port_install()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tty/
H A Dtty_port.c64 memset(port, 0, sizeof(*port)); in tty_port_init()
264 if (port->ops && port->ops->destruct) in tty_port_destructor()
265 port->ops->destruct(port); in tty_port_destructor()
272 if (port) in tty_port_put()
331 port->ops->shutdown(port); in tty_port_shutdown()
389 port->client_ops->write_wakeup(port); in tty_port_tty_wakeup()
405 return port->ops->carrier_raised(port); in tty_port_carrier_raised()
420 port->ops->dtr_rts(port, 1); in tty_port_raise_dtr_rts()
435 port->ops->dtr_rts(port, 0); in tty_port_lower_dtr_rts()
658 tty->port = port; in tty_port_install()
[all …]
/dports/graphics/libgphoto2/libgphoto2-2.5.26/libgphoto2_port/libgphoto2_port/
H A Dgphoto2-port.c118 CHECK_RESULT (port->pc->ops->init (port)); in gp_port_init()
130 CHECK_RESULT (port->pc->ops->exit (port)); in gp_port_exit()
215 strncpy (port->settings.usb.port, info->path, in gp_port_set_info()
216 sizeof (port->settings.usb.port)); in gp_port_set_info()
281 CHECK_SUPP (port, "open", port->pc->ops->open); in gp_port_open()
282 CHECK_RESULT (port->pc->ops->open (port)); in gp_port_open()
304 CHECK_SUPP (port, "close", port->pc->ops->close); in gp_port_close()
437 CHECK_SUPP (port, "read", port->pc->ops->read); in gp_port_read()
438 retval = port->pc->ops->read (port, data, size); in gp_port_read()
474 retval = port->pc->ops->check_int (port, data, size, port->timeout); in gp_port_check_int()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tty/serial/
H A Dvr41xx_siu.c157 if (port->line == 1 && port->irq) in siu_check_type()
349 tty_flip_buffer_push(&port->state->port); in receive_chars()
381 siu_write(port, UART_TX, port->x_char); in transmit_chars()
447 retval = request_irq(port->irq, siu_interrupt, 0, siu_type_name(port), port); in siu_startup()
457 siu_set_mctrl(port, port->mctrl); in siu_startup()
480 siu_set_mctrl(port, port->mctrl); in siu_shutdown()
495 free_irq(port->irq, port); in siu_shutdown()
575 siu_set_mctrl(port, port->mctrl); in siu_set_termios()
648 port->type = siu_check_type(port); in siu_config_port()
783 port->membase = ioremap(port->mapbase, siu_port_size(port)); in siu_console_setup()
[all …]

12345678910>>...678