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

/drivers/tty/vt/
H A Dvt_ioctl.c1137 struct unipair __user *tmp_entries; local
1141 tmp_entries = compat_ptr(tmp.entries);
1142 if (tmp_entries)
1143 if (!access_ok(VERIFY_WRITE, tmp_entries,
1150 return con_set_unimap(vc, tmp.entry_ct, tmp_entries);
1154 return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), tmp_entries);

Completed in 33 milliseconds