Home
last modified time | relevance | path

Searched full:port (Results 1 – 25 of 20385) sorted by relevance

12345678910>>...816

/aosp_15_r20/external/sdv/vsomeip/test/offer_tests/conf/
Doffer_test_big_sd_msg_slave.json.in23 …{"service":"0x1","instance":"0x1","unreliable":"30001","reliable":{"port":"30001","enable-magic-co… string
24 …{"service":"0x2","instance":"0x1","unreliable":"30002","reliable":{"port":"30002","enable-magic-co… string
25 …{"service":"0x3","instance":"0x1","unreliable":"30003","reliable":{"port":"30003","enable-magic-co… string
26 …{"service":"0x4","instance":"0x1","unreliable":"30004","reliable":{"port":"30004","enable-magic-co… string
27 …{"service":"0x5","instance":"0x1","unreliable":"30005","reliable":{"port":"30005","enable-magic-co… string
28 …{"service":"0x6","instance":"0x1","unreliable":"30006","reliable":{"port":"30006","enable-magic-co… string
29 …{"service":"0x7","instance":"0x1","unreliable":"30007","reliable":{"port":"60000","enable-magic-co… string
30 …{"service":"0x8","instance":"0x1","unreliable":"30008","reliable":{"port":"30008","enable-magic-co… string
31 …{"service":"0x9","instance":"0x1","unreliable":"60000","reliable":{"port":"30009","enable-magic-co… string
32 …{"service":"0xA","instance":"0x1","unreliable":"30010","reliable":{"port":"30010","enable-magic-co… string
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
H A DIoLib.h15 Macro that converts PCI Segment and I/O Port to an address that can be
19 The unused upper bits of Segment, and Port are stripped prior to the
23 @param Port I/O Port number. Range 0..65535.
29 #define IO_LIB_ADDRESS(Segment, Port) \ argument
30 ( ((Port) & 0xffff) | (((Segment) & 0xffff) << 16) )
33 Reads an 8-bit I/O port.
35 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
39 If 8-bit I/O port operations are not supported, then ASSERT().
41 @param Port The I/O port to read.
49 IN UINTN Port
[all …]
H A DS3IoLib.h16 Reads an 8-bit I/O port and saves the value in the S3 script to be replayed
19 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
23 If 8-bit I/O port operations are not supported, then ASSERT().
25 @param[in] Port The I/O port to read.
33 IN UINTN Port
37 Writes an 8-bit I/O port, and saves the value in the S3 script to be replayed
40 Writes the 8-bit I/O port specified by Port with the value specified by Value
44 If 8-bit I/O port operations are not supported, then ASSERT().
46 @param[in] Port The I/O port to write.
47 @param[in] Value The value to write to the I/O port.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
H A DIoLib.h15 Macro that converts PCI Segment and I/O Port to an address that can be
19 The unused upper bits of Segment, and Port are stripped prior to the
23 @param Port I/O Port number. Range 0..65535.
29 #define IO_LIB_ADDRESS(Segment,Port) \ argument
30 ( ((Port) & 0xffff) | (((Segment) & 0xffff) << 16) )
33 Reads an 8-bit I/O port.
35 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
39 If 8-bit I/O port operations are not supported, then ASSERT().
41 @param Port The I/O port to read.
49 IN UINTN Port
[all …]
H A DS3IoLib.h16 Reads an 8-bit I/O port and saves the value in the S3 script to be replayed
19 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
23 If 8-bit I/O port operations are not supported, then ASSERT().
25 @param[in] Port The I/O port to read.
33 IN UINTN Port
37 Writes an 8-bit I/O port, and saves the value in the S3 script to be replayed
40 Writes the 8-bit I/O port specified by Port with the value specified by Value
44 If 8-bit I/O port operations are not supported, then ASSERT().
46 @param[in] Port The I/O port to write.
47 @param[in] Value The value to write to the I/O port.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
H A DIoLib.h15 Macro that converts PCI Segment and I/O Port to an address that can be
19 The unused upper bits of Segment, and Port are stripped prior to the
23 @param Port I/O Port number. Range 0..65535.
29 #define IO_LIB_ADDRESS(Segment,Port) \ argument
30 ( ((Port) & 0xffff) | (((Segment) & 0xffff) << 16) )
33 Reads an 8-bit I/O port.
35 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
39 If 8-bit I/O port operations are not supported, then ASSERT().
41 @param Port The I/O port to read.
49 IN UINTN Port
[all …]
H A DS3IoLib.h16 Reads an 8-bit I/O port and saves the value in the S3 script to be replayed
19 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
23 If 8-bit I/O port operations are not supported, then ASSERT().
25 @param[in] Port The I/O port to read.
33 IN UINTN Port
37 Writes an 8-bit I/O port, and saves the value in the S3 script to be replayed
40 Writes the 8-bit I/O port specified by Port with the value specified by Value
44 If 8-bit I/O port operations are not supported, then ASSERT().
46 @param[in] Port The I/O port to write.
47 @param[in] Value The value to write to the I/O port.
[all …]
/aosp_15_r20/external/libchrome/mojo/core/ports/
H A Dnode.cc39 // Random port name generator which maintains a cache of random bytes to draw
44 // a process once any port names have been generated, as that behavior can lead
82 bool CanAcceptMoreMessages(const Port* port) { in CanAcceptMoreMessages() argument
85 uint64_t next_sequence_num = port->message_queue.next_sequence_num(); in CanAcceptMoreMessages()
86 if (port->state == Port::kClosed) in CanAcceptMoreMessages()
88 if (port->peer_closed || port->remove_proxy_on_last_message) { in CanAcceptMoreMessages()
89 if (port->last_sequence_num_to_receive == next_sequence_num - 1) in CanAcceptMoreMessages()
116 DVLOG(2) << "Port " << entry.first << " referencing node " in CanShutdownCleanly()
133 auto* port = locker.port(); in CanShutdownCleanly() local
134 if (port->peer_node_name != name_ && port->state != Port::kReceiving) { in CanShutdownCleanly()
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
H A DIoLib.h21 Macro that converts PCI Segment and I/O Port to an address that can be
25 The unused upper bits of Segment, and Port are stripped prior to the
29 @param Port I/O Port number. Range 0..65535.
35 #define IO_LIB_ADDRESS(Segment,Port) \ argument
36 ( ((Port) & 0xffff) | (((Segment) & 0xffff) << 16) )
39 Reads an 8-bit I/O port.
41 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
45 If 8-bit I/O port operations are not supported, then ASSERT().
47 @param Port The I/O port to read.
55 IN UINTN Port
[all …]
H A DS3IoLib.h23 Reads an 8-bit I/O port and saves the value in the S3 script to be replayed
26 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
30 If 8-bit I/O port operations are not supported, then ASSERT().
32 @param[in] Port The I/O port to read.
40 IN UINTN Port
44 Writes an 8-bit I/O port, and saves the value in the S3 script to be replayed
47 Writes the 8-bit I/O port specified by Port with the value specified by Value
51 If 8-bit I/O port operations are not supported, then ASSERT().
53 @param[in] Port The I/O port to write.
54 @param[in] Value The value to write to the I/O port.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DAtaPassThru.h118 /// device specified by Port and PortMultiplierPort.
178 @param[in] Port The port number of the ATA device to send the command.
179 …@param[in] PortMultiplierPort The port multiplier port number of the ATA device to send the c…
180 If there is no port multiplier, then specify 0xFFFF.
181 …n,out] Packet A pointer to the ATA command to send to the ATA device specified by Port
197 …@retval EFI_INVALID_PARAMETER Port, PortMultiplierPort, or the contents of Acb are invalid. T…
205 IN UINT16 Port,
212 Used to retrieve the list of legal port numbers for ATA devices on an ATA controller.
214 list of legal port numbers for the ATA controller. Regardless, the caller of this
215 function must probe the port number returned to see if an ATA device is actually
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DAtaPassThru.h118 /// device specified by Port and PortMultiplierPort.
178 @param[in] Port The port number of the ATA device to send the command.
179 …@param[in] PortMultiplierPort The port multiplier port number of the ATA device to send the c…
180 If there is no port multiplier, then specify 0xFFFF.
181 …n,out] Packet A pointer to the ATA command to send to the ATA device specified by Port
197 …@retval EFI_INVALID_PARAMETER Port, PortMultiplierPort, or the contents of Acb are invalid. T…
205 IN UINT16 Port,
212 Used to retrieve the list of legal port numbers for ATA devices on an ATA controller.
214 list of legal port numbers for the ATA controller. Regardless, the caller of this
215 function must probe the port number returned to see if an ATA device is actually
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DAtaPassThru.h117 /// device specified by Port and PortMultiplierPort.
176 @param[in] Port The port number of the ATA device to send the command.
177 …@param[in] PortMultiplierPort The port multiplier port number of the ATA device to send the c…
178 If there is no port multiplier, then specify 0xFFFF.
179 …n,out] Packet A pointer to the ATA command to send to the ATA device specified by Port
195 …@retval EFI_INVALID_PARAMETER Port, PortMultiplierPort, or the contents of Acb are invalid. T…
203 IN UINT16 Port,
210 Used to retrieve the list of legal port numbers for ATA devices on an ATA controller.
212 list of legal port numbers for the ATA controller. Regardless, the caller of this
213 function must probe the port number returned to see if an ATA device is actually
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DAtaPassThru.h121 /// device specified by Port and PortMultiplierPort.
181 @param[in] Port The port number of the ATA device to send the command.
182 …@param[in] PortMultiplierPort The port multiplier port number of the ATA device to send the c…
183 If there is no port multiplier, then specify 0xFFFF.
184 …n,out] Packet A pointer to the ATA command to send to the ATA device specified by Port
200 …@retval EFI_INVALID_PARAMETER Port, PortMultiplierPort, or the contents of Acb are invalid. T…
208 IN UINT16 Port,
215 Used to retrieve the list of legal port numbers for ATA devices on an ATA controller.
217 list of legal port numbers for the ATA controller. Regardless, the caller of this
218 function must probe the port number returned to see if an ATA device is actually
[all …]
/aosp_15_r20/external/autotest/server/cros/servo/
H A Dpd_console.py100 def execute_pd_state_cmd(self, port): argument
105 the dict containing port, polarity, role, pd_state, and flags.
107 @param port: Type C PD port 0 or 1
114 pd_cmd = cmd +" " + str(port) + " " + subcmd
117 m = self.send_pd_command_get_output(pd_cmd, ['(Port.*) - (Role:.*)\n'],
130 (port, key))
134 def get_pd_state(self, port): argument
141 def get_pd_port(self, port): argument
142 """Get the current PD port
144 @param port: Type C PD port 0/1
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dcompute_v1.regionHealthChecks.html193 …&quot;port&quot;: 42, # The port number for the health check request. Must be specified if port_na…
194 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
195port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
200 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 443…
201 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
202port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
209 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 80.…
210 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
211port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
218 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 443…
[all …]
Dcompute_alpha.regionHealthChecks.html200 …&quot;port&quot;: 42, # The port number for the health check request. Must be specified if port_na…
201 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
202port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
207 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 443…
208 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
209port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
217 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 80.…
218 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
219port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
227 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 443…
[all …]
Dcompute_alpha.healthChecks.html142 …&quot;port&quot;: 42, # The port number for the health check request. Must be specified if port_na…
143 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
144port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
149 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 443…
150 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
151port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
159 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 80.…
160 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
161port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
169 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 443…
[all …]
Dcompute_beta.healthChecks.html142 …&quot;port&quot;: 42, # The port number for the health check request. Must be specified if port_na…
143 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
144port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
149 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 443…
150 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
151port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
158 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 80.…
159 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
160port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
167 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 443…
[all …]
Dcompute_v1.healthChecks.html139 …&quot;port&quot;: 42, # The port number for the health check request. Must be specified if port_na…
140 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
141port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
146 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 443…
147 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
148port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
155 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 80.…
156 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
157port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
164 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 443…
[all …]
Dcompute_beta.regionHealthChecks.html196 …&quot;port&quot;: 42, # The port number for the health check request. Must be specified if port_na…
197 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
198port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
203 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 443…
204 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
205port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
212 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 80.…
213 …;: &quot;A String&quot;, # Port name as defined in InstanceGroup#NamedPort#name. If both port and …
214port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port num…
221 …&quot;port&quot;: 42, # The TCP port number for the health check request. The default value is 443…
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Ddevlink_port_split.py12 # Test port split configuration using devlink-port lanes attribute.
23 Port = collections.namedtuple('Port', 'bus_info name') variable
52 Return: Array of tuples (bus_info/port, if_name).
57 cmd = "devlink -j port show"
60 ports = json.loads(stdout)['port']
62 for port in ports:
63 if dev in port:
64 if ports[port]['flavour'] == 'physical':
65 arr.append(Port(bus_info=port, name=ports[port]['netdev']))
73 def get_max_lanes(port): argument
[all …]
/aosp_15_r20/external/python/portpicker/src/
Dportpicker.py23 To reserve a port for the lifetime of a bash script, use $BASHPID as this
26 There is a race condition between picking a port and your application code
27 binding to it. The use of a port server to prevent that is recommended on
31 port number consider using socket.bind(('localhost', 0)) to bind to an
32 available port without a race condition rather than using this library.
70 """Exception indicating that no free port could be found."""
73 def add_reserved_port(port): argument
74 """Add a port that was acquired by means other than the port server."""
75 _free_ports.add(port)
78 def return_port(port): argument
[all …]
D__init__.py23 To reserve a port for the lifetime of a bash script, use $BASHPID as this
26 There is a race condition between picking a port and your application code
27 binding to it. The use of a port server to prevent that is recommended on
31 port number consider using socket.bind(('localhost', 0)) to bind to an
32 available port without a race condition rather than using this library.
70 """Exception indicating that no free port could be found."""
73 def add_reserved_port(port): argument
74 """Add a port that was acquired by means other than the port server."""
75 _free_ports.add(port)
78 def return_port(port): argument
[all …]
/aosp_15_r20/external/coreboot/util/msrtool/
H A Dgeodegx2.c12 { MSR1(0), "Port 0 = GLIU0:GLIU GLIU1:GLIU" },
13 { MSR1(1), "Port 1 = GLIU0:GLMC GLIU1:Interface to GLIU0" },
14 { MSR1(2), "Port 2 = GLIU0:Interface to GLIU1 GLIU1:Not Used" },
15 { MSR1(3), "Port 3 = GLIU0:CPU Core GLIU1:GLCP" },
16 { MSR1(4), "Port 4 = GLIU0:DC GLIU1:GLPCI" },
17 { MSR1(5), "Port 5 = GLIU0:GP GLIU1:GIO" },
18 { MSR1(6), "Port 6 = GLIU0:VP GLIU1:Not Used" },
19 { MSR1(7), "Port 7 = GLIU0:Not Used GLIU1:Not Used" },
38 { MSR1(0), "Port 0 = GLIU0:GLIU GLIU1:GLIU" },
39 { MSR1(1), "Port 1 = GLIU0:GLMC GLIU1:Interface to GLIU0" },
[all …]

12345678910>>...816