Searched refs:res32 (Results 1 – 4 of 4) sorted by relevance
17 unsigned int res32 = -1; variable34 if (res16 != 1 || res32 != 1 || res64 != 1) { in test()54 if (res16 != 3 || res32 != 3 || res64 != 3) { in test()77 if (res16 != 0xfffd || res32 != 0xfffffffd || res64 != 0xfffffffffffffffdULL) { in test()98 if (res16 != 0 || res32 != 0 || res64 != 0) { in test()
124 struct dlm_lock_result32 *res32) in compat_output() argument126 res32->version[0] = res->version[0]; in compat_output()127 res32->version[1] = res->version[1]; in compat_output()128 res32->version[2] = res->version[2]; in compat_output()130 res32->user_astaddr = (__u32)(long)res->user_astaddr; in compat_output()131 res32->user_astparam = (__u32)(long)res->user_astparam; in compat_output()132 res32->user_lksb = (__u32)(long)res->user_lksb; in compat_output()133 res32->bast_mode = res->bast_mode; in compat_output()135 res32->lvb_offset = res->lvb_offset; in compat_output()136 res32->length = res->length; in compat_output()[all …]
642 drm_ctx_res32_t res32; in compat_drm_resctx() local646 if (copy_from_user(&res32, argp, sizeof(res32))) in compat_drm_resctx()652 if (__put_user(res32.count, &res->count) in compat_drm_resctx()653 || __put_user((struct drm_ctx __user *) (unsigned long)res32.contexts, in compat_drm_resctx()661 if (__get_user(res32.count, &res->count) in compat_drm_resctx()662 || __put_user(res32.count, &argp->count)) in compat_drm_resctx()
233 u8 res32[4]; member