Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/char/
H A Dmonwriter.c55 static int monwrite_diag(struct monwrite_hdr *myhdr, char *buffer, int fcn) in monwrite_diag() argument
67 id->prod_fn = myhdr->applid; in monwrite_diag()
68 id->record_nr = myhdr->record_num; in monwrite_diag()
69 id->version_nr = myhdr->version; in monwrite_diag()
70 id->release_nr = myhdr->release; in monwrite_diag()
71 id->mod_lvl = myhdr->mod_level; in monwrite_diag()
73 (void *) buffer, myhdr->datalen); in monwrite_diag()