Searched defs:argm (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dmoxa.c315 struct moxaq_str __user *argm = argp; local
322 for (j = 0; j < MAX_PORTS_PER_BOARD; j++, p++, argm++) {
330 if (copy_to_user(argm, &tmp, sizeof(tmp)))
344 struct mxser_mstatus __user *argm = argp; local
351 for (j = 0; j < MAX_PORTS_PER_BOARD; j++, p++, argm++) {
377 if (copy_to_user(argm, &tmp, sizeof(tmp)))

Completed in 41 milliseconds