Searched refs:port (Results 101 - 125 of 366) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_mps.c220 aport_t port; local
231 port.aport_id = v_port.nint;
232 port.bport_id = aport_bport_id((aport_id_t) (v_port.nint));
233 port.bdomain_id = bdomain_self();
235 if (port.bport_id != bport_self())
238 nret = nsrv_aport_register(key,name,signature,&port);
248 aport_t port; local
258 nret = nsrv_aport_look_up(key,name,&port);
262 Return_Unify_Integer(v_port,t_port,port.aport_id);
278 aport_t port; local
347 bport_t port; local
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dmain.c118 int port;
250 static int ib_link_query_port(struct ib_device *ibdev, u8 port, argument
268 in_mad->attr_mod = cpu_to_be32(port);
273 err = mlx4_MAD_IFC(to_mdev(ibdev), mad_ifc_flags, port, NULL, NULL, in_mad,
291 props->gid_tbl_len = to_mdev(ibdev)->dev->caps.gid_table_len[port];
293 props->pkey_tbl_len = to_mdev(ibdev)->dev->caps.pkey_table_len[port];
324 in_mad->attr_mod = cpu_to_be32(port);
326 err = mlx4_MAD_IFC(to_mdev(ibdev), mad_ifc_flags, port,
349 static int eth_link_query_port(struct ib_device *ibdev, u8 port, argument
363 err = mlx4_cmd_box(mdev->dev, 0, mailbox->dma, port,
400 __mlx4_ib_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props, int netw_view) argument
413 mlx4_ib_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) argument
419 __mlx4_ib_query_gid(struct ib_device *ibdev, u8 port, int index, union ib_gid *gid, int netw_view) argument
473 iboe_query_gid(struct ib_device *ibdev, u8 port, int index, union ib_gid *gid) argument
482 mlx4_ib_query_gid(struct ib_device *ibdev, u8 port, int index, union ib_gid *gid) argument
490 __mlx4_ib_query_pkey(struct ib_device *ibdev, u8 port, u16 index, u16 *pkey, int netw_view) argument
521 mlx4_ib_query_pkey(struct ib_device *ibdev, u8 port, u16 index, u16 *pkey) argument
[all...]
H A Dmlx4_ib.h180 u8 port; member in struct:mlx4_ib_gid_entry
312 u8 port; member in struct:mlx4_ib_qp
390 u8 port; member in struct:mlx4_sriov_alias_guid_port_rec_det
406 u8 port;
433 int port; member in struct:mlx4_ib_demux_pv_ctx
448 int port; member in struct:mlx4_ib_demux_ctx
565 u8 port; member in struct:mlx4_ib_qp_tunnel_init_attr
691 int mlx4_MAD_IFC(struct mlx4_ib_dev *dev, int mad_ifc_flags, int port,
708 int __mlx4_ib_query_port(struct ib_device *ibdev, u8 port,
710 int __mlx4_ib_query_pkey(struct ib_device *ibdev, u8 port, u1
722 u8 port = be32_to_cpu(ah->av.ib.port_pd) >> 24 & 3; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dnsrv_int.h170 aport_t port; member in struct:__anon1735
181 bport_t port; member in struct:__anon1736
254 aport_t port; member in struct:__anon1744
261 bport_t port; member in struct:__anon1745
313 aport_t * port);
319 aport_t * port);
323 bport_t * port);
329 bport_t * port);
/barrelfish-2018-10-04/lib/net/test/
H A Dudp_echo.c29 const ip_addr_t *addr, uint16_t port)
39 udp_sendto(upcb, p, addr, port);
80 debug_printf("UDP ECHO bound to UDP port %u.\n", UDP_ECHOSERVER_PORT);
28 echo_recv_handler(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, uint16_t port) argument
/barrelfish-2018-10-04/lib/nfs/
H A Dportmap_rpc.h21 u_int port; member in struct:mapping
45 u_int port; member in struct:call_result
H A Dportmap_xdr.c18 if (!xdr_u_int (xdrs, &objp->port))
50 if (!xdr_u_int (xdrs, &objp->port))
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/easy_tls/
H A Dtest.c45 int port; local
50 fputs("Usage: test [port] -- server\n"
51 " test num.num.num.num [port] -- client\n",
89 sscanf(argv[2], "%d", &port);
91 port = C_PORT;
92 addr.sin_port = htons(port);
119 sscanf(argv[1], "%d", &port);
121 port = L_PORT;
123 addr.sin_port = htons(port);
139 fprintf(stderr, "Listening at port
[all...]
/barrelfish-2018-10-04/usr/arrakismon/
H A Dpc16550d.c134 pc16550d_handle_pio_read (struct pc16550d *u, uint16_t port, argument
138 assert(port >= u->base_port);
140 port -= u->base_port;
142 switch (port) {
213 assert(!"pc16550d: read access to unknown port");
224 pc16550d_handle_pio_write (struct pc16550d *u, uint16_t port, argument
228 assert(port >= u->base_port);
230 port -= u->base_port;
236 switch (port) {
294 assert(!"pc16550d: write access to unknown port");
[all...]
H A Dpci.h58 int pci_handle_pio_write(struct pci *pci, uint16_t port, enum opsize size,
60 int pci_handle_pio_read(struct pci *pci, uint16_t port, enum opsize size,
H A Dlpc.c289 * \param port the relative port (0 or 1) based at 0x20 or 0xa0 accessed
292 pic_icw_ocw_read (struct lpc *l, int ctrlr, uint16_t port) argument
295 assert(port == 0 || port == 1);
297 switch (port) {
311 lpc_handle_pio_read (struct lpc *l, uint16_t port, enum opsize size, argument
314 switch (port) {
318 *val = pic_icw_ocw_read(l, 0, port - 0x20);
322 *val = pic_icw_ocw_read(l, 1, port
548 pic_icw_ocw_write(struct lpc *l, int ctrlr, uint16_t port, uint8_t val) argument
623 lpc_handle_pio_write(struct lpc *l, uint16_t port, enum opsize size, uint32_t val) argument
[all...]
/barrelfish-2018-10-04/usr/drivers/serial/
H A Dserial_omap44xx.c15 static omap44xx_uart3_t port; variable
29 omap44xx_uart3_iir_t iir= omap44xx_uart3_iir_rd(&port);
36 omap44xx_uart3_msr_rd(&port);
40 serial_poll(&port);
214 omap44xx_uart3_init(&port, vbase);
215 debug_printf("omap serial_init[%d]: done.\n", port);
251 while (!omap44xx_uart3_lsr_tx_fifo_e_rdf(&port));
253 omap44xx_uart3_thr_thr_wrf(&port, c);
256 /** write string to serial port */
/barrelfish-2018-10-04/usr/echoserver/
H A Dudpechoserver.c33 struct ip_addr *addr, u16_t port)
45 udp_sendto(pcb, pbuf, &destaddr, port);
62 //bind it to every IP of every interface and define a specific port to
32 echo_recv_handler(void *arg, struct udp_pcb *pcb, struct pbuf *pbuf, struct ip_addr *addr, u16_t port) argument
/barrelfish-2018-10-04/include/bulk_transfer/
H A Dbulk_net.h80 uint16_t port; ///< port member in struct:bulk_net_endpoint_descriptor
98 uint16_t port; ///< the port of the endpoint member in struct:bulk_net_ep_setup
132 * @param port the port where the otherside listens to
H A Dbulk_net_proxy.h64 * Start listening proxy on the specified port. Note that the proxy will bind to
76 * @param port Port number to listen on (host byte order)
86 uint16_t port,
102 * @param port Port number to connect to (host byte order)
114 uint16_t port,
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dapi_msg.h51 /* IP addresses and port numbers are expected to be in
72 u16_t port; member in struct:api_msg_msg::__anon88::__anon90
77 u16_t *port; member in struct:api_msg_msg::__anon88::__anon91
H A Dnetbuf.h45 u16_t port; member in struct:netbuf
68 #define netbuf_fromport(buf) ((buf)->port)
/barrelfish-2018-10-04/usr/tests/net_tests/posix-sockets/
H A Dmain.c80 static void start_server(uint16_t port, int *serversocket) argument
94 listen_addr.sin_port = htons(port);
236 uint16_t port = 0; local
244 if (strncmp(argv[i], "port=", strlen("port=")) == 0) {
245 port = atoi(argv[i] + strlen("port="));
246 printf("port=%" PRIu16 "\n", port);
251 if (port
[all...]
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dpci.h78 int pci_handle_pio_write(struct pci *pci, uint16_t port, enum opsize size,
80 int pci_handle_pio_read(struct pci *pci, uint16_t port, enum opsize size,
H A Dlpc.c298 * \param port the relative port (0 or 1) based at 0x20 or 0xa0 accessed
301 pic_icw_ocw_read (struct lpc *l, int ctrlr, uint16_t port) argument
304 assert(port == 0 || port == 1);
306 switch (port) {
320 lpc_handle_pio_read (struct lpc *l, uint16_t port, enum opsize size, argument
323 switch (port) {
327 *val = pic_icw_ocw_read(l, 0, port - 0x20);
331 *val = pic_icw_ocw_read(l, 1, port
555 pic_icw_ocw_write(struct lpc *l, int ctrlr, uint16_t port, uint8_t val) argument
630 lpc_handle_pio_write(struct lpc *l, uint16_t port, enum opsize size, uint32_t val) argument
[all...]
/barrelfish-2018-10-04/lib/lwip/src/api/
H A Dapi_lib.c127 * Get the local or remote IP address and port of a netconn.
128 * For RAW netconns, this returns the protocol instead of a port!
132 * @param port a pointer to which to save the port (or protocol for RAW)
138 netconn_getaddr(struct netconn * conn, struct ip_addr * addr, u16_t * port, argument
147 LWIP_ERROR("netconn_getaddr: invalid port", (port != NULL), return ERR_ARG;
153 msg.msg.msg.ad.port = port;
161 * Bind a netconn to a specific local IP address and port
170 netconn_bind(struct netconn * conn, struct ip_addr * addr, u16_t port) argument
235 netconn_connect(struct netconn * conn, struct ip_addr * addr, u16_t port) argument
474 netconn_sendto(struct netconn * conn, struct netbuf * buf, struct ip_addr * addr, u16_t port) argument
[all...]
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dplat_zynq7.c46 serial_init(unsigned port, bool initialize_hw) { argument
48 assert(port < serial_num_physical_ports);
49 lvaddr_t base = paging_map_device(uart_base[port], uart_size[port]);
50 zynq_uart_init(port, base, initialize_hw);
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dxahcid.tex8 facilitates user access to a port: when registering for a port, the user is
9 given the capability for the port registers. Interrupts are forwarded via
12 device and total disk space without having to open the port.
45 have a disk connected. Discovered disks are assigned a system-wide unique port
51 interface, which clients can then use to register themselves for a single port.
60 checks which ports received an interrupt and clears the port's interrupt
61 register. The \ac{hba}'s interrupt register is cleared after all port interrupt
62 registers have been cleared. At last, if a client is registered for a port that
69 since we do not poll the port'
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dcm.c183 struct cm_port *port[0]; member in struct:cm_device
187 struct cm_port *port; member in struct:cm_av
197 struct cm_port *port; member in struct:cm_work
227 /* todo: use alternate port on send failure */
271 mad_agent = cm_id_priv->av.port->mad_agent;
295 static int cm_alloc_response_msg(struct cm_port *port, argument
302 ah = ib_create_ah_from_wc(port->mad_agent->qp->pd, mad_recv_wc->wc,
303 mad_recv_wc->recv_buf.grh, port->port_num);
307 m = ib_create_send_mad(port->mad_agent, 1, mad_recv_wc->wc->pkey_index,
352 static void cm_init_av_for_response(struct cm_port *port, struc argument
364 struct cm_port *port = NULL; local
1210 cm_issue_rej(struct cm_port *port, struct ib_mad_recv_wc *mad_recv_wc, enum ib_cm_rej_reason reason, enum cm_msg_response msg_rejected, void *ari, u8 ari_length) argument
2114 cm_issue_drep(struct cm_port *port, struct ib_mad_recv_wc *mad_recv_wc) argument
3223 struct cm_port *port; local
3402 struct cm_port *port = mad_agent->context; local
3678 cm_create_port_fs(struct cm_port *port) argument
3709 cm_remove_port_fs(struct cm_port *port) argument
3722 struct cm_port *port; local
3808 struct cm_port *port; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Ds_socket.c105 static int init_client_ip(int *sock,unsigned char ip[4], int port, int type);
106 static int init_server(int *sock, int port, int type);
107 static int init_server_long(int *sock, int port,char *ip, int type);
237 int init_client(int *sock, char *host, int port, int type) argument
245 return(init_client_ip(sock,ip,port,type));
248 static int init_client_ip(int *sock, unsigned char ip[4], int port, int type) argument
258 them.sin_port=htons((unsigned short)port);
288 int do_server(int port, int type, int *ret, int (*cb)(char *hostname, int s, unsigned char *context), unsigned char *context) argument
295 if (!init_server(&accept_socket,port,type)) return(0);
326 static int init_server_long(int *sock, int port, cha argument
379 init_server(int *sock, int port, int type) argument
[all...]

Completed in 273 milliseconds

1234567891011>>