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

/drivers/tty/vt/
H A Dvt_ioctl.c249 tmp.entry_ct*sizeof(struct unipair)))
255 return con_set_unimap(vc, tmp.entry_ct, tmp.entries);
259 return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), tmp.entries);
1128 unsigned short entry_ct; member in struct:compat_unimapdesc
1144 tmp.entry_ct*sizeof(struct unipair)))
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 162 milliseconds