Home
last modified time | relevance | path

Searched refs:port (Results 1 – 18 of 18) sorted by relevance

/libc/sysdeps/linux/x86_64/sys/
A Dio.h45 inb (unsigned short int port) in inb() argument
54 inb_p (unsigned short int port) in inb_p() argument
63 inw (unsigned short int port) in inw() argument
72 inw_p (unsigned short int port) in inw_p() argument
81 inl (unsigned short int port) in inl() argument
90 inl_p (unsigned short int port) in inl_p() argument
98 outb (unsigned char value, unsigned short int port) in outb() argument
107 "Nd" (port)); in outb_p()
121 "Nd" (port)); in outw_p()
125 outl (unsigned int value, unsigned short int port) in outl() argument
[all …]
/libc/sysdeps/linux/i386/sys/
A Dio.h45 inb (unsigned short int port) in inb() argument
54 inb_p (unsigned short int port) in inb_p() argument
63 inw (unsigned short int port) in inw() argument
72 inw_p (unsigned short int port) in inw_p() argument
81 inl (unsigned short int port) in inl() argument
90 inl_p (unsigned short int port) in inl_p() argument
98 outb (unsigned char value, unsigned short int port) in outb() argument
107 "Nd" (port)); in outb_p()
121 "Nd" (port)); in outw_p()
125 outl (unsigned int value, unsigned short int port) in outl() argument
[all …]
/libc/sysdeps/linux/metag/sys/
A Dio.h37 extern unsigned char inb (unsigned long int port) __THROW;
38 extern unsigned short int inw (unsigned long int port) __THROW;
39 extern unsigned long int inl (unsigned long int port) __THROW;
41 extern void outb (unsigned char value, unsigned long int port) __THROW;
42 extern void outw (unsigned short value, unsigned long int port) __THROW;
43 extern void outl (unsigned long value, unsigned long int port) __THROW;
/libc/sysdeps/linux/nds32/sys/
A Dio.h38 extern unsigned char inb (unsigned long int port) __THROW;
39 extern unsigned short int inw (unsigned long int port) __THROW;
40 extern unsigned long int inl (unsigned long int port) __THROW;
42 extern void outb (unsigned char value, unsigned long int port) __THROW;
43 extern void outw (unsigned short value, unsigned long int port) __THROW;
44 extern void outl (unsigned long value, unsigned long int port) __THROW;
/libc/sysdeps/linux/sh/sys/
A Dio.h39 extern unsigned char inb (unsigned long int port) __THROW;
40 extern unsigned short int inw (unsigned long int port) __THROW;
41 extern unsigned long int inl (unsigned long int port) __THROW;
43 extern void outb (unsigned char value, unsigned long int port) __THROW;
44 extern void outw (unsigned short value, unsigned long int port) __THROW;
45 extern void outl (unsigned long value, unsigned long int port) __THROW;
/libc/sysdeps/linux/bfin/sys/
A Dio.h39 extern unsigned char inb (unsigned long int port) __THROW;
40 extern unsigned short int inw (unsigned long int port) __THROW;
41 extern unsigned long int inl (unsigned long int port) __THROW;
43 extern void outb (unsigned char value, unsigned long int port) __THROW;
44 extern void outw (unsigned short value, unsigned long int port) __THROW;
45 extern void outl (unsigned long value, unsigned long int port) __THROW;
/libc/sysdeps/linux/arm/sys/
A Dio.h40 extern unsigned char inb (unsigned long int port) __THROW;
41 extern unsigned short int inw (unsigned long int port) __THROW;
42 extern unsigned long int inl (unsigned long int port) __THROW;
44 extern void outb (unsigned char value, unsigned long int port) __THROW;
45 extern void outw (unsigned short value, unsigned long int port) __THROW;
46 extern void outl (unsigned long value, unsigned long int port) __THROW;
/libc/sysdeps/linux/arm/
A Dioperm.c74 #define IO_ADDR(port) (io.base + ((port) << io.shift)) argument
202 outb(unsigned char b, unsigned long int port) in libc_hidden_def()
204 *((__volatile__ unsigned char *)(IO_ADDR (port))) = b; in libc_hidden_def()
209 outw(unsigned short b, unsigned long int port) in outw() argument
211 *((__volatile__ unsigned short *)(IO_ADDR (port))) = b; in outw()
216 outl(unsigned long b, unsigned long int port) in outl() argument
218 *((__volatile__ unsigned long *)(IO_ADDR (port))) = b; in outl()
223 inb (unsigned long int port) in inb() argument
225 return *((__volatile__ unsigned char *)(IO_ADDR (port))); in inb()
230 inw(unsigned long int port) in inw() argument
[all …]
/libc/sysdeps/
A DREADME2 features of uClibc for all UN*X-like operating systems. If you wanted to port
5 If you want to port uClibc to support some non-UN*X-like Operating System, you
/libc/inet/
A Dgetservice.c160 int getservbyport_r(int port, const char *proto, in getservbyport_r() argument
169 if (result_buf->s_port != port) in getservbyport_r()
181 struct servent *getservbyport(int port, const char *proto) in libc_hidden_def()
186 getservbyport_r(port, proto, &serve, servbuf, servbuf_sz, &result); in libc_hidden_def()
A Dgetaddrinfo.c113 int port; member
349 st->port = s->s_port; in gaih_inet_serv()
485 st->port = htons(service->num); in gaih_inet()
493 st->port = 0; in gaih_inet()
507 newp->port = 0; in gaih_inet()
770 sin6p->sin6_port = st2->port; in gaih_inet()
782 sinp->sin_port = st2->port; in gaih_inet()
/libc/sysdeps/linux/
A DREADME3 port uClibc to some new Linux architecture (arm, mips, etc), this is the place
/libc/sysdeps/linux/c6x/
A Dsetjmp.s4 ; Author of TMS320C6000 port: Aurelien Jacquiot
A D__longjmp.S4 ; Author of TMS320C6000 port: Aurelien Jacquiot
A Dbsd-_setjmp.s4 ; Author of TMS320C6000 port: Aurelien Jacquiot
A Dbsd-setjmp.S4 ; Author of TMS320C6000 port: Aurelien Jacquiot
A Dclone.S4 ; Author of TMS320C6000 port: Aurelien Jacquiot
/libc/sysdeps/linux/common/bits/
A Dsyscalls-common.h76 # error your port needs to define INTERNAL_SYSCALL_NCS in bits/syscalls.h

Completed in 35 milliseconds