/libc/sysdeps/linux/x86_64/sys/ |
A D | io.h | 45 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 D | io.h | 45 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 D | io.h | 37 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 D | io.h | 38 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 D | io.h | 39 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 D | io.h | 39 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 D | io.h | 40 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 D | ioperm.c | 74 #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 D | README | 2 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 D | getservice.c | 160 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 D | getaddrinfo.c | 113 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 D | README | 3 port uClibc to some new Linux architecture (arm, mips, etc), this is the place
|
/libc/sysdeps/linux/c6x/ |
A D | setjmp.s | 4 ; Author of TMS320C6000 port: Aurelien Jacquiot
|
A D | __longjmp.S | 4 ; Author of TMS320C6000 port: Aurelien Jacquiot
|
A D | bsd-_setjmp.s | 4 ; Author of TMS320C6000 port: Aurelien Jacquiot
|
A D | bsd-setjmp.S | 4 ; Author of TMS320C6000 port: Aurelien Jacquiot
|
A D | clone.S | 4 ; Author of TMS320C6000 port: Aurelien Jacquiot
|
/libc/sysdeps/linux/common/bits/ |
A D | syscalls-common.h | 76 # error your port needs to define INTERNAL_SYSCALL_NCS in bits/syscalls.h
|