Home
last modified time | relevance | path

Searched refs:return_code (Results 1 – 3 of 3) sorted by relevance

/arch/x86/pci/
Dpcbios.c93 unsigned char return_code; /* %al */ in bios32_service() local
101 : "=a" (return_code), in bios32_service()
110 switch (return_code) { in bios32_service()
118 service, return_code); in bios32_service()
/arch/s390/kernel/
Dentry.h81 long sys_s390_sthyi(unsigned long function_code, void __user *buffer, u64 __user *return_code, unsi…
Dsthyi.c491 u64 __user *, return_code, unsigned long, flags) in SYSCALL_DEFINE4() argument
507 if (return_code && put_user(sthyi_rc, return_code)) { in SYSCALL_DEFINE4()