papr_location_code
#define PAPR_VPD_IOC_CREATE_HANDLE _IOW(PAPR_MISCDEV_IOC_ID, 0, struct papr_location_code)
static struct papr_location_code static_loc_code;
static_loc_code = *(struct papr_location_code *)vpd_params->loc_code;
static long papr_vpd_create_handle(struct papr_location_code __user *ulc)
struct papr_location_code klc;
const struct papr_location_code *loc_code;
const struct papr_location_code *loc_code = params->loc_code;
struct papr_location_code lc = {};
struct papr_location_code lc = { .str = "", };
struct papr_location_code lc = { .str = "", };
static int get_system_loc_code(struct papr_location_code *lc)
struct papr_location_code lc;
struct papr_location_code lc = { .str = "", };
struct papr_location_code lc = { .str = "", };