Lines Matching refs:__THROW
33 int __turn_on) __THROW;
38 extern int iopl (int __level) __THROW;
42 extern unsigned long int _bus_base (void) __THROW __attribute__ ((const));
43 extern unsigned long int bus_base (void) __THROW __attribute__ ((const));
46 extern unsigned long _bus_base_sparse (void) __THROW __attribute__ ((const));
47 extern unsigned long bus_base_sparse (void) __THROW __attribute__ ((const));
50 extern int _hae_shift (void) __THROW __attribute__ ((const));
51 extern int hae_shift (void) __THROW __attribute__ ((const));
69 __THROW __attribute__ ((const));
76 unsigned char *__buf) __THROW;
82 unsigned char *__buf) __THROW;
85 extern unsigned int inb (unsigned long __port) __THROW;
86 extern unsigned int inw (unsigned long __port) __THROW;
87 extern unsigned int inl (unsigned long __port) __THROW;
88 extern void outb (unsigned char __b, unsigned long __port) __THROW;
89 extern void outw (unsigned short __w, unsigned long __port) __THROW;
90 extern void outl (unsigned int __l, unsigned long __port) __THROW;