| /sys/dev/x86/ |
| D | ioport.h | 8 static __inline__ unsigned char inb(unsigned short port) in inb() 17 static __inline__ unsigned short inw(unsigned short port) in inw() 26 static __inline__ unsigned int inl(int port) in inl() 35 static __inline__ void outb(int port, unsigned char val) in outb() 43 static __inline__ void outw(int port, unsigned short val) in outw() 51 static __inline__ void outl(int port, unsigned int val) in outl() 59 static __inline__ void insb(int port,void *buf,int cnt) in insb() 66 static __inline__ void insw(int port,void *buf,int cnt) in insw() 73 static __inline__ void insl(int port,void *buf,int cnt) in insl() 80 static __inline__ void outsb(int port,const void *buf,int cnt) in outsb() [all …]
|
| /sys/amd64/ |
| D | pci.c | 24 uint16_t port = PCI_PORT_DATABASE + (reg & 0x3); in PCICfgRead8() local 34 uint16_t port = PCI_PORT_DATABASE + (reg & 0x2); in PCICfgRead16() local 46 uint16_t port = PCI_PORT_DATABASE; in PCICfgRead32() local 59 uint16_t port = PCI_PORT_DATABASE + (reg & 0x3); in PCICfgWrite8() local 70 uint16_t port = PCI_PORT_DATABASE + (reg & 0x3); in PCICfgWrite16() local 81 uint16_t port = PCI_PORT_DATABASE + (reg & 0x3); in PCICfgWrite32() local
|
| /sys/amd64/include/ |
| D | amd64op.h | 431 static INLINE void outb(uint16_t port, uint8_t data) in outb() 438 static INLINE void outw(uint16_t port, uint16_t data) in outw() 445 static INLINE void outl(uint16_t port, uint32_t data) in outl() 452 static INLINE uint8_t inb(uint16_t port) in inb() 463 static INLINE uint16_t inw(uint16_t port) in inw() 474 static INLINE uint32_t inl(uint16_t port) in inl()
|
| /sys/dev/ |
| D | ahci.c | 173 AHCIPort *port[AHCI_MAX_PORTS]; member 234 AHCI_DumpPort(AHCI *ahci, int port) in AHCI_DumpPort() 254 AHCI_IssueCommand(AHCI *ahci, int port, SGArray *sga, void *cfis, int len) in AHCI_IssueCommand() 285 AHCI_WaitPort(AHCI *ahci, int port) in AHCI_WaitPort() 299 AHCI_IdentifyPort(AHCI *ahci, int port) in AHCI_IdentifyPort() 332 AHCI_ResetPort(AHCI *ahci, int port) in AHCI_ResetPort() 385 int port; in AHCI_Reset() local 490 volatile AHCIPort *port = ahci->port[p]; in AHCI_Configure() local
|
| /lib/liblwip/src/api/ |
| D | api_lib.c | 135 netconn_getaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port, u8_t local) in netconn_getaddr() 166 netconn_bind(struct netconn *conn, ip_addr_t *addr, u16_t port) in netconn_bind() 192 netconn_connect(struct netconn *conn, ip_addr_t *addr, u16_t port) in netconn_connect() 549 netconn_sendto(struct netconn *conn, struct netbuf *buf, ip_addr_t *addr, u16_t port) in netconn_sendto()
|
| D | api_msg.c | 145 ip_addr_t *addr, u16_t port)
|
| D | sockets.c | 317 u16_t port; in lwip_accept() local 566 u16_t port; in lwip_recvfrom() local
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip.c | 82 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (((port) == PP_NTOHS(DHCP_CLIENT_PORT)) \ argument 86 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (LWIP_IP_ACCEPT_UDP_PORT(port)) argument 89 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) ((port) == PP_NTOHS(DHCP_CLIENT_PORT)) argument
|
| /lib/liblwip/src/core/ |
| D | udp.c | 72 #define UDP_ENSURE_LOCAL_PORT_RANGE(port) (((port) & ~UDP_LOCAL_PORT_RANGE_START) + UDP_LOCAL_PORT_… argument 766 udp_bind(struct udp_pcb *pcb, ip_addr_t *ipaddr, u16_t port) 853 udp_connect(struct udp_pcb *pcb, ip_addr_t *ipaddr, u16_t port)
|
| D | tcp.c | 63 #define TCP_ENSURE_LOCAL_PORT_RANGE(port) (((port) & ~TCP_LOCAL_PORT_RANGE_START) + TCP_LOCAL_PORT_… argument 433 tcp_bind(struct tcp_pcb *pcb, ip_addr_t *ipaddr, u16_t port) in tcp_bind() 684 tcp_connect(struct tcp_pcb *pcb, ip_addr_t *ipaddr, u16_t port, in tcp_connect()
|
| D | dns.c | 733 dns_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in dns_recv()
|
| D | dhcp.c | 1537 dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in dhcp_recv()
|
| /lib/liblwip/src/include/lwip/ |
| D | api_msg.h | 79 u16_t port; member 84 u16_t *port; member
|
| D | netbuf.h | 51 u16_t port; member
|
| /lib/liblwip/src/core/snmp/ |
| D | msg_in.c | 822 snmp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in snmp_recv()
|
| D | mib2.c | 3885 u16_t port; in udpentry_get_value() local
|