Home
last modified time | relevance | path

Searched refs:port (Results 2376 - 2400 of 7988) sorted by relevance

1...<<919293949596979899100>>...320

/third_party/node/src/
H A Dnode_process_object.cc56 int port = host_port->port(); in DebugPortGetter() local
57 info.GetReturnValue().Set(port); in DebugPortGetter()
64 int32_t port = value->Int32Value(env->context()).FromMaybe(0); in DebugPortSetter() local
66 if ((port != 0 && port < 1024) || port > 65535) { in DebugPortSetter()
73 host_port->set_port(static_cast<int>(port)); in DebugPortSetter()
/third_party/openssl/test/
H A Dhttp_test.c137 : OSSL_HTTP_transfer(NULL, NULL /* host */, NULL /* port */, RPATH, in test_http_x509()
176 rsp = OSSL_HTTP_transfer(&rctx, NULL /* server */, NULL /* port */, in test_http_keep_alive()
206 char *user, *host, *port, *path, *query, *frag; in test_http_url_ok() local
212 res = TEST_true(OSSL_HTTP_parse_url(url, &ssl, &user, &host, &port, &num, in test_http_url_ok()
215 && TEST_str_eq(port, exp_port) in test_http_url_ok()
227 OPENSSL_free(port); in test_http_url_ok()
277 char *host = "1", *port = "1", *path = "1"; in test_http_url_invalid() local
281 res = TEST_false(OSSL_HTTP_parse_url(url, &ssl, NULL, &host, &port, &num, in test_http_url_invalid()
284 && TEST_ptr_null(port) in test_http_url_invalid()
288 OPENSSL_free(port); in test_http_url_invalid()
[all...]
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dkeyspan_usa28msg.h48 If the port is configured for parity, the data will be an
106 baudHi; // baudHi is only used for first port (gives lower rates)
132 port ends in a TX_OFF state); any non-zero value is respected
150 u8 port, // 0=first, 1=second, 2=global (see below) member
156 _txOff, // port has been disabled (by host)
157 _txXoff, // port is in XOFF state (either host or RX XOFF)
179 u8 port, // 3 member
186 u8 port, // 2 member
/kernel/linux/linux-5.10/include/asm-generic/
H A Dpci_iomap.h2 /* Generic I/O port emulation.
21 /* Create a virtual mapping cookie for a port on a given PCI device.
25 extern void __iomem *__pci_ioport_map(struct pci_dev *dev, unsigned long port,
28 #define __pci_ioport_map(dev, port, nr) ioport_map((port), (nr))
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dkeyspan_usa28msg.h48 If the port is configured for parity, the data will be an
106 baudHi; // baudHi is only used for first port (gives lower rates)
132 port ends in a TX_OFF state); any non-zero value is respected
150 u8 port, // 0=first, 1=second, 2=global (see below) member
156 _txOff, // port has been disabled (by host)
157 _txXoff, // port is in XOFF state (either host or RX XOFF)
179 u8 port, // 3 member
186 u8 port, // 2 member
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dtrace.c6 const char *print_ip_addr(struct trace_seq *p, u32 *addr, u16 port, bool ipv4) in print_ip_addr() argument
13 trace_seq_printf(p, "%pI4:%d", &myaddr, htons(port)); in print_ip_addr()
15 trace_seq_printf(p, "%pI6:%d", addr, htons(port)); in print_ip_addr()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.h22 enum port;
40 bool is_hdcp_supported(struct drm_i915_private *i915, enum port port);
/kernel/linux/linux-6.6/tools/testing/cxl/test/
H A Dmock.h22 int (*devm_cxl_port_enumerate_dports)(struct cxl_port *port);
24 struct cxl_port *port, struct cxl_endpoint_dvsec_info *info);
25 int (*devm_cxl_add_passthrough_decoder)(struct cxl_port *port);
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_serial.py26 port = config[0] if config_size > 0 else "/dev/ttyUSB0"
32 self.ser = serial.Serial(port=port, baudrate=baudrate, parity=parity,
36 """ Connect to the server, write a 'c' to the serial port """
40 """" close the serial port. """
48 """ Write data to the serial port. """
/third_party/node/lib/internal/cluster/
H A Dshared_handle.js9 function SharedHandle(key, address, { port, addressType, fd, flags }) {
17 rval = dgram._createSocketHandle(address, port, addressType, fd, flags);
19 rval = net._createServerHandle(address, port, addressType, fd, flags);
/third_party/node/test/fixtures/wpt/webmessaging/broadcastchannel/resources/
H A Dworker.js35 let port = e.ports[0];
36 port.onmessage = e => handler(e, msg => port.postMessage(msg));
/third_party/node/test/parallel/
H A Dtest-cluster-dgram-ipv6only.js37 port: 0,
40 const { port } = socket1.address();
42 port,
H A Dtest-http-client-headers-array.js18 expectHeaders.host = `localhost:${this.address().port}`;
34 port: this.address().port,
H A Dtest-http-client-timeout-with-data.js31 port: undefined,
43 options.port = this.address().port;
H A Dtest-http-client-timeout-option.js12 port: undefined,
21 options.port = this.address().port;
H A Dtest-http2-client-request-options-errors.js34 const port = server.address().port;
35 const client = http2.connect(`http://localhost:${port}`);
46 ':authority': `localhost:${port}`
H A Dtest-http2-connect-tls-with-delay.js25 port: server.address().port,
32 'https://localhost:' + server.address().port,
H A Dtest-http2-socket-proxy-handler-for-has.js24 const port = server.address().port;
25 const client = http2.connect('https://localhost:' + port, {
H A Dtest-https-pfx.js37 port: undefined,
54 options.port = this.address().port;
H A Dtest-tls-cnnic-whitelist.js30 port: undefined,
45 tcase.clientOpts.port = this.address().port;
/third_party/node/test/sequential/
H A Dtest-http-server-keep-alive-timeout-slow-server.js25 const port = server.address().port;
26 const req = http.request({ agent, path, port }, common.mustCall((res) => {
/third_party/python/Tools/demo/
H A Drpythond.py21 port = int(sys.argv[1])
23 port = PORT
25 s.bind(('', port))
/kernel/linux/linux-5.10/drivers/tty/
H A Dn_gsm.c18 * Use newest tty open/close port helpers and install hooks
139 struct tty_port port; /* The tty bound to this DLCI if there is one */ member
818 tty_port_tty_wakeup(&dlci->port); in gsm_data_kick()
824 tty_port_tty_wakeup(&gsm->dlci[i]->port); in gsm_data_kick()
954 tty_port_tty_wakeup(&dlci->port); in gsm_dlci_data_output()
1190 tty_insert_flip_char(&dlci->port, 0, TTY_BREAK); in gsm_process_modem()
1227 /* Closed port, or invalid ? */ in gsm_control_modem()
1247 tty = tty_port_tty_get(&dlci->port); in gsm_control_modem()
1269 struct tty_port *port; in gsm_control_rls() local
1285 /* Closed port, o in gsm_control_rls()
1722 struct tty_port *port = &dlci->port; gsm_dlci_data() local
1843 gsm_dlci_free(struct tty_port *port) gsm_dlci_free() argument
3071 gsm_carrier_raised(struct tty_port *port) gsm_carrier_raised() argument
3093 gsm_dtr_rts(struct tty_port *port, int onoff) gsm_dtr_rts() argument
3172 struct tty_port *port = &dlci->port; gsmtty_open() local
[all...]
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dcore.c85 static struct nvmet_subsys *nvmet_find_get_subsys(struct nvmet_port *port,
252 struct nvmet_port *port) in nvmet_send_ana_event()
258 if (port && ctrl->port != port) in nvmet_send_ana_event()
268 void nvmet_port_send_ana_event(struct nvmet_port *port) in nvmet_port_send_ana_event() argument
273 list_for_each_entry(p, &port->subsystems, entry) in nvmet_port_send_ana_event()
274 nvmet_send_ana_event(p->subsys, port); in nvmet_port_send_ana_event()
301 void nvmet_port_del_ctrls(struct nvmet_port *port, struct nvmet_subsys *subsys) in nvmet_port_del_ctrls() argument
307 if (ctrl->port in nvmet_port_del_ctrls()
251 nvmet_send_ana_event(struct nvmet_subsys *subsys, struct nvmet_port *port) nvmet_send_ana_event() argument
313 nvmet_enable_port(struct nvmet_port *port) nvmet_enable_port() argument
364 nvmet_disable_port(struct nvmet_port *port) nvmet_disable_port() argument
835 nvmet_check_ana_state(struct nvmet_port *port, struct nvmet_ns *ns) nvmet_check_ana_state() argument
1463 nvmet_find_get_subsys(struct nvmet_port *port, const char *subsysnqn) nvmet_find_get_subsys() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/ca0106/
H A Dca0106_main.c342 outl(regptr, emu->port + PTR); in snd_ca0106_ptr_read()
343 val = inl(emu->port + DATA); in snd_ca0106_ptr_read()
359 outl(regptr, emu->port + PTR); in snd_ca0106_ptr_write()
360 outl(data, emu->port + DATA); in snd_ca0106_ptr_write()
459 intr_enable = inl(emu->port + INTE) | intrenb; in snd_ca0106_intr_enable()
460 outl(intr_enable, emu->port + INTE); in snd_ca0106_intr_enable()
470 intr_enable = inl(emu->port + INTE) & ~intrenb; in snd_ca0106_intr_disable()
471 outl(intr_enable, emu->port + INTE); in snd_ca0106_intr_disable()
786 hcfg = inl(emu->port + HCFG) ; in snd_ca0106_pcm_prepare_playback()
788 outl(hcfg, emu->port in snd_ca0106_pcm_prepare_playback()
[all...]

Completed in 18 milliseconds

1...<<919293949596979899100>>...320