Searched refs:port (Results 26 - 50 of 366) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/ahci/
H A Dahci.c31 uint8_t port; // only valid in open and identify cb member in struct:bind_st
44 struct ahci_binding *ahci_binding = bst->ahci_binding[bst->port];
47 AHCI_DEBUG("got identify data for unbound port\n");
61 struct ahci_port_info *port = &ahci_binding->port_info; local
64 ahci_port_cmd_t cmd = ahci_port_cmd_rd(&port->port);
67 ahci_port_cmd_wr(&port->port, cmd);
69 // enable all interrupts of this port
70 AHCI_DEBUG("enabling all port interrupt
107 struct ahci_port_info *port = &ahci_binding->port_info; local
333 ahci_init(uint8_t port, ahci_bind_continuation_fn *_continuation, void *st, struct waitset *waitset) argument
415 struct ahci_port_info *port = &_binding->port_info; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Ddebug.h55 * CAUTION: This port numbering is replicated in tracer.pl
91 #define PortFilterBit(port) (1<<((port)-1))
92 #define PortWanted(port) (PortFilterBit(port) & PORTFILTER)
H A Dlnsrv.c67 nsrv_aport_register(key,name,signature,port)
71 aport_t * port;
86 nsrv_aport_look_up(key,name,port)
89 aport_t * port;
95 nsrv_bport_register(key,name,signature,port)
99 bport_t * port;
114 nsrv_bport_look_up(key,name,port)
117 bport_t * port;
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Damsg.xdr.h42 aport_t * port);
H A Dbmsg.msg.c1992 ** Every process has a single base port (bport) to/from which messages
1995 ** achieve this by opening the port of the communication partner.
1997 ** communication channel are represented by a port data structure in
2032 ** Port state: many bit-or combinations of the port masks above.
2039 typedef struct port { struct
2040 struct port * next; /* next bport */
2041 struct port * prev; /* previous bport */
2052 bport_number_t bport_number; /* network port number */
2054 bport_id_t bport_id; /* port identifier */
2056 l_mutex_t mutex; /* protects following port field
3391 port_t * port; local
3628 port_t * port; local
4637 port_t * port; local
4660 port_t * port; local
4700 port_t * port; local
4849 port_t * port; local
4877 port_t * port; local
4910 port_t * port; local
4940 port_t * port; local
5058 port_t * port; local
5857 port_t * port; local
5961 port_t * port; local
6317 port_t * port; local
6610 port_t * port; local
[all...]
H A Damsg.c286 aport_id_t aport_id; /* destination port */
328 ** In general, when a message arrives on an empty port its associated
330 ** one such notification in progress per port. This limits the number
340 struct aport * prev; /* previous port */
341 struct aport * next; /* next port */
342 aport_id_t aport_id; /* port identifier */
343 void (* notify_procedure) /* port notification procedure */
351 aport_info_t info; /* port statistics */
357 struct aport * prev; /* previous port */
358 struct aport * next; /* next port */
1126 port_t * port; local
1229 port_t * port; local
1339 port_t * port; local
1447 port_t * port; local
1499 port_t * port; local
1751 port_t * port; local
1803 port_t * port; local
[all...]
H A Dlnsrv.c55 nsrv_aport_register(key,name,signature,port)
59 aport_t * port;
74 nsrv_aport_look_up(key,name,port)
77 aport_t * port;
83 nsrv_bport_register(key,name,signature,port)
87 bport_t * port;
102 nsrv_bport_look_up(key,name,port)
105 bport_t * port;
/barrelfish-2018-10-04/kernel/include/arch/x86/
H A Dsyscall.h21 uint16_t port, uint32_t data);
H A Dx86.h113 static inline uint8_t inb(uint16_t port) argument
116 __asm __volatile("inb %%dx,%0" : "=a" (data) : "d" (port));
120 static inline void outb(uint16_t port, uint8_t data) argument
123 __asm __volatile("outb %0,%%dx" : : "a" (data), "d" (port));
127 static inline uint32_t ind(uint16_t port) argument
130 __asm __volatile("in %%dx,%0" : "=a" (data) : "d" (port));
134 static inline void outd(uint16_t port, uint32_t data) argument
137 __asm __volatile("out %0,%%dx" : : "a" (data), "d" (port));
141 static inline uint16_t inw(uint16_t port) argument
144 __asm __volatile("inw %%dx, %0" : "=a" (data) : "d" (port));
148 outw(uint16_t port, uint16_t data) argument
[all...]
/barrelfish-2018-10-04/usr/bench/udp_echo/
H A Drun_multiloop.sh7 port=$3
15 #echo Running $client_type $port $server $request_delay $n_ops_per_process $my_starting_id
16 $client_type $port $server $request_delay $n_ops_per_client $my_starting_id > /tmp/udp_openloop.$n.log &
/barrelfish-2018-10-04/include/tftp/
H A Dtftp.h29 * \brief starts the tftp server on this machine on a given port
32 * \param port port to be used
38 errval_t tftp_server_accept(char *ip, uint16_t port, tfpt_server_cb_f_t cb);
87 errval_t tftp_client_connect(char *ip, uint16_t port);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Duser_mad.c107 struct ib_umad_port port[0]; member in struct:ib_umad_device
112 struct ib_umad_port *port; member in struct:ib_umad_file
494 ah_attr.port_num = file->port->port_num;
618 mutex_lock(&file->port->file_mutex);
621 if (!file->port->ib_dev) {
661 agent = ib_register_mad_agent(file->port->ib_dev, file->port->port_num,
697 mutex_unlock(&file->port->file_mutex);
711 mutex_lock(&file->port->file_mutex);
728 mutex_unlock(&file->port
794 struct ib_umad_port *port; local
890 struct ib_umad_port *port; local
934 struct ib_umad_port *port = filp->private_data; local
967 struct ib_umad_port *port = dev_get_drvdata(dev); local
979 struct ib_umad_port *port = dev_get_drvdata(dev); local
994 ib_umad_init_port(struct ib_device *device, int port_num, struct ib_umad_port *port) argument
1074 ib_umad_kill_port(struct ib_umad_port *port) argument
[all...]
H A Dsa_query.c73 struct ib_sa_port port[0]; member in struct:ib_sa_device
80 struct ib_sa_port *port; member in struct:ib_sa_query
523 struct ib_sa_port *port = local
529 if (ib_query_port(port->agent->device, port->port_num, &port_attr)) {
530 printk(KERN_WARNING "Couldn't query port\n");
544 if (ib_find_pkey(port->agent->device, port->port_num,
551 ah_attr.port_num = port->port_num;
553 new_ah->ah = ib_create_ah(port
579 struct ib_sa_port *port = local
641 struct ib_sa_port *port; local
817 struct ib_sa_port *port; local
933 struct ib_sa_port *port; local
1030 struct ib_sa_port *port; local
1165 struct ib_sa_port *port; local
1217 ib_sa_notice_resp(struct ib_sa_port *port, struct ib_mad_recv_wc *mad_recv_wc) argument
1319 struct ib_sa_port *port; local
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dport.c113 static int mlx4_set_port_mac_table(struct mlx4_dev *dev, u8 port, argument
125 in_mod = MLX4_SET_PORT_MAC_TABLE << 8 | port;
134 int __mlx4_register_mac(struct mlx4_dev *dev, u8 port, u64 mac) { argument
135 struct mlx4_port_info *info = &mlx4_priv(dev)->port[port];
140 MLX4_DEBUG("Registering MAC: 0x%llx for port %d\n",
141 (unsigned long long ) mac, port);
170 err = mlx4_set_port_mac_table(dev, port, table->entries);
186 int mlx4_register_mac(struct mlx4_dev *dev, u8 port, u64 mac) { argument
193 ((u32) port) <<
216 mlx4_get_base_qpn(struct mlx4_dev *dev, u8 port) argument
449 mlx4_get_port_ib_caps(struct mlx4_priv *priv, u8 port, __be32 *caps) argument
723 mlx4_SET_PORT(struct mlx4_priv *priv, u8 port, int pkey_tbl_sz) argument
771 mlx4_SET_PORT_general(struct mlx4_dev *dev, u8 port, int mtu, u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx) argument
801 mlx4_SET_PORT_qpn_calc(struct mlx4_dev *dev, u8 port, u32 base_qpn, u8 promisc) argument
[all...]
/barrelfish-2018-10-04/kernel/arch/arm/
H A Dpl011.c76 * \brief Initialize a serial port. The MMU is turned on.
78 void pl011_init(unsigned port, lvaddr_t base, bool hwinit) argument
81 assert(port < serial_num_physical_ports);
83 pl011_uart_t *u = &uarts[port];
99 // Configure port to 38400 baud, 8 data, no parity, 1 stop (8-N-1)
136 * \brief Put a character to the port
138 void serial_putchar(unsigned port, char c) argument
140 assert(port < MAX_PORTS);
141 pl011_uart_t *u = &uarts[port];
149 * \brief Read a character from a port
151 serial_getchar(unsigned port) argument
[all...]
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dpci.c24 int pci_handle_pio_write(struct pci *pci, uint16_t port, enum opsize size, argument
29 switch(port) {
30 case 0xcf8: // PCI config address port
39 case 0xcfc: // PCI config data port
44 if(port != 0xcfc) {
48 VMKIT_PCI_DEBUG("wrote 0x%x to address:0x%x (port:0x%x)\n", val, pci->address.raw, port);
67 VMKIT_PCI_DEBUG("write to invalid port\n");
74 int pci_handle_pio_read(struct pci *pci, uint16_t port, enum opsize size, argument
79 VMKIT_PCI_DEBUG("pio_read: port
[all...]
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dplat_cn88xx.c50 /* the serial console port */
53 /* the debug console port */
71 errval_t serial_init(unsigned port, bool initialize_hw) argument
73 lvaddr_t base = local_phys_to_mem(uart_base[port]);
74 pl011_init(port, base, initialize_hw);
81 lpaddr_t platform_get_uart_address(unsigned port) argument
83 return local_phys_to_mem(uart_base[port]);
H A Dplat_qemu.c54 /* the serial console port */
57 /* the debug console port */
75 errval_t serial_init(unsigned port, bool initialize_hw) argument
77 lvaddr_t base = local_phys_to_mem(uart_base[port]);
78 pl011_init(port, base, initialize_hw);
85 lpaddr_t platform_get_uart_address(unsigned port) argument
87 return local_phys_to_mem(uart_base[port]);
/barrelfish-2018-10-04/lib/lwip2/src/apps/tftp/
H A Dtftp_server.c85 u16_t port; member in struct:tftp_state
100 tftp_state.port = 0;
118 send_error(const ip_addr_t *addr, u16_t port, enum tftp_error code, const char *str) argument
134 udp_sendto(tftp_state.upcb, p, addr, port);
152 udp_sendto(tftp_state.upcb, p, &tftp_state.addr, tftp_state.port);
169 udp_sendto(tftp_state.upcb, p, &tftp_state.addr, tftp_state.port);
194 send_error(&tftp_state.addr, tftp_state.port, TFTP_ERROR_ACCESS_VIOLATION, "Error occured while reading the file.");
204 recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) argument
212 if (((tftp_state.port != 0) && (port !
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dsysfs.c53 struct mlx4_ib_iov_port *port = mlx4_ib_iov_dentry->ctx; local
54 struct mlx4_ib_dev *mdev = port->dev;
61 ports_guid[port->num - 1].
80 struct mlx4_ib_iov_port *port = mlx4_ib_iov_dentry->ctx; local
81 struct mlx4_ib_dev *mdev = port->dev;
91 *(__be64 *)&mdev->sriov.alias_guid.ports_guid[port->num - 1].
97 mdev->sriov.alias_guid.ports_guid[port->num - 1].all_rec_per_port[record_num].status
100 mdev->sriov.alias_guid.ports_guid[port->num - 1].all_rec_per_port[record_num].method
105 mdev->sriov.alias_guid.ports_guid[port->num - 1].all_rec_per_port[record_num].method
107 mdev->sriov.alias_guid.ports_guid[port
137 struct mlx4_ib_iov_port *port = mlx4_ib_iov_dentry->ctx; local
164 struct mlx4_ib_iov_port *port = mlx4_ib_iov_dentry->ctx; local
223 struct mlx4_ib_iov_port *port = &device->iov_ports[port_num - 1]; local
236 struct mlx4_ib_iov_port *port = &device->iov_ports[port_num - 1]; local
245 struct mlx4_ib_iov_port *port = NULL; local
630 int port; local
701 struct mlx4_port *port; local
[all...]
/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A Dbulk_net_endpoint.c37 if (setup->port == 0 || setup->queue == 0) {
42 ep_desc->port = setup->port;
103 * @param port the port where the otherside listens to
116 if (setup->port == 0 || setup->queue == 0) {
121 ep_desc->port = setup->port;
/barrelfish-2018-10-04/lib/lwip2/src/apps/udpecho_raw/
H A Dudpecho_raw.c61 const ip_addr_t *addr, u16_t port)
69 udp_sendto(upcb, p, addr, port);
60 udpecho_raw_recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) argument
/barrelfish-2018-10-04/lib/net_device_manager/
H A Dportalloc.h61 uint16_t alloc_specific_port(uint16_t port, net_ports_port_type_t type);
62 void free_port(uint16_t port, net_ports_port_type_t type);
/barrelfish-2018-10-04/kernel/include/arch/armv8/
H A Dplatform.h30 lpaddr_t platform_get_uart_address(unsigned port);
31 void platform_set_uart_address(unsigned port, lpaddr_t uart_base);
/barrelfish-2018-10-04/lib/tftp/
H A Dcommon.c29 struct in_addr addr, uint16_t port,
40 err = net_send_to(socket, payload, length + 1, addr, port);
28 tftp_send_ack(struct net_socket *socket, uint32_t blockno, struct in_addr addr, uint16_t port, void *payload) argument

Completed in 303 milliseconds

1234567891011>>