Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dsthyi.c309 struct diag204_x_info_blk_hdr *ti_hdr; in fill_diag() local
335 ti_hdr = diag204_buf; in fill_diag()
336 part_block = diag204_buf + sizeof(*ti_hdr); in fill_diag()
338 for (i = 0; i < ti_hdr->npar; i++) { in fill_diag()
345 this_lpar = (void *)part_block - diag204_buf == ti_hdr->this_part; in fill_diag()
351 part_block = diag204_buf + ti_hdr->this_part; in fill_diag()
375 if (!(ti_hdr->flags & DIAG204_LPAR_PHYS_FLG)) { in fill_diag()