Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/kernel/
Dsthyi.c309 struct diag204_x_info_blk_hdr *ti_hdr; in fill_diag() local
333 ti_hdr = diag204_buf; in fill_diag()
334 part_block = diag204_buf + sizeof(*ti_hdr); in fill_diag()
336 for (i = 0; i < ti_hdr->npar; i++) { in fill_diag()
343 this_lpar = (void *)part_block - diag204_buf == ti_hdr->this_part; in fill_diag()
349 part_block = diag204_buf + ti_hdr->this_part; in fill_diag()
373 if (!(ti_hdr->flags & DIAG204_LPAR_PHYS_FLG)) { in fill_diag()