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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dvt.c361 struct consolefontdesc cfdarg; local
365 if (copy_from_user(&cfdarg, user_cfd, sizeof(struct consolefontdesc)))
375 op.height = cfdarg.charheight;
376 op.charcount = cfdarg.charcount;
377 op.data = cfdarg.chardata;
383 op.height = cfdarg.charheight;
384 op.charcount = cfdarg.charcount;
385 op.data = cfdarg.chardata;
389 cfdarg.charheight = op.height;
390 cfdarg
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dioctl32.c1346 struct consolefontdesc cfdarg; local
1353 if (copy_from_user(&cfdarg, user_cfd, sizeof(struct consolefontdesc32)))
1356 cfdarg.chardata = (unsigned char *)A(((struct consolefontdesc32 *)&cfdarg)->chardata);
1365 op.height = cfdarg.charheight;
1366 op.charcount = cfdarg.charcount;
1367 op.data = cfdarg.chardata;
1370 if (!cfdarg.chardata)
1375 op.height = cfdarg.charheight;
1376 op.charcount = cfdarg
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dioctl32.c1777 struct consolefontdesc cfdarg; local
1784 if (copy_from_user(&cfdarg, user_cfd, sizeof(struct consolefontdesc32)))
1787 cfdarg.chardata = (unsigned char *)A(((struct consolefontdesc32 *)&cfdarg)->chardata);
1796 op.height = cfdarg.charheight;
1797 op.charcount = cfdarg.charcount;
1798 op.data = cfdarg.chardata;
1801 if (!cfdarg.chardata)
1806 op.height = cfdarg.charheight;
1807 op.charcount = cfdarg
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dia32_ioctl.c1676 struct consolefontdesc cfdarg; local
1683 if (copy_from_user(&cfdarg, user_cfd, sizeof(struct consolefontdesc32)))
1686 cfdarg.chardata = (unsigned char *)A(((struct consolefontdesc32 *)&cfdarg)->chardata);
1695 op.height = cfdarg.charheight;
1696 op.charcount = cfdarg.charcount;
1697 op.data = cfdarg.chardata;
1700 if (!cfdarg.chardata)
1705 op.height = cfdarg.charheight;
1706 op.charcount = cfdarg
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dioctl32.c2150 struct consolefontdesc cfdarg; local
2157 if (copy_from_user(&cfdarg, user_cfd, sizeof(struct consolefontdesc32)))
2160 cfdarg.chardata = (unsigned char *)A(((struct consolefontdesc32 *)&cfdarg)->chardata);
2169 op.height = cfdarg.charheight;
2170 op.charcount = cfdarg.charcount;
2171 op.data = cfdarg.chardata;
2174 if (!cfdarg.chardata)
2179 op.height = cfdarg.charheight;
2180 op.charcount = cfdarg
[all...]

Completed in 93 milliseconds