Searched refs:res32 (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_core.c | 2719 u32 *res32 = (u32*)reslist; in i2o_issue_params() local 2769 restmp = res32 + 1; in i2o_issue_params() 2771 for(i = 0; i < (res32[0]&0X0000FFFF); i++) in i2o_issue_params() 2779 res32[1]>>24, (res32[1]>>16)&0xFF, res32[1]&0xFFFF); in i2o_issue_params() 2784 if((res32[0]&0x0000FFFF) == 1) in i2o_issue_params() 2786 return -((res32[1] >> 16) & 0xFF); /* -BlockStatus */ in i2o_issue_params()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 2529 static int nfs_getfh32_res_trans(union nfsctl_res *kres, union nfsctl_res32 *res32) in nfs_getfh32_res_trans() argument 2531 return copy_to_user(res32, kres, sizeof(*res32)); in nfs_getfh32_res_trans() 2534 long asmlinkage sys32_nfsservctl(int cmd, struct nfsctl_arg32 *arg32, union nfsctl_res32 *res32) in sys32_nfsservctl() argument 2544 if(res32) { in sys32_nfsservctl() 2591 err = nfs_getfh32_res_trans(kres, res32); in sys32_nfsservctl()
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | sys_ia32.c | 4463 nfs_getfh32_res_trans(union nfsctl_res *kres, union nfsctl_res32 *res32) in nfs_getfh32_res_trans() argument 4467 err = copy_to_user(&res32->cr32_getfh, in nfs_getfh32_res_trans() 4469 sizeof(res32->cr32_getfh)); in nfs_getfh32_res_trans() 4470 err |= __put_user(kres->cr_debug, &res32->cr32_debug); in nfs_getfh32_res_trans() 4477 sys32_nfsservctl(int cmd, struct nfsctl_arg32 *arg32, union nfsctl_res32 *res32) in sys32_nfsservctl() argument 4487 if(res32) { in sys32_nfsservctl() 4526 err = nfs_getfh32_res_trans(kres, res32); in sys32_nfsservctl()
|
/linux-2.4.37.9/include/asm-ppc/ |
D | immap_cpm2.h | 231 u8 res32[4]; member
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | sys_ppc32.c | 1941 static int nfs_getfh32_res_trans(union nfsctl_res *kres, union nfsctl_res32 *res32) in nfs_getfh32_res_trans() argument 1945 err = copy_to_user(res32, kres, sizeof(*res32)); in nfs_getfh32_res_trans() 1956 int asmlinkage sys32_nfsservctl(u32 cmd_parm, struct nfsctl_arg32 *arg32, union nfsctl_res32 *res32) in sys32_nfsservctl() argument 1967 if(res32) { in sys32_nfsservctl() 2018 err = nfs_getfh32_res_trans(kres, res32); in sys32_nfsservctl()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | sys_sparc32.c | 4027 static int nfs_getfh32_res_trans(union nfsctl_res *kres, union nfsctl_res32 *res32) in nfs_getfh32_res_trans() argument 4029 return (copy_to_user(res32, kres, sizeof(*res32)) ? -EFAULT : 0); in nfs_getfh32_res_trans() 4032 int asmlinkage sys32_nfsservctl(int cmd, struct nfsctl_arg32 *arg32, union nfsctl_res32 *res32) in sys32_nfsservctl() argument 4042 if(res32) { in sys32_nfsservctl() 4093 err = nfs_getfh32_res_trans(kres, res32); in sys32_nfsservctl()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | linux32.c | 3975 static int nfs_getfh32_res_trans(union nfsctl_res *kres, union nfsctl_res32 *res32) in nfs_getfh32_res_trans() argument 3977 return copy_to_user(res32, kres, sizeof(*res32)) ? -EFAULT : 0; in nfs_getfh32_res_trans() 3984 int asmlinkage sys32_nfsservctl(int cmd, struct nfsctl_arg32 *arg32, union nfsctl_res32 *res32) in sys32_nfsservctl() argument 3994 if(res32) { in sys32_nfsservctl() 4045 err = nfs_getfh32_res_trans(kres, res32); in sys32_nfsservctl()
|