| /device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
| D | xf-io.c | 52 int xf_input_port_init(xf_input_port_t *port, u32 size, u32 align, u32 core) in xf_input_port_init() 84 int xf_input_port_put(xf_input_port_t *port, xf_message_t *m) in xf_input_port_put() 134 static inline int xf_input_port_complete(xf_input_port_t *port) in xf_input_port_complete() 165 int xf_input_port_fill(xf_input_port_t *port) in xf_input_port_fill() 245 void xf_input_port_pad(xf_input_port_t *port, u8 pad) in xf_input_port_pad() 261 void xf_input_port_consume(xf_input_port_t *port, u32 n) in xf_input_port_consume() 307 void xf_input_port_purge(xf_input_port_t *port) in xf_input_port_purge() 330 void xf_input_port_control_save(xf_input_port_t *port, xf_message_t *m) in xf_input_port_control_save() 345 void xf_input_port_purge_done(xf_input_port_t *port) in xf_input_port_purge_done() 360 void xf_input_port_destroy(xf_input_port_t *port, u32 core) in xf_input_port_destroy() [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/ |
| D | RawIp4Rx.h | 30 #define SIN_ADDR(port) port.sin_addr.S_un.S_addr argument 31 #define SIN_FAMILY(port) port.sin_family argument 32 #define SIN_LEN(port) port.sin_family argument 33 #define SIN_PORT(port) port.sin_port argument 57 #define SIN_ADDR(port) port.sin_addr.s_addr argument 58 #define SIN_FAMILY(port) port.sin_family argument 59 #define SIN_LEN(port) port.sin_len argument 60 #define SIN_PORT(port) port.sin_port argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/ |
| D | RawIp4Tx.h | 33 #define SIN_ADDR(port) port.sin_addr.S_un.S_addr argument 34 #define SIN_FAMILY(port) port.sin_family argument 35 #define SIN_LEN(port) port.sin_family argument 36 #define SIN_PORT(port) port.sin_port argument 58 #define SIN_ADDR(port) port.sin_addr.s_addr argument 59 #define SIN_FAMILY(port) port.sin_family argument 60 #define SIN_LEN(port) port.sin_len argument 61 #define SIN_PORT(port) port.sin_port argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/ |
| D | OobRx.h | 30 #define SIN_ADDR(port) port.sin_addr.S_un.S_addr argument 31 #define SIN_FAMILY(port) port.sin_family argument 32 #define SIN_LEN(port) port.sin_family argument 33 #define SIN_PORT(port) port.sin_port argument 58 #define SIN_ADDR(port) port.sin_addr.s_addr argument 59 #define SIN_FAMILY(port) port.sin_family argument 60 #define SIN_LEN(port) port.sin_len argument 61 #define SIN_PORT(port) port.sin_port argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/ |
| D | OobTx.h | 33 #define SIN_ADDR(port) port.sin_addr.S_un.S_addr argument 34 #define SIN_FAMILY(port) port.sin_family argument 35 #define SIN_LEN(port) port.sin_family argument 36 #define SIN_PORT(port) port.sin_port argument 58 #define SIN_ADDR(port) port.sin_addr.s_addr argument 59 #define SIN_FAMILY(port) port.sin_family argument 60 #define SIN_LEN(port) port.sin_len argument 61 #define SIN_PORT(port) port.sin_port argument
|
| /device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
| D | xf-io.h | 94 static inline int xf_input_port_created(xf_input_port_t *port) in xf_input_port_created() 100 static inline int xf_input_port_ready(xf_input_port_t *port) in xf_input_port_ready() 106 static inline int xf_input_port_done(xf_input_port_t *port) in xf_input_port_done() 112 static inline int xf_input_port_bypass(xf_input_port_t *port) in xf_input_port_bypass() 118 static inline void * xf_input_port_data(xf_input_port_t *port) in xf_input_port_data() 124 static inline u32 xf_input_port_length(xf_input_port_t *port) in xf_input_port_length() 130 static inline u32 xf_input_port_level(xf_input_port_t *port) in xf_input_port_level() 194 static inline int xf_output_port_created(xf_output_port_t *port) in xf_output_port_created() 200 static inline int xf_output_port_routed(xf_output_port_t *port) in xf_output_port_routed() 206 static inline int xf_output_port_unrouting(xf_output_port_t *port) in xf_output_port_unrouting() [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
| D | gopher.py | 41 def open_socket(host, port): argument 51 def send_request(selector, host, port): argument 58 def get_menu(selector, host, port): argument 88 def get_textfile(selector, host, port): argument 94 def get_alt_textfile(selector, host, port, func): argument 113 def get_binary(selector, host, port): argument 120 def get_alt_binary(selector, host, port, func, blocksize): argument 153 def browse_menu(selector, host, port): argument 199 def browse_textfile(selector, host, port): argument 221 def browse_search(selector, host, port): argument [all …]
|
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
| D | TcpStream.cpp | 31 static int _socket_loopback_server(int port, int type) in _socket_loopback_server() 82 int TcpStream::listen(unsigned short port) in listen() 113 int TcpStream::connect(unsigned short port) in connect() 118 int TcpStream::connect(const char* hostname, unsigned short port) in connect()
|
| /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/ |
| D | event_channel.h | 83 evtchn_port_t port; member 94 evtchn_port_t port; member 104 evtchn_port_t port; member
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/gpio/ |
| D | rk3399_gpio.c | 66 uint32_t port = GET_GPIO_PORT(gpio_number); in gpio_get_clock() local 122 uint32_t port = GET_GPIO_PORT(gpio_number); in gpio_put_clock() local 158 uint32_t port = GET_GPIO_PORT(gpio); in get_pull() local 200 uint32_t port = GET_GPIO_PORT(gpio); in set_pull() local 240 uint32_t port = GET_GPIO_PORT(gpio); in set_direction() local 261 uint32_t port = GET_GPIO_PORT(gpio); in get_direction() local 285 uint32_t port = GET_GPIO_PORT(gpio); in get_value() local 300 uint32_t port = GET_GPIO_PORT(gpio); in set_value() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ssl/ |
| D | get-remote-certificate.py | 11 def fetch_server_certificate (host, port): argument 77 host, port = arg.split(":") variable
|
| /device/generic/goldfish/libqemu/ |
| D | test_host_2.c | 56 socket_loopback_server( int port, int type ) in socket_loopback_server() 92 int port = DEFAULT_PORT; in main() local
|
| D | test_host_1.c | 58 socket_loopback_server( int port, int type ) in socket_loopback_server() 145 int port = DEFAULT_PORT; in main() local
|
| D | test_guest_1.c | 44 int port = 8012; in main() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | getaddrinfo.c | 168 #define GET_AI(ai, gai_afd, addr, port) {\ argument 183 #define GET_AI(ai, gai_afd, addr, port) {\ argument 246 u_short port; in getaddrinfo() local 492 u_short port = port0 & 0xffff; local 537 u_short port = port0 & 0xffff; local
|
| /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
| D | getservbyport.c | 44 getservbyport(int port, const char *proto) in getservbyport()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | smtplib.py | 227 def __init__(self, host='', port=0, local_hostname=None, argument 272 def _get_socket(self, port, host, timeout): argument 279 def connect(self, host='localhost', port=0): argument 762 def __init__(self, host='', port=0, local_hostname=None, argument 769 def _get_socket(self, host, port, timeout): argument 799 def __init__(self, host='', port=LMTP_PORT, local_hostname=None): argument 803 def connect(self, host='localhost', port=0): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
| D | serve.py | 29 port = int(sys.argv[2]) if len(sys.argv) > 2 else 8000 variable
|
| /device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/ |
| D | vhci_instrument.cpp | 76 VHCIInstrument::VHCIInstrument(int port, const std::string& name) in VHCIInstrument() 129 int port{}; in VerifyPortIsFree() local
|
| /device/google/cuttlefish_common/host/frontend/vnc_server/ |
| D | vnc_server.cpp | 30 VncServer::VncServer(int port, bool aggressive) in VncServer()
|
| /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
| D | if_msk.c | 250 INTN port; in msk_phy_readreg() local 283 INTN port; in msk_phy_writereg() local 311 UINTN port; in msk_miibus_statchg() local 457 INTN port; in msk_rxfilter() local 2271 INTN port; in msk_handle_events() local 2446 INTN port; in msk_init() local 2664 INTN port; in msk_set_rambuffer() local 2742 INTN port; in mskc_stop_if() local 2886 INTN port; in msk_stats_clear() local 2914 INTN port; in msk_stats_update() local
|
| /device/google/cuttlefish_common/common/vsoc/lib/ |
| D | socket_forward_region_view.cpp | 46 std::uint16_t port) { in MakeBegin() 217 auto SocketForwardRegionView::ShmConnectionView::EstablishConnection(int port) in EstablishConnection()
|
| /device/google/cuttlefish_common/common/libs/tcp_socket/ |
| D | tcp_socket.cpp | 30 ClientSocket::ClientSocket(int port) in ClientSocket() 94 ServerSocket::ServerSocket(int port) in ServerSocket()
|
| /device/google/cuttlefish_common/host/commands/logcat_receiver/ |
| D | main.cpp | 42 unsigned int port = config->logcat_vsock_port(); in main() local
|
| /device/google/cuttlefish_common/common/libs/fs/ |
| D | shared_fd.cpp | 309 SharedFD SharedFD::SocketLocalClient(int port, int type) { in SocketLocalClient() 325 SharedFD SharedFD::SocketLocalServer(int port, int type) { in SocketLocalServer() 398 SharedFD SharedFD::VsockServer(unsigned int port, int type) { in VsockServer() 421 SharedFD SharedFD::VsockClient(unsigned int cid, unsigned int port, int type) { in VsockClient()
|