Searched refs:struct_instance_ (Results 1 – 1 of 1) sorted by relevance
723 * @struct_instance_: An expression which evaluates to a pointer to a UAPI data725 * @union_: The name of the union member of @struct_instance_ to check. If the726 * union member is nested within the type of @struct_instance_, this may734 * * %true if every byte in @struct_instance_ between the end of @member_ and738 #define PVR_IOCTL_UNION_PADDING_CHECK(struct_instance_, union_, member_) \ argument 740 typeof(struct_instance_) __instance = (struct_instance_); \