/arch/arm/boot/compressed/ |
D | ofw-shark.c | 107 char service[12]; in OF_finddevice() local 109 service[0]='f'; in OF_finddevice() 110 service[1]='i'; in OF_finddevice() 111 service[2]='n'; in OF_finddevice() 112 service[3]='d'; in OF_finddevice() 113 service[4]='d'; in OF_finddevice() 114 service[5]='e'; in OF_finddevice() 115 service[6]='v'; in OF_finddevice() 116 service[7]='i'; in OF_finddevice() 117 service[8]='c'; in OF_finddevice() [all …]
|
/arch/powerpc/boot/ |
D | oflib.c | 26 int of_call_prom(const char *service, int nargs, int nret, ...) in of_call_prom() argument 30 const char *service; in of_call_prom() member 37 args.service = service; in of_call_prom() 55 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret() argument 60 const char *service; in of_call_prom_ret() member 67 args.service = service; in of_call_prom_ret()
|
D | of.h | 8 int of_call_prom(const char *service, int nargs, int nret, ...);
|
/arch/x86/pci/ |
D | pcbios.c | 65 static unsigned long bios32_service(unsigned long service) in bios32_service() argument 79 : "0" (service), in bios32_service() 88 printk(KERN_WARNING "bios32_service(0x%lx): not present\n", service); in bios32_service() 92 service, return_code); in bios32_service()
|
/arch/h8300/ |
D | Kconfig.debug | 21 bool "Message Output for GDB MagicPrint service" 24 kernel messages output using MagicPrint service from GDB
|
/arch/powerpc/include/asm/ |
D | rtas.h | 161 extern int rtas_token(const char *service); 162 extern int rtas_service_present(const char *service);
|
/arch/sparc/prom/ |
D | p1275.c | 40 long p1275_cmd(const char *service, long fmt, ...) in p1275_cmd() argument 53 strcpy (p, service); in p1275_cmd()
|
/arch/sparc/kernel/ |
D | head_64.S | 165 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "peer" 189 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop" 213 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "finddevice" 232 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop" 252 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "call-method" 340 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "finddevice" 361 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
|
/arch/powerpc/kernel/ |
D | rtas.c | 303 int rtas_token(const char *service) in rtas_token() argument 308 tokp = of_get_property(rtas.dev, service, NULL); in rtas_token() 313 int rtas_service_present(const char *service) in rtas_service_present() argument 315 return rtas_token(service) != RTAS_UNKNOWN_SERVICE; in rtas_service_present()
|
D | prom_init.c | 123 u32 service; member 224 static int __init call_prom(const char *service, int nargs, int nret, ...) in call_prom() argument 230 args.service = ADDR(service); in call_prom() 248 static int __init call_prom_ret(const char *service, int nargs, int nret, in call_prom_ret() argument 255 args.service = ADDR(service); in call_prom_ret()
|
/arch/frv/mm/ |
D | tlb-miss.S | 621 # we can now resume normal service
|
/arch/mips/configs/ |
D | mtx1_defconfig | 1534 # HiSax PCMCIA card service modules
|
/arch/mips/ |
D | Kconfig | 1579 impact on interrupt service overhead.
|
/arch/arm/tools/ |
D | mach-types | 1176 service MACH_SERVICE SERVICE 1167
|
/arch/x86/ |
D | Kconfig | 1324 bool "EFI runtime service support"
|