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

/drivers/tty/vt/
H A Dvt_ioctl.c203 struct consolefontdesc cfdarg; local
206 if (copy_from_user(&cfdarg, user_cfd, sizeof(struct consolefontdesc)))
216 op->height = cfdarg.charheight;
217 op->charcount = cfdarg.charcount;
218 op->data = cfdarg.chardata;
224 op->height = cfdarg.charheight;
225 op->charcount = cfdarg.charcount;
226 op->data = cfdarg.chardata;
230 cfdarg.charheight = op->height;
231 cfdarg
1063 struct compat_consolefontdesc cfdarg; local
[all...]

Completed in 20 milliseconds