Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dmonwriter.c59 static int monwrite_diag(struct monwrite_hdr *myhdr, char *buffer, int fcn) in monwrite_diag() argument
71 id->prod_fn = myhdr->applid; in monwrite_diag()
72 id->record_nr = myhdr->record_num; in monwrite_diag()
73 id->version_nr = myhdr->version; in monwrite_diag()
74 id->release_nr = myhdr->release; in monwrite_diag()
75 id->mod_lvl = myhdr->mod_level; in monwrite_diag()
77 (void *) buffer, myhdr->datalen); in monwrite_diag()